We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firefox itself doesn't save closed private windows, so we should do the same for private tabs.
The text was updated successfully, but these errors were encountered:
Don't save closed private tabs in undo close history
a786162
(part 1 for #6)
66c7e15
Correctly forget about closed tab in SeaMonkey: add small delay
ac00d03
(finally fixes #6)
Simplify way to remove closed private tabs from undo close history
a14a300
Also getTabState() may be undefined on window "unload" (enhancement for #6, related to #36)
Ignore forgetClosedTab() failure, if tab has "closedownloadtabs-close…
cbeb89e
…d" attribute (enhancement for #6, related to #36)
Ignore forgetClosedTab() failure, if tab was moved to another window
f0a8e82
(enhancement for #6, related to #36)
No branches or pull requests
Firefox itself doesn't save closed private windows, so we should do the same for private tabs.
The text was updated successfully, but these errors were encountered: