Closed
Bug 1878635
Opened 2 years ago
Closed 2 years ago
Remove Deprecated.sys.mjs
Categories
(Toolkit :: General, task, P3)
Toolkit
General
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: standard8, Assigned: echrs, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file, 2 obsolete files)
We want to remove Deprecated.sys.mjs
.
It is only currently used in two instances which have been around for a long time and are no longer needed. The devtools one is also incorrect as it doesn't specify the uri
argument.
They were probably there due to the pre-FF 57 extensions which may have been able to call that code.
However, we don't need them now, and it doesn't seem useful to keep the module around, so we should remove the module and all references to it.
A couple of useful links for looking at this:
- https://searchfox.org/mozilla-central/search?q=Deprecated.warning&path=&case=true®exp=false
- https://searchfox.org/mozilla-central/search?q=Deprecated.sys.mjs&path=&case=true®exp=false
- https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Note: please don't ask to be assigned to the bug, it will be auto-assigned when the first patch is uploaded. If it is likely to take you a while you are quite welcome to comment that you are working on it.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → echrs
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9379396 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9379395 -
Attachment is obsolete: true
Assignee | ||
Comment 3•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47a0e9d6438f
Remove Deprecated.sys.mjs r=Standard8,devtools-reviewers,nchevobbe
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•