Closed
Bug 1095443
Opened 8 years ago
Closed 8 years ago
Ensure processNextEvent never blocks after processing a Promise microtask
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: Paolo, Assigned: Paolo)
References
Details
Attachments
(1 file)
4.83 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
This allows us to use DOM Promise scheduling with Promise.jsm. The try run is now green for the entire tree: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=b6b8172550ad
Updated•8 years ago
|
Assignee: nobody → paolo.mozmail
Status: NEW → ASSIGNED
![]() |
||
Comment 1•8 years ago
|
||
Comment on attachment 8518864 [details] [diff] [review] The patch >+class DummyRunnable : public nsRunnable { Please put this in an anonymous namespace. r=me
Attachment #8518864 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/d8c5f67ac4cd
Updated•8 years ago
|
Iteration: 36.2 → 36.3
Comment 3•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d8c5f67ac4cd
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•