Closed
Bug 1366032
Opened 8 years ago
Closed 8 years ago
Fix handling of Symbol-named properties in IDL record<> conversion
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
Per spec the enumerable ones should throw; we just ignore them instead.
![]() |
Assignee | |
Comment 1•8 years ago
|
||
Attachment #8869134 -
Flags: review?(kyle)
![]() |
Assignee | |
Updated•8 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Updated•8 years ago
|
Attachment #8869134 -
Flags: review?(kyle) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a7e5f82b767
Align IDL record to C++ conversion with the spec when Symbol-named properties are involved. r=qdot
Comment 3•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 4•8 years ago
|
||
https://hg.mozilla.org/projects/cedar/rev/3a7e5f82b767af7dc67f2617eea3cfb1a0bf117f
Bug 1366032. Align IDL record to C++ conversion with the spec when Symbol-named properties are involved. r=qdot
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
•