ladybird/Libraries/LibURL/Pattern
Shannon Booth 8a33c57c1e LibWeb/LibURL: Use an IgnoreCase enum for URLPatternOptions
This is to save a future name conflict that will appear between
the options IDL dictionary and the options struct that are both
present in the spec.

It is also a nicer interface for now given there is only a single
option at the moment.
2025-04-06 08:24:54 -04:00
..
Canonicalization.cpp LibURL/Pattern: Implement URL Pattern canonicalization 2025-03-15 07:39:03 -04:00
Canonicalization.h LibURL/Pattern: Implement URL Pattern canonicalization 2025-03-15 07:39:03 -04:00
Component.h
ConstructorStringParser.cpp LibURL/Pattern: Implement the constructor string parser 2025-03-15 07:39:03 -04:00
ConstructorStringParser.h LibURL/Pattern: Implement the constructor string parser 2025-03-15 07:39:03 -04:00
Init.cpp LibURL/Pattern: Implement processing a URL Pattern Init 2025-04-06 08:24:54 -04:00
Init.h LibURL/Pattern: Implement processing a URL Pattern Init 2025-04-06 08:24:54 -04:00
Pattern.cpp LibWeb/LibURL: Use an IgnoreCase enum for URLPatternOptions 2025-04-06 08:24:54 -04:00
Pattern.h LibWeb/LibURL: Use an IgnoreCase enum for URLPatternOptions 2025-04-06 08:24:54 -04:00
PatternError.h
String.cpp LibURL/Pattern: Implement helper for escaping a URL Pattern String 2025-04-06 08:24:54 -04:00
String.h LibURL/Pattern: Implement helper for escaping a URL Pattern String 2025-04-06 08:24:54 -04:00
Tokenizer.cpp LibURL/Pattern: Implement the URL Pattern Tokenizer 2025-03-15 07:39:03 -04:00
Tokenizer.h LibURL/Pattern: Implement the URL Pattern Tokenizer 2025-03-15 07:39:03 -04:00