[webkit-reviews] review denied: [Bug 32047] Make appcache layouttest top-frame-2.html more robust for async checking event : [Attachment 44193] Proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 16:39:45 PST 2009


Alexey Proskuryakov <ap at webkit.org> has denied Jenn Braithwaite
<jennb at chromium.org>'s request for review:
Bug 32047: Make appcache layouttest top-frame-2.html more robust for async
checking event
https://bugs.webkit.org/show_bug.cgi?id=32047

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
(In reply to comment #4)
> The spec says to "queue a task" to fire the checking event. The definition of

> "queue a task" in the spec does not impose an ordering on script events vs
> appcache update events.

Application cache update events are fired in exactly the same way ("queue a
task to fire a simple event named checking"), which means that they go into the
same FIFO queue, and must be delivered sequentially.


More information about the webkit-reviews mailing list