ladybird/Libraries/LibURL
Shannon Booth 9b80ac00be LibURL: Move registrable-domain PSL lookup to PublicSuffixData
Move the registrable-domain helper from URL into PublicSuffixData and
name it find_matching_registrable_domain().

This keeps it alongside find_matching_public_suffix(), making it clear
that both APIs only return results matched from the PSL data, while
Host::public_suffix() implements the URL Standard fallback to the
top-level domain.
2026-06-08 20:19:06 +02:00
..
Rust LibURL: Advance past the '@' delimiter after batch-parsing userinfo 2026-06-07 11:29:43 +01:00
CMakeLists.txt LibURL: Remove C++ URLPattern implementation 2026-05-28 09:27:41 +02:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Host.cpp LibURL: Move registrable-domain PSL lookup to PublicSuffixData 2026-06-08 20:19:06 +02:00
Host.h AK+LibURL: Use AK::IPv4/6 in Host 2025-12-31 10:24:56 +01:00
Origin.cpp LibURL: Move some Origin helpers out of line 2026-03-01 01:04:10 +01:00
Origin.h LibURL: Move some Origin helpers out of line 2026-03-01 01:04:10 +01:00
Parser.cpp LibURL: Remove C++ URL Parser implementation 2026-05-28 09:27:41 +02:00
Parser.h LibURL: Remove C++ URL Parser implementation 2026-05-28 09:27:41 +02:00
RustIntegration.cpp LibURL: Prefer Types.h typedefs over inttypes.h 2026-05-30 01:41:34 +02:00
RustIntegration.h LibURL: Expose rust host parsing over FFI 2026-05-28 09:27:41 +02:00
Site.cpp LibURL: Add ability to store whether an origin is a file scheme origin 2026-02-21 23:00:57 +01:00
Site.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
URL.cpp LibURL: Move registrable-domain PSL lookup to PublicSuffixData 2026-06-08 20:19:06 +02:00
URL.h LibURL: Move registrable-domain PSL lookup to PublicSuffixData 2026-06-08 20:19:06 +02:00