ladybird/Userland/Libraries/LibWeb/DOMURL
Shannon Booth fd4e943e12 LibWeb: Don't strip leading '?' in query initializing a URL
In our implementation of url-initialize, we were invoking the
constructor of URLSearchParams:

https://url.spec.whatwg.org/#dom-urlsearchparams-urlsearchparams

Instead of the 'initialize' AO:

https://url.spec.whatwg.org/#urlsearchparams-initialize

This has the small difference of stripping any leading '?' from the
query (which we are not meant to be doing!).
2024-08-06 23:08:12 +01:00
..
DOMURL.cpp LibWeb: Don't strip leading '?' in query initializing a URL 2024-08-06 23:08:12 +01:00
DOMURL.h LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
DOMURL.idl LibWeb: Implement URL.parse 2024-05-13 09:21:12 +02:00
URLSearchParams.cpp LibWeb: Don't strip leading '?' in query initializing a URL 2024-08-06 23:08:12 +01:00
URLSearchParams.h LibWeb: Don't strip leading '?' in query initializing a URL 2024-08-06 23:08:12 +01:00
URLSearchParams.idl LibWeb: Rename URL platform object to DOMURL 2024-02-25 08:54:31 +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