Closed
Bug 1058436
Opened 10 years ago
Closed 10 years ago
Safe Mode: Use "safe" xulstore
Categories
(Toolkit :: Startup and Profile System, defect)
Toolkit
Startup and Profile System
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
So that the safe mode dialog can remove the normal xulstore if necessary.
Assignee | ||
Comment 1•10 years ago
|
||
Better still, don't try to load or store anything in safe mode. (I don't know why this approach wasn't used for localstore which ironically was automatically switched to an in-memory data source during shutdown, unlike xulstore which just ignores writes.)
I renamed init to load to make it clearer what's going on there. I conflated needsSaving and writeTimerInitialized as they have the same value. This allowed me to remove the now unnecessary callback function.
Updated•10 years ago
|
Attachment #8479800 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•