Closed
Bug 1884496
Opened 2 years ago
Closed 2 years ago
Switch to do_importESModule in extension files and drop do_importModule
Categories
(Core :: XPConnect, task)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [esmification-timeline])
Attachments
(2 files)
We didn't previously switch the extension modules to do_importESModule
as they hadn't been converted at the time that was implemented.
Additionally, comm-central does not use do_importModule
so we can remove the legacy code.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5af735a78d67
Switch extension files to use do_importESModule for importing sys.mjs files directly. r=arai,extension-reviewers,robwu
https://hg.mozilla.org/integration/autoland/rev/b21957400c24
Remove do_importModule. r=arai
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5af735a78d67
https://hg.mozilla.org/mozilla-central/rev/b21957400c24
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•