Closed
Bug 1771678
Opened 3 years ago
Closed 3 years ago
Re-introduce ChromeUtils.importModule with renaming to ChromeUtils.importESModule
Categories
(Core :: XPConnect, task)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: arai, Assigned: jonco)
References
Details
Attachments
(2 files)
ChromeUtils.importModule
is temporarily removed to avoid shipping it in ESR 102.
It needs to be added back in 103, with renaming to ChromeUtils.importESM
.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jcoppeard
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
This reverses the action of bug 1771112, with the method renamed to importESM.
Depends on D147680
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Following feedback this will use the name 'importESModule'.
Summary: Re-introduce ChromeUtils.importModule with renaming to ChromeUtils.importESM → Re-introduce ChromeUtils.importModule with renaming to ChromeUtils.importESModule
Updated•3 years ago
|
Attachment #9278796 -
Attachment description: Bug 1771678 - Part 1: Rename ImportModule methods to ImportESM r?arai → Bug 1771678 - Part 1: Rename ImportModule methods to ImportESModule r?arai
Updated•3 years ago
|
Attachment #9278797 -
Attachment description: Bug 1771678 - Part 2: Re-add the renamed ChromeUtils.importESM method r?smaug → Bug 1771678 - Part 2: Re-add the renamed ChromeUtils.importESModule method r?smaug
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e404c277927c
Part 1: Rename ImportModule methods to ImportESModule r=arai
https://hg.mozilla.org/integration/autoland/rev/cc24479aa44b
Part 2: Re-add the renamed ChromeUtils.importESModule method r=smaug
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e404c277927c
https://hg.mozilla.org/mozilla-central/rev/cc24479aa44b
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•