mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibURL/Pattern: Implement processing a URL Pattern Init
This gets us to the point just before the point of parsing the pattern strings for each URL component to produce a regular expression.
This commit is contained in:
parent
3f73cd30a2
commit
f80e7d6816
Notes:
github-actions[bot]
2025-04-06 12:28:17 +00:00
Author: https://github.com/shannonbooth
Commit: f80e7d6816
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3847
Reviewed-by: https://github.com/trflynn89
5 changed files with 395 additions and 7 deletions
|
@ -9,6 +9,7 @@ set(SOURCES
|
|||
${PUBLIC_SUFFIX_SOURCES}
|
||||
Pattern/Canonicalization.cpp
|
||||
Pattern/ConstructorStringParser.cpp
|
||||
Pattern/Init.cpp
|
||||
Pattern/Pattern.cpp
|
||||
Pattern/String.cpp
|
||||
Pattern/Tokenizer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue