-
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
rememberClosedPrivateTabs doesn't work in FF>29.0 #146
Comments
This is due to https://bugzilla.mozilla.org/show_bug.cgi?id=899276 Also see #82 for some history. |
still used old nsISessionStore (#146)
Note: frozen PrivacyFilter cannot be changed, so we alter link to PrivacyFilter in PrivacyFilter.jsm scope (#146)
(and don't modify PrivacyFilter.filterPrivateWindowsAndTabs() behavior) (#146)
Oh, looks fixed for me and now (finally!) will be released soon. |
Interesting... I can't reproduce, but which tab is active during reopening (private or not)? |
No matter which tab is active. |
I was wrong. If selected tab is private, tab reopened is public. If the selected tab is public, reopened tab is private. Tested in Windows-XP |
The test case on comment #146 (comment) also works sometimes Windows 7, W-XP |
Oh, I still unable to reproduce, but may be something useful in debug logs: |
--Open private tab from another private tab via ctrl+click --Close tab (middle click) --Reopened tab (tab is public) |
Interesting... |
--Open private tab from another private tab via ctrl+click --Close tab (middle click) --Reopened tab (tab is public) |
This is strange... This means that private attribute wasn't saved in session. |
Sometimes it works. When it works, the log that is displayed when the tab is closed: --Close tab (middle click) If the last two lines do not appear on the log, the tab will be reopened public. David |
Very weird things... This means that built-in session store mechanism doesn't treat tab as private. /**
* The delay (in ms) used to delay sending changes after data has been
* invalidated.
*/
BATCH_DELAY_MS: 1000, Updated test version with yet another debug message (da243f9): |
[Private Tab] 49:01:840 Tab opened: (not empty) It may be a conflict with another extension? |
May be. Or may be this is due to session store optimizations: private attribute was actually added, but not yet saved into session data. |
Strange... May be this will help: 26663d7 |
Note: If you turn off the style "SVG CuteMenus" tab correctly reopens (???) Windows W-XP |
Thanks, now I can reproduce. |
Something break |
It works perfectly. I will test more next week when I get back to work. |
(to prevent possible memory leaks) (related to #146)
I tested it for a week, and works well. |
Great! |
"extensions.privateTab.rememberClosedPrivateTabs" preference doesn't work in FF>29.0
The text was updated successfully, but these errors were encountered: