[Webkit-unassigned] [Bug 118068] SVG data:uri images are not handled properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 07:45:54 PST 2013


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





--- Comment #4 from youenn fablet <youennf at gmail.com>  2013-11-04 07:44:40 PST ---
Moving data uri parsing into WebCore allows removing memory copy between WebCore and the network stack.
I did a test with run-perf-test and this makes a difference in terms of loading time for large data uri images.

I will shortly submit a patch along the lines of Blink patches.
The data URL parsing routine code originates from Source/WebCore/platform/network/DataURL.cpp.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list