Session Restore: Difference between revisions

Jump to navigation Jump to search
once again reverted wrongly changed preference defaults
(once again reverted wrongly changed preference defaults)
Line 29: Line 29:
== Preferences ==
== Preferences ==


* browser.sessionstore.enabled (bool) - Activate the service. Default is false.
See [http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/app/profile/firefox.js&rev=1.241&root=/cvsroot&mark=181-183,570-583#569 the source] for the complete list of currently available settings and their default values.
* browser.sessionstore.resume_from_crash (bool) - Resume sessions post-crash. Default is false.
 
* browser.sessionstore.enabled (bool) - Activate the service. Default is true.
* browser.sessionstore.resume_from_crash (bool) - Resume sessions post-crash. Default is true.
* browser.sessionstore.resume_session_once (bool) - Resume session at the next application start, but not again. Default is false. This is used for restarting the browser after application updates and extension installation.
* browser.sessionstore.resume_session_once (bool) - Resume session at the next application start, but not again. Default is false. This is used for restarting the browser after application updates and extension installation.
* browser.startup.page (int) - What is displayed when Firefox starts: 0 = blank page; 1 = homepage; 3 = previous session. Default is 0. (Note: This preference is exposed in the Startup section of the Main pane of the Options/Preferences dialog.)
* browser.startup.page (int) - What is displayed when Firefox starts: 0 = blank page; 1 = homepage; 3 = previous session. Default is 1. (Note: This preference is exposed in the Startup section of the Main pane of the Options/Preferences dialog.)
 
See [http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/app/profile/firefox.js&rev=&cvsroot=/cvsroot&mark=181-183,566-579#565 the source] for the complete list of currently available settings and their default values.


= Technical Design =
= Technical Design =
65

edits

Navigation menu