Bug 104709 - [WK2 NetworkProcess] Data URLs don't work
Summary: [WK2 NetworkProcess] Data URLs don't work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-11 13:24 PST by Alexey Proskuryakov
Modified: 2012-12-11 13:31 PST (History)
2 users (show)

See Also:


Attachments
proposed fix (1.67 KB, patch)
2012-12-11 13:26 PST, Alexey Proskuryakov
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.