Closed
Bug 1745459
Opened 3 years ago
Closed 3 years ago
Move the osfile.jsm block in browser_startup.js to later in the startup process.
Categories
(Toolkit Graveyard :: OS.File, task)
Toolkit Graveyard
OS.File
Tracking
(firefox102 fixed)
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
In bug 1703357 we are adding a block to prevent osfile.jsm being loaded before opening the first browser window.
We should work towards being able to move that later.
Current blockers are:
- For
before first paint
:- MacAttribution.jsm (bug 1745356)
- TerminatorTelemetry.jsm
- UpdateUtils.jsm
There may be others revealed as those are fixed.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D146190
Updated•3 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a47e970555cc
Move the osfile.jsm block in browser_startup.js to deny loading anytime before becoming idle. r=barret
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•