Closed
Bug 343151
Opened 18 years ago
Closed 18 years ago
Put Session Restore Defaults in all.js
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 340895
People
(Reporter: dietrich, Assigned: dietrich)
Details
* 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 (bool) - Resume sessions always. Default is false.
* browser.sessionstore.resume_session_once (bool) - Resume session at the next application start, but not again. Default is false.
Comment 1•18 years ago
|
||
You mean in firefox.js, right?
Comment 2•18 years ago
|
||
When you do this, please get rid of the DEFAULT_* variables and use getBoolPref directly on the prefBranch.
*** This bug has been marked as a duplicate of 340895 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•