Closed
Bug 862627
Opened 12 years ago
Closed 11 years ago
Switch EventListener to WebIDL codegen
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Depends on 2 open bugs)
Details
Attachments
(3 files, 4 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #835643 +++
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #752315 -
Flags: review?(bugs)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #752808 -
Flags: review?(bugs)
Updated•12 years ago
|
Attachment #752315 -
Flags: review?(bugs) → review+
Updated•12 years ago
|
Attachment #752808 -
Flags: review?(bugs) → review+
Updated•11 years ago
|
Updated•11 years ago
|
Whiteboard: [Australis:P?][Australis:M?]
Updated•11 years ago
|
Whiteboard: [Australis:P?][Australis:M?]
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #738285 -
Attachment is obsolete: true
Assignee | ||
Comment 6•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #752315 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #752808 -
Attachment is obsolete: true
Assignee | ||
Comment 7•11 years ago
|
||
Try run with all dependencies except bug 840201 fixed: https://tbpl.mozilla.org/?tree=Try&rev=672313bc75e1
Comment 8•11 years ago
|
||
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Flags: in-testsuite?
Target Milestone: --- → mozilla27
\o/
Comment 11•11 years ago
|
||
Since khuey had some problem using EventTarget on workers, here is a dummy
implementation. (Really dummmy - because of returning null GetParentObject,
EventReceiver on the main thread may work in a bit unusual way.)
Testcase is loading
var retval = "FAIL"; var er = new EventReceiver(); er.addEventListener("PASS", function(e) {retval = e.type;}); er.dispatchEvent(new Event("PASS")); retval;
in http://mozilla.pettay.fi/workerconsole/
Comment 12•11 years ago
|
||
(this one behaves ok on main thread too, and is simpler)
Attachment #809130 -
Attachment is obsolete: true
Happydance!!
https://hg.mozilla.org/mozilla-central/rev/29b3256131f4
https://hg.mozilla.org/mozilla-central/rev/872d79fd1982
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•