ladybird/Tests/LibURL
Shannon Booth ac344a5196 LibURL: Clarify PSL matching API names
Rename PublicSuffixData's raw lookup helpers to make it clear that they
only return public suffixes matched from the PSL data.

This distinguishes them from Host::public_suffix(), which implements the
URL Standard definition and falls back to the top-level domain when no
PSL rule matches.

We need both layers because address bar handling needs the raw lookup to
decide whether input should be treated as a URL or as a search.
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: Advance past the '@' delimiter after batch-parsing userinfo 2026-06-07 11:29:43 +01:00
TestURLPattern.cpp LibURL: Implement URLPattern in Rust 2026-05-28 09:27:41 +02:00