[webkit-reviews] review canceled: [Bug 186455] [Win] Remove RunLoopWin and WorkQueueWin : [Attachment 342536] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 09:17:46 PDT 2018


Yusuke Suzuki <utatane.tea at gmail.com> has canceled Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 186455: [Win] Remove RunLoopWin and WorkQueueWin
https://bugs.webkit.org/show_bug.cgi?id=186455

Attachment 342536: Patch

https://bugs.webkit.org/attachment.cgi?id=342536&action=review




--- Comment #9 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Comment on attachment 342536
  --> https://bugs.webkit.org/attachment.cgi?id=342536
Patch

Ah, no. Unfortunately, we cannot do this. We have bunch of GetMessage /
PostMessage / DispatchMessage / TranslateMessage calls in our tree, and at that
time, these messages are implicitly transferred to the pump in the current
thread: If RunLoop is working, it receives these message. So I think removing
this is a bit difficult.


More information about the webkit-reviews mailing list