-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Firefox 51+ (broken ability to toggle private state of already opened tabs) #237
Comments
See This is forced compatibility from AMO side... Also extensions.checkCompatibility.52.0 = false (for Firefox 52) in about:config should allow to install/use anyway. |
Hope they will answer soon, now we don't have Private Tab on Firefox 51 beta :( I voted for the bug |
Oh, (https://bugzilla.mozilla.org/show_bug.cgi?id=1315233#c33)
О_О |
Do you have a plan now that bug is "fixed"? :( |
See https://bugzilla.mozilla.org/show_bug.cgi?id=1318388#c35 So, I don't see any way to fix this from my side. :( May me is needed more feedback from users: more bugs on https://bugzilla.mozilla.org/ and more comments... |
Now will be used duplicated tab (#237)
@Infocatcher Are you planning on submitting the workaround / a version that works on 52 and up to AMO any time soon, either a a full update or as a quick beta version? |
Weird things may happens sometimes (like empty tab with correct favicon) (#237)
See SessionStoreInternal.restoreTab() -> sendAsyncMessage("SessionStore:restoreHistory", …) (#237)
Test version: private_tab-0.2.1pre-fx-sm.xpi (source code). Now will be opened duplicated tab to toggle private state of already opened tab, so extensions.privateTab.toggleTabPrivateAutoReload and extensions.privateTab.toggleTabPrivateAutoReload.stopLoading haven't effect. |
Looks good so far. The icon is back (I had to re-add it to the bar) and it simply opens a "New Tab" tab in private browsing mode, ready to be used even with TMP's feature to always open a new tab from the address bar (because it re-uses the current tab if it's a "New Tab"). Will check back if I find anything unusual. |
Thx!! Waiting for it :D |
The toggle works intermittently in new FF 51, ie. after some tries (ctrl+alt+t) it become enabled and after some tries it is disabled. |
Also corrected: http://forums.mozillazine.org/viewtopic.php?p=14728853#p14728853 For now I don't like to touch AMO to not break review queue... Test version: private_tab-0.2.1.1pre-fx-sm.xpi (source code) And now non-AMO versions will update automatically to pre-releases (since now it's not clear, how to use them on non-test browser versions). |
Only hotkey or "Private Tab" checkbox from tab context menu too? And what exactly happens: nothing instead of toggling or something else? |
Both. It is like the tab get cloned and old tab is closed, but the new cloned tab more often doesn't become private. In this other recording, it is interesting to note that when I toggle private state of the tab before I open it first, it seems to work much better: (Sorry about the Gzip, I tried to upload as Zip, but GitHub didn't accept, but this shouldn't be a problem I hope) |
Will be better with 95a44ce Test version: private_tab-0.2.1.1pre2-fx-sm.xpi (source code).
See https://bugzilla.mozilla.org/show_bug.cgi?id=1279094 |
Blank page fix seems not effective yet 😟 About moving tabs, I don't have e10s thing enabled, and it was working properly in 50.1 until I updated to 51, then I'm not sure it is the same case of this bugzilla... |
(docShell isn't initialized yet, so we can modify .usePrivateBrowsing) (#237)
(to not break tab data by duplication process) (#237)
Will be better with following corrections: a5ef6b2, 549de7b Test version: private_tab-0.2.1.2pre2-fx-sm.xpi (source code) |
tab duplication may be slow ("SSTabRestoring" may happens after our previous delay) (related to #237)
Hi,
Please add support for Firefox v52.x
Thank you !
The text was updated successfully, but these errors were encountered: