Custom_Buttons icon indicating copy to clipboard operation
Custom_Buttons copied to clipboard

[Session Bookmarks] [e10s] Doesn't work correctly with enabled Electrolysis (multi-process mode)

Open Infocatcher opened this issue 10 years ago • 0 comments

Throws here:

            let isPrivate = "PrivateBrowsingUtils" in window
                && PrivateBrowsingUtils.isWindowPrivate(tab.linkedBrowser.contentWindow) // <---
                || tab.hasAttribute(privateAttr);

Also not only here because remote frame not yet initialized.

Infocatcher avatar Aug 21 '15 08:08 Infocatcher