Closed
Bug 1616832
Opened 5 years ago
Closed 5 years ago
gBrowserInit._delayedStartup shouldn't run code after announcing that delayed startup has finished
Categories
(Firefox :: General, defect, P2)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox73 | --- | wontfix |
firefox74 | --- | wontfix |
firefox75 | --- | fixed |
People
(Reporter: dao, Assigned: mkaply)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 158968 and bug 1587492 added code to gBrowserInit._delayedStartup
that runs after we call _resolveDelayedStartup()
, send the browser-delayed-startup-finished
notification and add the delayedStartupFinished
telemetry timestamp. This shouldn't happen.
mkaply, would you take this?
Flags: needinfo?(mozilla)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Flags: needinfo?(mozilla)
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mozilla@kaply.com:
https://hg.mozilla.org/integration/autoland/rev/476bd1a0dc97
Don't run code after delayed startup. r=dao
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
Assignee | ||
Comment 5•5 years ago
|
||
This is just some cleanup, it can ride the trains. Thanks for asking.
Flags: needinfo?(mozilla)
Updated•5 years ago
|
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•