Closed
Bug 819845
Opened 13 years ago
Closed 12 years ago
Update WebIDL bindings to changes to sequence/dictionary distinguishability
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
See https://www.w3.org/Bugs/Public/show_bug.cgi?id=16767 and http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.xml.diff?r1=1.573;r2=1.575;f=h
The changes are as follows:
1) Dictionaries are now no longer distinguishable from sequences or IDL arrays.
2) Conversion to a sequence no longer involves checking for an actual array
object.
![]() |
Assignee | |
Updated•13 years ago
|
Blocks: ParisBindings
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Though note that the spec still has issues in terms of how overload resolution should work with the new setup. Need to sort that out before we change this.
![]() |
Assignee | |
Comment 2•13 years ago
|
||
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Attachment #690702 -
Flags: review?(khuey)
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #690293 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Note that maybe we should rename IsArrayLike to IsConvertibleToSequence....
Whiteboard: [need review]
Attachment #690702 -
Flags: review?(khuey) → review+
![]() |
Assignee | |
Comment 5•12 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla20
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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
•