[Webkit-unassigned] [Bug 148128] Decode data URLs in web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 12:26:27 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148128

--- Comment #10 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 259282
  --> https://bugs.webkit.org/attachment.cgi?id=259282
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=259282&action=review

>> Source/WebCore/loader/ResourceLoader.cpp:228
>> +        return;
> 
> Will that make loading data uri resources synchronous? If yes then I think this is going to be problematic. Please see comments in https://bugs.webkit.org/show_bug.cgi?id=99677. Also if you stick with this approach, you may want to roll out http://trac.webkit.org/changeset/179626 since it will not be needed anymore.

DataURLDecoder::decode() does the decoding in another thread so it will no be synchronous.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150818/fae7842b/attachment.html>


More information about the webkit-unassigned mailing list