Bug 114215

Summary: Add an async version of ResourceHandle::didReceiveResponse
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: sam, webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+, webkit-ews: commit-queue-

Description Anders Carlsson 2013-04-08 14:06:06 PDT
Add an async version of ResourceHandle::didReceiveResponse
Comment 1 Anders Carlsson 2013-04-08 14:12:14 PDT
Created attachment 196953 [details]
Patch
Comment 2 Early Warning System Bot 2013-04-08 14:21:03 PDT
Comment on attachment 196953 [details]
Patch

Attachment 196953 [details] did not pass qt-ews (qt):
Output: http://webkit-commit-queue.appspot.com/results/17502375
Comment 3 Anders Carlsson 2013-04-08 14:23:00 PDT
Committed r147952: <http://trac.webkit.org/changeset/147952>
Comment 4 Early Warning System Bot 2013-04-08 14:23:01 PDT
Comment on attachment 196953 [details]
Patch

Attachment 196953 [details] did not pass qt-wk2-ews (qt):
Output: http://webkit-commit-queue.appspot.com/results/17444049
Comment 5 Alexey Proskuryakov 2013-04-09 16:12:32 PDT
This broke blobs, because BlobResourceHandle hasn't been updated to use the new client call when appropriate.