1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Userland/Libraries/LibManual
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
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Node.cpp AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
Node.h LibManual: Compare nodes by path 2023-07-05 16:15:42 +01:00
PageNode.cpp LibManual: Allow directly obtaining any page's main section number 2023-07-05 16:15:42 +01:00
PageNode.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Path.cpp Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
Path.h Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
SectionNode.cpp LibManual: Error on section_number 0 instead of crashing 2023-07-05 08:57:39 +02:00
SectionNode.h LibManual: Allow directly obtaining any page's main section number 2023-07-05 16:15:42 +01:00
SubsectionNode.cpp LibManual: Associate SubsectionNode with similarly named markdown file 2023-04-25 02:16:48 -06:00
SubsectionNode.h LibManual: Allow directly obtaining any page's main section number 2023-07-05 16:15:42 +01:00