Open
Bug 1768585
Opened 3 years ago
Consider renaming ShutdownPhase::XPCOMShutdownFinal to XPCOMShutdownMainThread
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: jstutte, Unassigned)
Details
The naming of shutdown phases should generally indicate some operation yet to come once we entered the phase. XPCOMShutdownFinal is slightly ambiguous wtr as it kind of suggests to be an end point. In fact shutdown continues with closing down the main thread, so XPCOMShutdownMainThread might be a better name here.
You need to log in
before you can comment on or make changes to this bug.
Description
•