Closed
Bug 1811914
Opened 3 years ago
Closed 3 years ago
Convert JSMs in browser/components/aboutlogins to ESMs
Categories
(Firefox :: about:logins, task, P3)
Firefox
about:logins
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: kpatenio, Assigned: bnasar)
References
Details
(Whiteboard: [esmification-timeline])
Attachments
(1 file)
In browser/components/aboutlogins, there are 4 existing JSMs that require conversion to ESMs:
- https://searchfox.org/mozilla-central/rev/c5eeb9f4fcfe52b028e7774054444f2982feccc3/browser/components/aboutlogins/AboutLoginsChild.jsm
- https://searchfox.org/mozilla-central/rev/c5eeb9f4fcfe52b028e7774054444f2982feccc3/browser/components/aboutlogins/AboutLoginsParent.jsm
- https://searchfox.org/mozilla-central/rev/c5eeb9f4fcfe52b028e7774054444f2982feccc3/browser/components/aboutlogins/tests/browser/AboutLoginsTestUtils.jsm
- https://searchfox.org/mozilla-central/rev/c5eeb9f4fcfe52b028e7774054444f2982feccc3/browser/components/aboutlogins/LoginBreaches.jsm
Updated•3 years ago
|
Component: XPConnect → about:logins
Product: Core → Firefox
Updated•3 years ago
|
Whiteboard: [esmification-timeline]
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by kpatenio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ffcae625f3fb
ESMified AboutLoginsChild, AboutLoginsParent, AboutLoginsTestUtils, and LoginBreaches. r=kpatenio,credential-management-reviewers,sgalich
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 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
•