ladybird/Libraries/LibURL
Shannon Booth 68b57daf84 LibURL: Remove uneeded FIXME for UTF-8 decode in URL parsing
I believe this is in the specification since the spec technically
requires passing through a valid unicode string. However, our
implementation already handles a non valid unicode string, and will
do the replacement character substitution.
2025-06-27 18:45:48 +12:00
..
Pattern LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
CMakeLists.txt LibURL: Use a nonce to distinguish opaque origins 2025-06-25 16:47:09 +01:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06: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: 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: Remove uneeded FIXME for UTF-8 decode in URL parsing 2025-06-27 18:45:48 +12:00
Parser.h LibURL: Publicly expose ability to parse a host 2025-06-27 18:45:48 +12: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+LibWeb: Make URL::Origin default constructor private 2025-06-17 20:54:03 +02:00
URL.h LibURL: Remove URL's valid state 2025-04-19 07:18:43 -04:00