Closed
Bug 1606880
Opened 5 years ago
Closed 5 years ago
Implement fast shutdown timeline enum pref
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: dthayer, Assigned: dthayer)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
(Whiteboard: [fxperf:p1])
Attachments
(1 file, 2 obsolete files)
(deleted),
text/x-phabricator-request
|
Details |
We need a pref to control performing a fast shutdown from various stages in the shutdown timeline, so we can begin dogfooding fast shutdown.
I propose implementing two separate prefs: "shutdown.fastShutdownStage"
, which will control at what stage of the shutdown timeline we call _exit(0)
(or similar), and "shutdown.lateWriteChecksStage"
, which will control at which stage of the shutdown timeline we enable late write checks. This way we can ratchet the "shutdown.lateWriteChecksStage"
forward in time, verify via telemetry that we're not getting unknown late writes, and then bring the "shutdown.lateWriteChecksStage"
pref forward.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dothayer
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D59196
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D59197
Updated•5 years ago
|
Attachment #9119520 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9119521 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9119519 -
Attachment description: Bug 1606880 - WIP fast shutdown pref → Bug 1606880 - Implement fast shutdown prefs r?Gijs
Updated•5 years ago
|
Whiteboard: [fxperf] → [fxperf:p1]
Updated•5 years ago
|
Attachment #9119519 -
Attachment description: Bug 1606880 - Implement fast shutdown prefs r?Gijs → Bug 1606880 - Implement fast shutdown prefs r?froydnj
Blocks: 1610137
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/307cad84dc6c
Implement fast shutdown prefs r=froydnj
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•