Open
Bug 1528414
Opened 7 years ago
Updated 3 years ago
Remove (or rename) ShutdownPhase::ShutdownLoaders
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: adrian17, Unassigned)
References
Details
The name is misleading - it doesn't really have anything to do with component loaders. The only difference between it and ShutdownFinal is that the observer service is shut down in the meantime.
It's only used in nr_socket_prsock.cpp, and it seems like it could be switched over to ShutdownFinal too.
Originally proposed in bug 1492629 comment 0.
It's also blocked by bug 1335607, as it has as unintended use of cleaning up services that may have been restarted after being already shut down once. After the blocking bug is fixed, that shouldn't happen anymore.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•