Closed
Bug 1716533
Opened 4 years ago
Closed 3 years ago
Have a convenience method AppShutdown::IsInOrBeyond(ShutdownPhase)
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: jstutte, Unassigned)
References
Details
In order to be able to substitute (AppShutdown::GetShutdownPhase() >= myPhase)
conditions (note the >=
which could be easily forgotten and written as ==
).
Reporter | ||
Comment 1•3 years ago
•
|
||
This has been introduced as IsInOrBeyond(aPhase)
and as Javascript method nsAppStartup::IsInOrBeyondShutdownPhase(aPhase)
in bug 1726813.
Depends on: 1726813
Reporter | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•3 years ago
|
Summary: Have a convenience method AppShutdown::IsShuttingDown(ShutdownPhase) → Have a convenience method AppShutdown::IsInOrBeyond(ShutdownPhase)
You need to log in
before you can comment on or make changes to this bug.
Description
•