-
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
[e10s] Unable to restore closed private tabs #239
Labels
Comments
Looks like we can receive "SessionStore:restoreHistory" in our frame script and check for message.data.tabData.attributes["privateTab-isPrivate"] |
Infocatcher
added a commit
that referenced
this issue
Jan 12, 2017
Infocatcher
added a commit
that referenced
this issue
Jan 12, 2017
E.g. for restored non-remote tabs (now also used to toggle private state using tag duplication) (#239)
Infocatcher
added a commit
that referenced
this issue
Jan 14, 2017
* ignore wrong "last-pb-context-exited" * restore closed private tabs in e10s-mode (#239)
Infocatcher
added a commit
that referenced
this issue
Jan 14, 2017
Infocatcher
added a commit
that referenced
this issue
Jan 19, 2017
Infocatcher
added a commit
that referenced
this issue
Jan 19, 2017
Infocatcher
added a commit
that referenced
this issue
Jan 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disabled by default, for extensions.privateTab.rememberClosedPrivateTabs = true
[from Firefox 52.0a2 (2017-01-10)]
resource:///modules/sessionstore/SessionStore.jsm
SessionStoreInternal.undoCloseTab()
-> SessionStoreInternal.restoreTab()
chrome://browser/content/content-sessionStore.js
--> MessageListener.receiveMessage()
-> MessageListener.restoreHistory()
-> sendSyncMessage("SessionStore:restoreHistoryComplete", …)
resource:///modules/sessionstore/SessionStore.jsm
--> SessionStoreInternal.receiveMessage()
So, loading will be started before "SSTabRestoring" and in non-private mode.
The text was updated successfully, but these errors were encountered: