Bug 114320

Summary: REGRESSION: Blob URLs broken with NetworkProcess
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PlatformAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, beidson
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix beidson: review+

Description Alexey Proskuryakov 2013-04-09 16:45:36 PDT
NetworkResourceLoader now requires use of didReceiveBuffer instead of didReceiveData, and it also requires didReceiveResponseAsync.
Comment 1 Alexey Proskuryakov 2013-04-09 16:51:47 PDT
<rdar://problem/13552399>
Comment 2 Alexey Proskuryakov 2013-04-09 16:55:56 PDT
Created attachment 197188 [details]
proposed fix
Comment 3 Alexey Proskuryakov 2013-04-09 17:03:32 PDT
Committed <http://trac.webkit.org/r148068>.