ladybird/Userland/Libraries/LibWeb/DOMURL
Shannon Booth d56da8cf9a LibWeb: Sort URLSearchParams using UTF-16 code units
We were previously sorting using code points which could give the wrong
result for certain inputs.

Fixes the last two failing tests on:

https://wpt.live/url/urlsearchparams-sort.any.html
2024-08-17 07:44:13 +02:00
..
DOMURL.cpp LibURL+LibWeb: Pass a mutable reference URL to URL parser 2024-08-13 14:14:34 +02:00
DOMURL.h LibWeb: Don't propogate small OOMs from URLSearchParams 2024-08-12 23:01:29 +01:00
DOMURL.idl
URLSearchParams.cpp LibWeb: Sort URLSearchParams using UTF-16 code units 2024-08-17 07:44:13 +02:00
URLSearchParams.h LibWeb: Don't propogate small OOMs from URLSearchParams 2024-08-12 23:01:29 +01:00
URLSearchParams.idl LibWeb: Implement value argument of URLSearchParams.has 2024-08-12 23:01:29 +01:00
URLSearchParamsIterator.cpp
URLSearchParamsIterator.h