ladybird/Userland/Libraries/LibWeb/DOMURL
Shannon Booth 501f92b54e LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL
Because of the previous awkward factoring of Origin we had two
implementations of Origin serializing and creation. Move the
implementation of DOMURL::url_origin into URL::origin, and
instead use the implemenation of URL::Origin::serialize for
serialization (replacing URL::serialize_origin).

This happens to fix 8 URL subtests as the two implemenations had
diverged, and URL::serialize_origin was previously missing the spec
changes of: whatwg/url@eee49fd and whatwg/url@fff33c3
2024-10-05 10:46:30 +02:00
..
DOMURL.cpp LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
DOMURL.h LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
DOMURL.idl LibWeb: Implement URL.parse 2024-05-13 09:21:12 +02:00
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 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