Closed
Bug 1094967
Opened 11 years ago
Closed 7 years ago
The "is already an interface prototype object" check is wrong
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
344 bytes,
text/html
|
Details |
It doesn't consider cases when protoObject is a cross-compartment wrapper for a Web IDL interface.
It also doesn't consider cases when it's already registered as a proto for a custom element.
| Reporter | ||
Updated•11 years ago
|
Blocks: webcomponents
Comment 1•7 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
Comment 2•7 years ago
|
||
This is about the old v0.
(but I'll test similar stuff on v1 APIs)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•