Bug 104709

Summary: [WK2 NetworkProcess] Data URLs don't work
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix sam: review+

Description Alexey Proskuryakov 2012-12-11 13:24:45 PST
We don't send a complete data URL to NetworkProcess, with the idea that it can do scheduling, and tell WebProcess to perform the actual load.

But there is no longer any way to tell WebProcess to load, so I'm going to just remove this code for now. We can look at optimizations later.

<rdar://problem/12857080>
Comment 1 Alexey Proskuryakov 2012-12-11 13:26:54 PST
Created attachment 178862 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2012-12-11 13:31:38 PST
Committed <http://trac.webkit.org/changeset/137351>.