Browser.sessionstore.max windows undo: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(This one doesn't exist, see Browser.sessionstore.max_tabs_undo for the real one)
Line 1: Line 1:
{{preference|pref=browser.sessionstore.max_windows_undo}}


==Background==
Firefox 2.0 introduces a built-in [http://wiki.mozilla.org/Session_Restore Session Restore] feature, allowing the user to continue browsing from where they left off if browser restarts. Since this feature lends itself well to keeping track of data about tabs and windows, it’s also used for re-opening recently closed windows. This preference controls how many closed windows are kept track of via the Session Restore service.
==Possible values and their effects==
A positive integer indicating how many window closures to remember for later possible restoration. (Default is 10)
==Caveats==
* The [[browser.sessionstore.enabled|Session Restore service]] must be active for window data to be remembered.
==First checked in==
* [http://bonsai.mozilla.org/cvsview2.cgi?command=DIFF&subdir=mozilla%2Fbrowser%2Fcomponents%2Fsessionstore%2Fsrc&file=nsSessionStore.js&rev1=1.1&rev2=1.1&whitespace_mode=show&diff_mode=full 2006-04-26 by Mike Connor]
==Has an effect in==
* Mozilla Firefox (nightly builds since 2006-04-26; 2.0)
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=328154 Bug 328154 - Restore User's Session on App Launch]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=328159 Bug 328159 - Wire up the Session-data Service]
==Related preferences==
* [[browser.sessionstore.enabled]]
* [[browser.sessionstore.interval]]
* [[browser.sessionstore.max_tabs_undo]]
* [[browser.sessionstore.resume_from_crash]]
* [[browser.sessionstore.resume_session]]
* [[browser.sessionstore.resume_session_once]]
==External links==
* [http://wiki.mozilla.org/Session_Restore Session Restore - MozillaWiki]
[[Category:Preferences]]

Revision as of 12:13, 3 July 2007