Remove temporary prefs for delivery of session restore changes
Categories
(Firefox :: Session Restore, task)
Tracking
()
People
(Reporter: sclements, Unassigned)
References
Details
(Whiteboard: [fidefe-firefox-view])
I've added a temporary pref as a safety measure for the persistence of recently closed tabs between sessions (where automatic session restore is not enabled) per bug 1820660. Once we deem this stable, we can remove the prefs completely in a future release and any unnecessary test coverage.
| Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
The prefs we need to remove:
"browser.sessionstore.closedTabsFromAllWindows"
"browser.sessionstore.closedTabsFromClosedWindows"
"browser.sessionstore.persist_closed_tabs_between_sessions"
Comment 2•2 years ago
•
|
||
Sorry I didn't see this bug was already on file. I'll move my patch from bug 1852094 to this one, and make the changes to un-block persist_closed_tabs_between_sessions.
Comment 3•2 years ago
|
||
On 2nd thought, this bug tracks removing those prefs. First, we want to enable them so the features can ride the trains - that can be bug 1852094. Once they are on release and we're confident they are stable we can remove the prefs entirely.
Description
•