[Webkit-unassigned] [Bug 142448] DumpRenderTree and WebKitTestRunner should use WTF::WorkQueue, not their own implementations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 8 16:56:34 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142448

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org

--- Comment #1 from Sam Weinig <sam at webkit.org> ---
The WorkQueue classes in DRT and WKTR are not threading primitives like WTF::WorkQueue, but rather just a plain old queue of things to do (it's actually quite similar to WTF::MessageQueue). Having the same name does complicate things here, I admit.

-- 
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/20150308/2b5fdc06/attachment-0002.html>


More information about the webkit-unassigned mailing list