Closed
Bug 1342878
Opened 8 years ago
Closed 8 years ago
Label runnables in layout/ipc/
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: TYLin, Unassigned)
References
Details
(Whiteboard: [QDL][TDC-MVP][LAYOUT])
User Story
See https://wiki.mozilla.org/Quantum/DOM#Labeling for the story.
No calls to NS_DispatchTo(Main|Current)Thread under layout/ipc/.
Calls to nsIRunnable::Dispatch under layout/ipc/.
http://searchfox.org/mozilla-central/search?q=symbol:_ZN14nsIEventTarget8DispatchEP11nsIRunnablej&redirect=false
Comment 1•8 years ago
|
||
Here to noted that bug 1333962 may bake care of vsync relatives in layout/ipc/
Comment 2•8 years ago
|
||
vsyncEvent runnable is dispatched from PBackground thread on main process to client process vsync thread.
Currently there is no need to label this runnable.
[1] http://searchfox.org/mozilla-central/source/layout/ipc/VsyncParent.cpp#56
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Whiteboard: [QDL][TDC-MVP][LAYOUT]
You need to log in
before you can comment on or make changes to this bug.
Description
•