[Webkit-unassigned] [Bug 30612] Remove threadsafe refcounting from tasks used with WTF::MessageQueue.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 16:53:37 PDT 2009


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


Dmitry Titov <dimich at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41777|0                           |1
        is obsolete|                            |
  Attachment #42245|                            |review?, commit-queue-
               Flag|                            |




--- Comment #3 from Dmitry Titov <dimich at chromium.org>  2009-10-30 16:53:36 PDT ---
Created an attachment (id=42245)
 --> (https://bugs.webkit.org/attachment.cgi?id=42245)
Proposed patch.

Now that the preparatory patches are in, this change is simple:
- Change MessageQueue to act as a queue of OwnPtr<DataType>
- Remove ThreadSafeShared from various Task types.
- Replace a bunch of RefPtrs with OwnPtrs when dealing with those Tasks

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list