Infocatcher / Custom_Buttons

Buttons for Custom Buttons extension for Firefox (and other Gecko-based applications)
38 stars 11 forks source link

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

Open Infocatcher opened 9 years ago

Infocatcher commented 9 years ago

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.