Closed
Bug 1758292
Opened 3 years ago
Closed 3 years ago
Stop using ChromeUtils.import(..., null) for importing modules in more places in toolkit/
Categories
(Toolkit :: General, task, P3)
Toolkit
General
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(2 files)
There's a few instances remaining in toolkit/ where we're still passing null as the second argument.
Note, I'm skipping the work ongoing in bug 1746686. I'll clean the rest up here.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D140453
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2d1c212a4c03
Stop using ChromeUtils.import(..., null) for importing module in more locations in toolkit. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/eb8eeeb22bde
Stop using ChromeUtils.import(..., null) for browser_actions_ShowHeartbeatAction.js. r=Gijs
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2d1c212a4c03
https://hg.mozilla.org/mozilla-central/rev/eb8eeeb22bde
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•