Closed
Bug 1798634
Opened 2 years ago
Closed 2 years ago
Convert toolkit/actors/AboutHttpsOnlyError* JSM modules to ESMs
Categories
(Toolkit :: General, task, P3)
Toolkit
General
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: standard8, Assigned: bnasar, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [esmification-timeline][lang=js])
Attachments
(1 file)
The JSMs in toolkit/actors/AboutHttpsOnlyError* are:
- https://searchfox.org/mozilla-central/rev/17349477695facefe7d180d7afc2b74a965c21db/toolkit/actors/AboutHttpsOnlyErrorChild.jsm
- https://searchfox.org/mozilla-central/rev/17349477695facefe7d180d7afc2b74a965c21db/toolkit/actors/AboutHttpsOnlyErrorParent.jsm
ESMification guide: https://docs.google.com/document/d/1cpzIK-BdP7u6RJSar-Z955GV--2Rj8V4x2vl34m36Go/edit
In the guide, especially see the walkthrough - perform both the convert and import parts.
Please also use searchfox to check for references to those files in comments, e.g. search for AboutHttpsOnlyErrorParent.jsm
.
Updated•2 years ago
|
Assignee: nobody → kpatenio
Pushed by kpatenio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e35e202cc6a8
Converted AboutHttpsOnlyError JSM modules to ESM. r=kpatenio,Standard8
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•