Closed
Bug 1761326
Opened 3 years ago
Closed 3 years ago
Remove usage of ChromeUtils.import with second param from AddonManager.jsm
Categories
(Toolkit :: Add-ons Manager, task)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
AddonManager.jsm has two uses of ChromeUtils.import
with a second parameter. One of them is removed in bug 1760146, but there is another one at https://searchfox.org/mozilla-central/rev/be4604e4be8c71b3c1dbff2398a5b05f15411673/toolkit/mozapps/extensions/AddonManager.jsm#5038-5042.
I'll attach a patch here.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/42b376a81207
Import TelemetryTimestamps without target option of ChromeUtils.import r=rpl
Comment 3•3 years ago
|
||
bugherder |
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
•