Closed
Bug 1613390
Opened 1 year ago
Closed 1 year ago
Avoid running BrowserGlue idle tasks during shutdown
Categories
(Firefox :: General, task)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
Short Firefox sessions tend to run late startup code during shutdown, which is pointless at that point, increases the shutdown time, and makes shutdown profiles confusing.
A lot of these startup late tasks are started centrally from BrowserGlue.jsm, so these are easy to fix as a first step.
This is also an opportunity to add profiler markers that will help identify why some code starts running near the end of startup.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by fqueze@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fd8d9a926e7b Avoid running BrowserGlue idle tasks during shutdown, r=dthayer
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•