Open
Bug 851282
Opened 12 years ago
Updated 2 years ago
Handle indexed and named properties in JS implemented WebIDL more better
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 2 open bugs)
Details
Right now we just throw an exception in a random place for these. I'm not sure what the right behavior for these in JS implemented WebIDL. I don't know if we want to just fail in a more useful manner, or if we want to implement them somehow.
Comment 1•12 years ago
|
||
Implementing these should not be too bad, I'd think. We just need to append the right methods to the "callback interface" part of the codegen, and then I think it should Just Work.
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•