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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 11:51:59 PDT 2015


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

--- Comment #24 from Antti Koivisto <koivisto at iki.fi> ---
> Yes, there’s no question that for data URLs we want to decode into bytes,
> not characters. I think it's a bit peculiar that we decode into a String
> rather than a SharedBuffer or something like that.

Perhaps I should add a separate decodeDataURLEscapeSequences() that produces bytes directly. It will be very similar to the existing DecodeEscapeSequences stuff but maybe there is a way to minimize duplication.

-- 
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/20150819/3319ce84/attachment.html>


More information about the webkit-unassigned mailing list