[webkit-reviews] review granted: [Bug 22720] Make XMLHttpRequest work in Workers : [Attachment 26888] Part 2: More work on cleaning up instances of document in the XMLHttpRequest class.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 08:02:34 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted David Levin
<levin at chromium.org>'s request for review:
Bug 22720: Make XMLHttpRequest work in Workers
https://bugs.webkit.org/show_bug.cgi?id=22720

Attachment 26888: Part 2: More work on cleaning up instances of document in the
XMLHttpRequest class.
https://bugs.webkit.org/attachment.cgi?id=26888&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
+	 * Abstracted away the sync and async requests behind the
ThreadableLoader class, which
+	   will get an implementation for Workers.  It follows the same model
as SubresourceLoader, since
+	   it is a thin wrapper around it.

I don't think this is quite accurate - DocumentThreadableLoader is a wrapper
around SubresourceLoader, but ThreadableLoader is not.

r=me


More information about the webkit-reviews mailing list