Closed
Bug 1762601
Opened 3 years ago
Closed 3 years ago
Migrate all of devtools from Cu.import to ChromeUtils.import
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox101 fixed)
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When bug 1431533 was implemented, we skipped migrating devtools from Cu.import
to ChromeUtils.import
because ChromeUtils
wasn't easily available there in the module system it uses.
That has changed at some stage, and we can now use ChromeUtils
, so I'd like to remove the exclusion for devtools.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a5d7c6af687c
Migrate all of devtools from Cu.import to ChromeUtils.import. r=jdescottes,perftest-reviewers,sparky
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•