Bug 1524591 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Jim Mathies [:jimm] from comment #10)

> Bob and I were discussing this today, looks like chromium creates a separate even queue for this child window. 
> 
> https://cs.chromium.org/chromium/src/gpu/ipc/service/child_window_win.cc?type=cs&q=ChildWindowWin&g=0&l=133

WinCompositorWindowThread creates a thread for compositor window.
  https://searchfox.org/mozilla-central/source/widget/windows/WinCompositorWindowThread.cpp#37
(In reply to Jim Mathies [:jimm] from comment #10)

> Bob and I were discussing this today, looks like chromium creates a separate even queue for this child window. 
> 
> https://cs.chromium.org/chromium/src/gpu/ipc/service/child_window_win.cc?type=cs&q=ChildWindowWin&g=0&l=133

WinCompositorWindowThread creates a MessageLoop::TYPE_UI thread for compositor window.
  https://searchfox.org/mozilla-central/source/widget/windows/WinCompositorWindowThread.cpp#37

Back to Bug 1524591 Comment 13