ladybird/Tests/LibURL
Shannon Booth 5ef34ecb7a LibURL: Use libpsl for public suffix matching
Replace the generated public suffix table and custom matcher with a
direct LibURL PublicSuffixData implementation backed by libpsl. This
drops our PSL download/generator path and uses the same library already
used by libcurl.

Performance is comparable before and after, while LibURL binary size
is smaller.
2026-06-10 11:43:44 +02:00
..
CMakeLists.txt LibURL: Remove C++ URLPattern implementation 2026-05-28 09:27:41 +02:00
TestPublicSuffix.cpp LibURL: Use libpsl for public suffix matching 2026-06-10 11:43:44 +02:00
TestURL.cpp Tests/LibURL: Consolidate public suffix tests 2026-06-08 20:19:06 +02:00
TestURLPattern.cpp LibURL: Implement URLPattern in Rust 2026-05-28 09:27:41 +02:00