[webkit-reviews] review denied: [Bug 35943] Make Document::postTask to use a single queue of tasks, to fire them in order : [Attachment 50353] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 15:17:49 PST 2010


Alexey Proskuryakov <ap at webkit.org> has denied Dmitry Titov
<dimich at chromium.org>'s request for review:
Bug 35943: Make Document::postTask to use a single queue of tasks, to fire them
in order
https://bugs.webkit.org/show_bug.cgi?id=35943

Attachment 50353: Patch.
https://bugs.webkit.org/attachment.cgi?id=50353&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
With this patch, a task posted from main thread may end up being delivered
under a modal dialog (if scheduleDispatchFunctionsOnMainThread has been already
called to deliver a message from a worker). This wasn't the case previously

Please convince me that I'm wrong, and set back to r?.


More information about the webkit-reviews mailing list