Closed
Bug 1391848
Opened 7 years ago
Closed 7 years ago
Use event targets for MessageLoop
Categories
(Core :: IPC, enhancement)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
(deleted),
patch
|
kanru
:
review+
|
Details | Diff | Splinter Review |
A big part of the Quantum DOM project is to remove usage of nsIThread and replace it with nsIEventTarget. This simplifies things, since there will be multiple main threads in Quantum DOM, but only one main event target (for the single main event queue).
This patch does that transformation to the MessageLoop/MessagePump code.
Attachment #8899023 -
Flags: review?(kchen)
Updated•7 years ago
|
Attachment #8899023 -
Flags: review?(kchen) → review+
Pushed by wmccloskey@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4673ed66865e
Use nsIEventTarget instead of nsIThread for MessageLoop/Pump (r=kanru)
Comment 2•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•