Closed
Bug 1839519
Opened 2 years ago
Closed 2 years ago
Convert layout/tools/reftest to ES modules
Categories
(Testing :: Reftest, task)
Tracking
(firefox121 fixed)
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: standard8, Assigned: arai)
References
Details
(Whiteboard: [esmification-timeline])
Attachments
(2 files)
As part of the ongoing work, we need to convert layout/tools/reftest
to ES modules.
A complication here might be that we unload reftest.jsm
when the reftest add-on is shutdown, however I don't see why we do that, and why we only do it on Android... especially as we don't unload the other files that it loads. Maybe that can be removed.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D192840
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/b01a0b2ecc44
Part 1: Stop loading jsm into window context. r=tnikkel
https://hg.mozilla.org/integration/autoland/rev/ee5132b8e7cf
Part 2: Convert reftest JSM to ESM. r=tnikkel
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b01a0b2ecc44
https://hg.mozilla.org/mozilla-central/rev/ee5132b8e7cf
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•