Infocatcher
Infocatcher
Thanks for letting me know. Looks like it's impossible to (easily) fix without changes from Thumbnail Zoom Plus side: https://github.com/dadler/thumbnail-zoom/issues/211#issuecomment-95833841
Already works, but only for "New Private Tab" button after last tab (and only until tab bar isn't overflows). Also Tree Style Tab provides options for this behavior (Options –...
Updated: c5ac763461be28aafc5c1807966aba90472e90e5, "Open new private tab after current, if item/button is middle-clicked". Now other extension can use something like ``` js window.addEventListener("PrivateTab:OpenNewTab", function(e) { var tab = e.target; if(e.detail) {...
Also see https://github.com/Infocatcher/Private_Tab/issues/237#issuecomment-274221704 and https://bugzilla.mozilla.org/show_bug.cgi?id=1279094 (for e10s, but looks like something related). And for now works better with enabled e10s. Also broken even without Private Tab, this caused only by...
These logs should comes from browser itself... With _extensions.privateTab.debug_ = false all internal debug logs will be disabled.
Private Tab may triggers some internal warnings (i.e. in internal console, Ctrl+Shift+J), but I don't know, why this comes into syslog.
May be will help `browser.dom.window.dump.enabled` = false (this is default value, at least on Windows). > Now, the warning suggests that `isContentWindowPrivate` method should be used instead of `isWindowPrivate` (the...
Strange, this is probably caused by fix for #44. Please try this test version: private_tab-0.1.7pre3-fx-sm.xpi (source) and set _extensions.privateTab.usePrivateWindowStyle_ = false in about:config page.
Strange, works fine for me on new clear Firefox profile. May be this is due to problems with previous Private Tab version on Firefox 38 (may not uninstall itself correctly).
Oh, many things to change... This is built-in browser styles for #main-window[privatebrowsingmode="temporary"] + "titlemodifier" attribute on the same root node. And "privateTab-isPrivate" on tabs, which should be always here for...