diff options
author | Max Wipfli <mail@maxwipfli.ch> | 2021-05-25 22:13:15 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-01 09:28:05 +0200 |
commit | 0d0ed4962f066bd390d55d25072c34532ba6db93 (patch) | |
tree | 6fc966b3cd339b576ab145d6ea4ae33c60ca4e0c /Meta/CMake | |
parent | 8a938a3e25951e3bf0ad833256d78c9188819a66 (diff) | |
download | serenity-0d0ed4962f066bd390d55d25072c34532ba6db93.zip |
AK: Add a new, spec-compliant URLParser
This adds a new URL parser, which aims to be compliant with the URL
specification (https://url.spec.whatwg.org/). It also contains a
rudimentary data URL parser.
Diffstat (limited to 'Meta/CMake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 67217d23eb..8213e36379 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -168,6 +168,7 @@ set(UCI_DEBUG ON) set(UDP_DEBUG ON) set(UHCI_VERBOSE_DEBUG ON) set(UPDATE_COALESCING_DEBUG ON) +set(URL_PARSER_DEBUG ON) set(VOLATILE_PAGE_RANGES_DEBUG ON) set(WSMESSAGELOOP_DEBUG ON) set(GPT_DEBUG ON) |