[webkit-reviews] review requested: [Bug 30612] Remove threadsafe refcounting from tasks used with WTF::MessageQueue. : [Attachment 42245] Proposed patch.

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


Dmitry Titov <dimich at chromium.org> has asked  for review:
Bug 30612: Remove threadsafe refcounting from tasks used with
WTF::MessageQueue.
https://bugs.webkit.org/show_bug.cgi?id=30612

Attachment 42245: Proposed patch.
https://bugs.webkit.org/attachment.cgi?id=42245&action=review

------- Additional Comments from Dmitry Titov <dimich at chromium.org>
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


More information about the webkit-reviews mailing list