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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 11:54:59 PDT 2015


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

--- Comment #4 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/platform/network/DataURLDecoder.cpp:61
> +    ASSERT(urlString.startsWith(dataString));

Shouldn't this be case insensitive?

> Source/WebCore/platform/network/DataURLDecoder.cpp:63
> +    size_t mediaTypeEnd = urlString.find(base64String);

ditto

-- 
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/9cfc382d/attachment.html>


More information about the webkit-unassigned mailing list