ladybird/Userland/Libraries/LibWeb/DOMURL
Shannon Booth cff3e78a14 LibWeb: Strip trailing spaces from opaque URL path on query change
This was added in fdaa0e5a
to fix a case where roundtrips could fail. We had already partially
implemented these steps - but it seems this was missed in the update of
URLSearchParams.

Fixes the last failing WPT test for:

https://wpt.live/url/urlsearchparams-delete.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 LibWeb: Implement URL.parse 2024-05-13 09:21:12 +02:00
URLSearchParams.cpp LibWeb: Strip trailing spaces from opaque URL path on query change 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 LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
URLSearchParamsIterator.h LibWeb: Rename URL platform object to DOMURL 2024-02-25 08:54:31 +01:00