Closed
Bug 774705
Opened 12 years ago
Closed 12 years ago
Throw a TypeError when trying to construct an interface without a constructor
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
To pick up the fix to idlharness.js, because we totally throw a TypeError when calling new window[undefined]().
Attachment #642991 -
Flags: review?(ayg)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #642992 -
Flags: review?(bzbarsky)
Comment 3•12 years ago
|
||
Comment on attachment 642992 [details] [diff] [review]
Part b: Throw a TypeError
r=me
Attachment #642992 -
Flags: review?(bzbarsky) → review+
Comment 4•12 years ago
|
||
Comment on attachment 642991 [details] [diff] [review]
Part a: Update /resources
Not sure why you asked me for review. I'm not a DOM owner or peer. I think it would make sense if pulling updates to imported tests could be done with no review at all, but my review shouldn't help anything.
Attachment #642991 -
Flags: review?(ayg)
Assignee | ||
Comment 5•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3cd9ccac3181
https://hg.mozilla.org/mozilla-central/rev/c7cdc41bc685
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Keywords: dev-doc-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 6•12 years ago
|
||
Backed out with the mass tree revert to get rid of the OS X M5 orange:
https://hg.mozilla.org/mozilla-central/rev/c801b99d726f
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/94fb2a8a4c39
https://hg.mozilla.org/integration/mozilla-inbound/rev/e06889b2f24a
Flags: in-testsuite+
Comment 8•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/94fb2a8a4c39
https://hg.mozilla.org/mozilla-central/rev/e06889b2f24a
Status: REOPENED → RESOLVED
Closed: 12 years ago → 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
•