[Webkit-unassigned] [Bug 255442] Page.cpp data: URL style sheet fast path is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 16 18:36:26 PDT 2023


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

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
Anne, 
this part is surprising too. 
https://searchfox.org/wubkat/rev/82caf34be7c823fc4fddd90cc167a6315bffebfd/Source/WebCore/platform/network/DataURLDecoder.cpp#93-94

There is 
https://searchfox.org/wubkat/rev/82caf34be7c823fc4fddd90cc167a6315bffebfd/Source/WTF/wtf/URL.cpp#370-386

used by decode
https://searchfox.org/wubkat/rev/82caf34be7c823fc4fddd90cc167a6315bffebfd/Source/WebCore/platform/network/DataURLDecoder.cpp#197-203

but which seems to be used only in this case
https://searchfox.org/wubkat/rev/82caf34be7c823fc4fddd90cc167a6315bffebfd/Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp#652-666

The other decode is used at two places
https://searchfox.org/wubkat/source/Source/WebCore/loader/ResourceLoader.cpp#297
https://searchfox.org/wubkat/source/Source/WebKit/NetworkProcess/soup/NetworkDataTaskSoup.cpp#343


And there is also
https://searchfox.org/wubkat/rev/82caf34be7c823fc4fddd90cc167a6315bffebfd/Source/WTF/wtf/URL.cpp#1083-1101

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230417/f70fd0a6/attachment-0001.htm>


More information about the webkit-unassigned mailing list