ladybird/Libraries/LibURL
Shannon Booth 8e37cd2f71
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibURL: Remove URL's valid state
No code now relies on using URL's valid state.

A URL can still be _technically_ invalid through use of the URL
constructor or by directly changing URL fields.

However, all URLs should be constructed through the URL parser,
and we should ideally be getting rid of the default constructor
at some stage.

Also, any code which is manually setting URL fields need to be
aware that this is full of pitfalls since there are many different
forms of canonicalization which is bypassed by not going through
the URL parser.
2025-04-19 07:18:43 -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 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 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