Closed
Bug 1558387
Opened 5 years ago
Closed 5 years ago
Remove DOMError constructor
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
(Keywords: site-compat)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
"DOMError" in window
Actual results:
true
Expected results:
false
Bug 1120178 removed the use of DOMError and now we are seeing zero use of it, so it should be safe to be removed completely.
Updated•5 years ago
|
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Updated•5 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•5 years ago
|
Type: defect → task
Assignee | ||
Comment 1•5 years ago
|
||
I intend to work on this.
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/251e21e0024e
Remove DOMError constructor r=bzbarsky
Comment 5•5 years ago
|
||
I sent an intent to unship.
Updated•5 years ago
|
Keywords: site-compat
Comment 6•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Updated•5 years ago
|
Assignee: nobody → saschanaz
Comment 7•5 years ago
|
||
Posted site compatibility note: https://www.fxsitecompat.dev/en-CA/docs/2019/domerror-has-been-completely-removed/
You need to log in
before you can comment on or make changes to this bug.
Description
•