Closed
Bug 853893
Opened 12 years ago
Closed 11 years ago
[Meta] Make workers to use same event and eventdispatcher implementations as the main thread
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: ehsan.akhgari, Assigned: smaug)
References
Details
(Keywords: meta)
No description provided.
Assignee | ||
Updated•12 years ago
|
Summary: Make it possible to dispatch events in workers → Make workers to use same event and eventdispatcher implementations as the main thread
Blocks: AsyncIDB
Depends on: 845545
Updated•11 years ago
|
Component: DOM: Events → DOM: Workers
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bugs
Component: DOM: Workers → DOM: Events
Blocks: 903770
Assignee | ||
Updated•11 years ago
|
Summary: Make workers to use same event and eventdispatcher implementations as the main thread → [Meta] Make workers to use same event and eventdispatcher implementations as the main thread
Assignee | ||
Updated•11 years ago
|
Depends on: 911258
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 2•11 years ago
|
||
Once bug 862627 is merged to m-c, this should be fixed.
EventListeners and EventHandlers should work, and Event object itself is available on workers
(but it can't be dispatched to old-style worker EventTargets. Worker specific EventTargets can handle only Worker Events, not thread agnostic Events).
EventTarget implementations should inherit nsDOMEventTargetHelper and there is an example
in Bug 862627.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → mozilla27
Yay! Thanks everyone for fixing this and its blockers!
You need to log in
before you can comment on or make changes to this bug.
Description
•