[Webkit-unassigned] [Bug 186455] [Win] Remove RunLoopWin and WorkQueueWin
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 11 11:50:30 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186455
--- Comment #3 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
One issue we found is that very Windows specific feature was added to WorkQueueWin, which are:
(WTF::WorkQueue::handleCallback):
(WTF::WorkQueue::registerHandle):
(WTF::WorkQueue::unregisterAndCloseHandle):
and they are used in IPC/ConnectionWin.cpp.
I don't see the reason why these features are in WorkQueue because they are not in other port. We can separate those features and move them into IPC/Connection.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180611/2d168520/attachment-0001.html>
More information about the webkit-unassigned
mailing list