ladybird/Libraries/LibURL
Shannon Booth e6235210ff LibURL: Convert to scalar string before URL parsing
URL parsing is expected to take place on well formed unicode
strings.
2025-07-07 06:50:57 -04:00
..
Pattern LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Host.cpp LibURL: Correct logic for domains not matched by PSL in public_suffix 2025-06-29 12:47:57 +01:00
Host.h LibURL: Implement Host::public_suffix() and registrable_domain() 2024-11-30 12:07:39 +01:00
Origin.cpp LibURL: Use a nonce to distinguish opaque origins 2025-06-25 16:47:09 +01:00
Origin.h LibURL: Use a nonce to distinguish opaque origins 2025-06-25 16:47:09 +01:00
Parser.cpp LibURL: Convert to scalar string before URL parsing 2025-07-07 06:50:57 -04:00
Parser.h LibURL: Publicly expose ability to parse a host 2025-06-27 18:45:48 +12:00
Site.cpp LibURL: Differentiate cross site opaque origins 2025-06-30 08:06:37 +01:00
Site.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
URL.cpp LibURL: Replace use of URL::get_public_suffix 2025-06-29 12:47:57 +01:00
URL.h LibURL: Replace use of URL::get_public_suffix 2025-06-29 12:47:57 +01:00