ladybird/Libraries/LibURL
Timothy Flynn ea32502947 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-21 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2026-02-18 08:02:45 -05:00
..
Pattern Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
CMakeLists.txt LibURL: Remove LibCrypto as a dependency 2026-01-26 18:46:59 +01:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Host.cpp AK+LibURL: Use AK::IPv4/6 in Host 2025-12-31 10:24:56 +01:00
Host.h AK+LibURL: Use AK::IPv4/6 in Host 2025-12-31 10:24:56 +01:00
Origin.cpp LibCrypto+AK: Merge LibCrypto/SecureRandom into AK/Random 2026-01-23 15:53:27 +01:00
Origin.h LibURL: Add domain concept to URL::Origin to fix same-origin-domain 2025-12-30 13:02:10 +01:00
Parser.cpp LibURL: Optimize parsing of URLs in authority state 2026-01-26 18:46:59 +01:00
Parser.h LibURL: Publicly expose ability to parse a host 2025-06-27 18:45:48 +12:00
Site.cpp LibURL: Differentiate cross site opaque origins 2025-06-30 08:06:37 +01:00
Site.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
URL.cpp LibURL: Remove a stray newline 2026-01-26 18:46:59 +01:00
URL.h LibURL: Add a few missing internal page factories 2025-09-18 07:27:24 -04:00