Closed
Bug 1663747
Opened 4 years ago
Closed 4 years ago
Fix ClearOnShutdown's sCurrentShutdownPhase and add API to compare against it
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(2 files)
This would be useful for the many callers which want to bail out early when it's too late in shutdown. Particularly after ClearOnShutdown
has already run on a pointer that they're considering initializing.
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/491472fe44f4
Part 1 - Fix sCurrentShutdownPhase and add PastShutdownPhase() API. r=nika
https://hg.mozilla.org/integration/autoland/rev/643aa6baf458
Part 2 - Use PastShutdownPhase() in component loader shutdown checks. r=mccr8
Comment 6•4 years ago
|
||
Backed out 2 changesets (Bug 1663747) for causing xpcshell failures in ThrottledEventQueue.
Backout link: https://hg.mozilla.org/integration/autoland/rev/0beae55ee1b5d6f06d9d568c65a80fb1d79373a9
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316319145&repo=autoland&lineNumber=9028
Flags: needinfo?(kmaglione+bmo)
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c5beb9ff8f8d
Part 1 - Fix sCurrentShutdownPhase and add PastShutdownPhase() API. r=nika
https://hg.mozilla.org/integration/autoland/rev/65c4daebb7a7
Part 2 - Use PastShutdownPhase() in component loader shutdown checks. r=mccr8
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(kmaglione+bmo)
Comment 8•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c5beb9ff8f8d
https://hg.mozilla.org/mozilla-central/rev/65c4daebb7a7
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•