ladybird/Userland/Libraries/LibWeb/URL
Shannon Booth 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer'
In order to follow spec text to achieve this, we need to change the
underlying representation of a host in AK::URL to deserialized format.
Before this, we were parsing the host and then immediately serializing
it again.

Making that change resulted in a whole bunch of fallout.

After this change, callers can access the serialized data through
this concept-host-serializer. The functional end result of this
change is that IPv6 hosts are now correctly serialized to be
surrounded with '[' and ']'.
2023-07-31 05:18:51 +02:00
..
URL.cpp AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
URL.h LibWeb: Add interface for 'concept-url-parser' 2023-07-15 09:45:16 +02:00
URL.idl LibWeb: Implement URL.canParse(url, base) 2023-04-11 16:28:20 +02:00
URLSearchParams.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
URLSearchParams.h LibWeb: Implement Web::URL::url_encode closer to spec 2023-06-25 11:28:32 +02:00
URLSearchParams.idl LibWeb: Port URL and URLSearchParams to new String 2023-03-01 22:44:20 +00:00
URLSearchParamsIterator.cpp LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2023-07-19 14:11:43 +01:00
URLSearchParamsIterator.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00