ladybird/Libraries/LibURL
Timothy Flynn 0a256b0a9a AK+Everywhere: Change StringView case conversions to return String
There's a bit of a UTF-8 assumption with this change. But nearly every
caller of these methods were immediately creating a String from the
resulting ByteString anyways.
2025-04-07 17:44:38 +02:00
..
Pattern LibURL/Pattern: Fix PatternParser logic for prefix codepoint comparison 2025-04-07 10:29:09 -04:00
CMakeLists.txt LibURL/Pattern: Implement ability to compile a component 2025-04-06 08:24:54 -04:00
Forward.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Host.cpp AK+LibURL+LibWeb: Use simdutf to validate ASCII strings 2025-04-06 11:05:58 -04:00
Host.h LibURL: Implement Host::public_suffix() and registrable_domain() 2024-11-30 12:07:39 +01:00
Origin.cpp LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Origin.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Parser.cpp AK+Everywhere: Change StringView case conversions to return String 2025-04-07 17:44:38 +02:00
Parser.h LibURL: Rename 'cannot be a base URL' state to 'opaque path' state 2025-03-15 07:39:03 -04:00
Site.cpp LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Site.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
URL.cpp LibURL: Add helper for getting array of the special schemes 2025-04-06 08:24:54 -04:00
URL.h LibURL: Add helper for getting array of the special schemes 2025-04-06 08:24:54 -04:00