ladybird/Libraries/LibURL
Shannon Booth 873f7e4b3d LibURL/Pattern: Add a representation of a URL Pattern error
As the comment in this file explains the caller of LibURL APIs are
meant to assume if they see any error, that it is a TypeError since
that is all the spec throws at the moment.

A custom error type exists here so that we can include more
information in TypeError's which are thrown.
2025-03-04 16:32:09 -05:00
..
Pattern LibURL/Pattern: Add a representation of a URL Pattern error 2025-03-04 16:32:09 -05:00
CMakeLists.txt LibURL/Pattern: Add a representation of a URL Pattern 2025-02-17 19:10:39 -05:00
Forward.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Host.cpp LibURL: Gracefully handle a host having no public suffix 2025-01-21 18:17:18 +01: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+LibWeb+Tests: Remove redundant words 2025-02-27 10:35:39 +00:00
Parser.h LibURL+LibWeb: Make URL::basic_parse return an Optional<URL> 2025-01-11 10:08:29 -05: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 the implicit URL constructors 2025-03-04 16:24:19 -05:00
URL.h LibURL: Remove the implicit URL constructors 2025-03-04 16:24:19 -05:00