Closed
Bug 1843790
Opened 2 years ago
Closed 2 years ago
Convert html/xhtml consumers of JSM modules in toolkit/modules/ to import ES modules direct
Categories
(Toolkit :: General, task)
Toolkit
General
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(10 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D183659
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D183660
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D183661
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D183662
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D183663
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D183664
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D183665
Assignee | ||
Comment 8•2 years ago
|
||
Depends on D183666
Assignee | ||
Comment 9•2 years ago
|
||
Depends on D183667
Assignee | ||
Comment 10•2 years ago
|
||
Depends on D183668
Comment 11•2 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/b709dfd5491d
Part 1: Rewrite toolkit/modules/AppConstants.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/84f509527e64
Part 2: Rewrite toolkit/modules/CertUtils.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/2037f06713ff
Part 3: Rewrite toolkit/modules/Console.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs,devtools-reviewers,ochameau
https://hg.mozilla.org/integration/autoland/rev/0e84ee004173
Part 4: Rewrite toolkit/modules/FileUtils.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/451a458d2fa3
Part 5: Rewrite toolkit/modules/InlineSpellChecker.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/22096318a11c
Part 6: Rewrite toolkit/modules/Integration.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/c6571292242e
Part 7: Rewrite toolkit/modules/ObjectUtils.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/ad14ecfaa7d3
Part 8: Rewrite toolkit/modules/PrivateBrowsingUtils.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/90dd56fdf76e
Part 9: Rewrite toolkit/modules/PromiseUtils.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/908018a8ec5d
Part 10: Rewrite toolkit/modules/Timer.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=Gijs
Comment 12•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b709dfd5491d
https://hg.mozilla.org/mozilla-central/rev/84f509527e64
https://hg.mozilla.org/mozilla-central/rev/2037f06713ff
https://hg.mozilla.org/mozilla-central/rev/0e84ee004173
https://hg.mozilla.org/mozilla-central/rev/451a458d2fa3
https://hg.mozilla.org/mozilla-central/rev/22096318a11c
https://hg.mozilla.org/mozilla-central/rev/c6571292242e
https://hg.mozilla.org/mozilla-central/rev/ad14ecfaa7d3
https://hg.mozilla.org/mozilla-central/rev/90dd56fdf76e
https://hg.mozilla.org/mozilla-central/rev/908018a8ec5d
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•