1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-07 21:17:07 +09:00
ladybird/Libraries/LibURL
Shannon Booth 40d21e343f LibURL: Add FIXME's for testing equality of opaque origins
The spec seems to indicate in its wording that while opaque
origins only serialize to 'null', they can still be tested
for equality with one another. Probably we will need to
generate some unique ID which is unique across processes.
2025-05-24 09:51:44 -04:00
..
Pattern LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
CMakeLists.txt LibURL/Pattern: Implement ability to compile a component 2025-04-06 08:24:54 -04: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: Implement Site concept 2024-11-30 12:07:39 +01:00
Origin.h LibURL: Add FIXME's for testing equality of opaque origins 2025-05-24 09:51:44 -04:00
Parser.cpp LibURL: Remove URL's valid state 2025-04-19 07:18:43 -04: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: Remove URL's valid state 2025-04-19 07:18:43 -04:00
URL.h LibURL: Remove URL's valid state 2025-04-19 07:18:43 -04:00