ladybird/Libraries/LibWeb/CSS/Parser
Tim Ledbetter 340ef361d8 LibWeb: Support anchor() in calc() trees
Previously, `anchor()`  was only resolved when it appeared bare in an
inset property. We now allow it to appear anywhere inside a `calc()`
tree.
2026-06-18 17:36:56 +01:00
..
ArbitrarySubstitutionFunctions.cpp LibWeb: Store custom property names as UTF-16 2026-06-09 11:48:02 +02:00
ArbitrarySubstitutionFunctions.h
ComponentValue.cpp LibWeb/CSS: Store source positions on CSS rules 2026-06-04 20:54:33 +01:00
ComponentValue.h LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
DescriptorParsing.cpp LibWeb: Store CSS descriptor names as UTF-16 2026-06-09 11:48:02 +02:00
ErrorReporter.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ErrorReporter.h
GradientParsing.cpp
Helpers.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
MediaParsing.cpp
Parser.cpp LibWeb: Remove FlyString property-name overload 2026-06-09 11:48:02 +02:00
Parser.h LibWeb/CSS: Implement contrast-color() function 2026-06-09 17:23:26 +02:00
PropertyParsing.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
RuleContext.cpp
RuleContext.h
RuleParsing.cpp LibWeb: Store custom property names as UTF-16 2026-06-09 11:48:02 +02:00
RustTokenizer.cpp LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
RustTokenizer.h
SelectorParsing.cpp
SourcePosition.h LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
Syntax.cpp
Syntax.h
SyntaxParsing.cpp
SyntaxParsing.h
Token.cpp LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
Token.h LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
Tokenizer.cpp LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
Tokenizer.h LibWeb/CSS: Move Token::Position into SourcePosition 2026-06-04 20:54:33 +01:00
TokenStream.h
Types.cpp LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
Types.h LibWeb: Reduce CSS parser token memory usage 2026-06-13 14:57:52 +02:00
ValueParsing.cpp LibWeb: Support anchor() in calc() trees 2026-06-18 17:36:56 +01:00