mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibURL/Pattern: Add representation of a URL Pattern 'options' struct
These control how a pattern string is generated, which can vary for different components and is also impacted by the 'ignoreCase' option that can be provided in the URLPattern constructor.
This commit is contained in:
parent
88bea4a717
commit
f3679184cb
Notes:
github-actions[bot]
2025-04-06 12:27:58 +00:00
Author: https://github.com/shannonbooth
Commit: f3679184cb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3847
Reviewed-by: https://github.com/trflynn89
3 changed files with 72 additions and 0 deletions
|
@ -10,6 +10,7 @@ set(SOURCES
|
|||
Pattern/Canonicalization.cpp
|
||||
Pattern/ConstructorStringParser.cpp
|
||||
Pattern/Init.cpp
|
||||
Pattern/Options.cpp
|
||||
Pattern/Part.cpp
|
||||
Pattern/Pattern.cpp
|
||||
Pattern/String.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue