Closed
Bug 1315135
Opened 8 years ago
Closed 8 years ago
Remove all the regexp goop from Web IDL parser and codegen
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It's gone from the Web IDL spec.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8807393 -
Flags: review?(peterv)
Updated•8 years ago
|
Attachment #8807393 -
Flags: review?(peterv) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/83f951d60fc7
Remove the RegExp (and some Date) special casing from our dictionary conversions and Web IDL overload resolution. r=peterv
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f6533d92b96
followup. Fix web platform tests that either depended on the old spec's behavior or were asserting that we fail the new one.
Comment 5•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/83f951d60fc7
https://hg.mozilla.org/mozilla-central/rev/9f6533d92b96
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•8 years ago
|
status-firefox52:
affected → ---
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•