ladybird/Tests/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
..
CMakeLists.txt LibURL: Remove C++ URLPattern implementation 2026-05-28 09:27:41 +02:00
TestPublicSuffix.cpp LibURL: Clarify PSL matching API names 2026-06-08 20:19:06 +02:00
TestURL.cpp LibURL: Move registrable-domain PSL lookup to PublicSuffixData 2026-06-08 20:19:06 +02:00
TestURLPattern.cpp LibURL: Implement URLPattern in Rust 2026-05-28 09:27:41 +02:00