Open
Bug 1313988
Opened 9 years ago
Updated 3 years ago
If nsThread::GetEvent waits for events, make it wake up when new events arrive on mIdleEvents as well as mEvents
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
NEW
People
(Reporter: farre, Unassigned)
References
Details
No description provided.
Updated•9 years ago
|
Priority: -- → P3
Comment 1•9 years ago
|
||
Not a lot of explanation here. Is this a super rare occurrence or something? At face value seems like something we should fix soonish.
Flags: needinfo?(afarre)
Comment 2•9 years ago
|
||
This should happen only when idle runnables are dispatched from other threads, and that shouldn't happen yet. Yes, we should fix this soon, or at least add an assertion that idle runnables could be dispatched only from the same thread.
Comment 3•9 years ago
|
||
The assertion sounds like a very nice idea if we are relying on that invariant at the moment.
| Reporter | ||
Comment 4•9 years ago
|
||
I'll add the assertion along with a commo
Assignee: nobody → afarre
Flags: needinfo?(afarre)
| Reporter | ||
Comment 5•9 years ago
|
||
I'll add the assertion along with a comment that it can be removed if/when we start supporting off thread dispatch.
| Reporter | ||
Comment 6•9 years ago
|
||
Created Bug 1315187.
| Reporter | ||
Updated•9 years ago
|
Assignee: afarre → nobody
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•