Closed
Bug 640167
Opened 15 years ago
Closed 15 years ago
Port Bug 630723 [Deferred session restore doesn't work with browser.session_restore.resume_from_crash = false]
Categories
(SeaMonkey :: Session Restore, defect)
SeaMonkey
Session Restore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: misak.bugzilla, Assigned: misak.bugzilla)
References
Details
Attachments
(1 file)
1.28 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
From parent bug:
After downloading the addon-sdk, creating a stub add-on with cfx init, and then
running it with cfx run, the profile used to use it is not recovering session
restore data.
more info:
Session restore works within the session, and the data appears to be correctly
saved to sessionstore.js. The .bak file created on startup is not being
updated.
Also interestingly to note is that it works if SS is set to "Show my windows
and tabs from last time"
Attachment #518048 -
Flags: review?(neil)
Comment 1•15 years ago
|
||
Comment on attachment 518048 [details] [diff] [review]
fix
>- // only read the session file if config allows possibility of restoring
> var resumeFromCrash = prefBranch.getBoolPref("sessionstore.resume_from_crash");
>- if ((!resumeFromCrash && !doResumeSession) || !sessionFile.exists())
[The var resumeFromCrash looks lonely now! I see it does get used later.]
Attachment #518048 -
Flags: review?(neil) → review+
![]() |
Assignee | |
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•