Closed
Bug 910926
Opened 11 years ago
Closed 11 years ago
Add threadsafety assertions for microtask level counting
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file)
(deleted),
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
CallSetup has an nsAutoMicrotask, so we'll want to make sure we're not doing that off the main thread.
Attachment #797520 -
Flags: review?(bugs)
Comment 1•11 years ago
|
||
Comment on attachment 797520 [details] [diff] [review]
0001-microtask-assertions.patch
I hope we don't end up to slower non-inline setup with this.
Perhaps compilers are good enough.
Attachment #797520 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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
•