[Webkit-unassigned] [Bug 228122] Add functionalities for parsing URL query string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 3 13:11:49 PDT 2021


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

--- Comment #31 from Darin Adler <darin at apple.com> ---
Comment on attachment 434848
  --> https://bugs.webkit.org/attachment.cgi?id=434848
Patch

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

>> Source/WTF/wtf/URL.cpp:1254
>> +    url.setQuery(queryWithoutRemovalKeys);
> 
> I am surprised this compiles. I would have thought we’d have to call one of the toString functions on the StringBuilder.

I guess setQuery takes a StringView and StringBuilder can produce one of those without a function call, so: great, looks good.

-- 
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/20210803/8fc1bf68/attachment.htm>


More information about the webkit-unassigned mailing list