Closed
Bug 1606880
Opened 1 year ago
Closed 1 year 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 3 open bugs)
Details
(Whiteboard: [fxperf:p1])
Attachments
(1 file, 2 obsolete files)
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•1 year ago
|
Assignee: nobody → dothayer
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Depends on D59196
| Assignee | ||
Comment 3•1 year ago
|
||
Depends on D59197
Updated•1 year ago
|
Attachment #9119520 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9119521 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9119519 -
Attachment description: Bug 1606880 - WIP fast shutdown pref → Bug 1606880 - Implement fast shutdown prefs r?Gijs
Updated•1 year ago
|
Whiteboard: [fxperf] → [fxperf:p1]
Updated•1 year ago
|
Attachment #9119519 -
Attachment description: Bug 1606880 - Implement fast shutdown prefs r?Gijs → Bug 1606880 - Implement fast shutdown prefs r?froydnj
Pushed by dothayer@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/307cad84dc6c Implement fast shutdown prefs r=froydnj
Comment 5•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•