Closed
Bug 1815224
Opened 2 years ago
Closed 2 years ago
Migrate newtab's ASRouterChild/Parent and Reducers modules to be ES modules
Categories
(Firefox :: New Tab Page, task)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
I figured out that we could fairly easily migrate ASRouterChild/Parent as they are pretty much standalone modules - the only issue was figuring out how to deal with the resource URIs.
Once that was done Reducers.jsm followed on as it only gets called directly by tests (no loader wrapper), and its dependencies are already converted.
This does possibly unlock some more files to be converted, but hoping to get some help with those.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D168954
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a8c714bdfc73
Migrate ASRouterChild/Parent.jsm to ES modules. r=Mardak
https://hg.mozilla.org/integration/autoland/rev/3ac0a68f24a3
Migrate newtab's Reducers.jsm to ES modules. r=Mardak
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a8c714bdfc73
https://hg.mozilla.org/mozilla-central/rev/3ac0a68f24a3
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Comment hidden (obsolete) |
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•