RESOLVED FIXED 104709
[WK2 NetworkProcess] Data URLs don't work
https://bugs.webkit.org/show_bug.cgi?id=104709
Summary [WK2 NetworkProcess] Data URLs don't work
Alexey Proskuryakov
Reported 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>
Attachments
proposed fix (1.67 KB, patch)
2012-12-11 13:26 PST, Alexey Proskuryakov
sam: review+
Alexey Proskuryakov
Comment 1 2012-12-11 13:26:54 PST
Created attachment 178862 [details] proposed fix
Alexey Proskuryakov
Comment 2 2012-12-11 13:31:38 PST
Note You need to log in before you can comment on or make changes to this bug.