mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
LibURL/Pattern: Implement the URL Pattern Tokenizer
The tokenizer is used for both pattern string and constructor string parsing of URL Patterns.
This commit is contained in:
parent
70e3a48892
commit
f8f21319f9
Notes:
github-actions[bot]
2025-03-15 11:40:38 +00:00
Author: https://github.com/shannonbooth
Commit: f8f21319f9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3812
Reviewed-by: https://github.com/tcl3
Reviewed-by: https://github.com/trflynn89
5 changed files with 563 additions and 0 deletions
|
@ -61,6 +61,7 @@ set(TLS_DEBUG ON)
|
|||
set(TOKENIZER_TRACE_DEBUG ON)
|
||||
set(UPDATE_LAYOUT_DEBUG ON)
|
||||
set(URL_PARSER_DEBUG ON)
|
||||
set(URL_PATTERN_DEBUG ON)
|
||||
set(UTF8_DEBUG ON)
|
||||
set(VPX_DEBUG ON)
|
||||
set(WASI_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue