Tommy van der Vorst 1c7ec9c770 LibWeb: Ignore repeat(auto-fit/auto-fill, auto) as it is not allowed 1 year ago
..
Block.cpp ccfe197e5a LibWeb: Make serializing CSS Parser types infallible 1 year ago
Block.h ccfe197e5a LibWeb: Make serializing CSS Parser types infallible 1 year ago
ComponentValue.cpp 2ef5658f31 LibWeb: Add ComponentValue::is_function(name) and is_ident(name) helpers 1 year ago
ComponentValue.h 2ef5658f31 LibWeb: Add ComponentValue::is_function(name) and is_ident(name) helpers 1 year ago
Declaration.cpp ccfe197e5a LibWeb: Make serializing CSS Parser types infallible 1 year ago
Declaration.h ea2b733862 LibWeb: Port custom properties to FlyString 1 year ago
DeclarationOrAtRule.cpp 41c4cc95e4 LibWeb: Port CSS::Parser::Rule to new Strings 2 years ago
DeclarationOrAtRule.h 41c4cc95e4 LibWeb: Port CSS::Parser::Rule to new Strings 2 years ago
Dimension.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 year ago
Function.cpp 0634d11318 LibWeb: Stop adding extra whitespace when serializing CSS Functions 1 year ago
Function.h 733ad57f39 LibWeb: Expose Parser::Function name as FlyString const& 1 year ago
GradientParsing.cpp 12bcd029ff LibWeb: Use parse_length_percentage() for radial-gradient radii 1 year ago
Helpers.cpp 28c2836c24 LibWeb: Make external StyleValue-parsing methods infallible 1 year ago
MediaParsing.cpp 30a11dc133 LibWeb: Use parsing helpers in parse_media_feature_value() 1 year ago
Parser.cpp 1c7ec9c770 LibWeb: Ignore repeat(auto-fit/auto-fill, auto) as it is not allowed 1 year ago
Parser.h c443f80137 LibWeb: Allow percentages on CSS transform scale functions 1 year ago
ParsingContext.cpp 7d63b8b95f LibWeb/CSS: Remove nullpointer dereference in Parser 1 year ago
ParsingContext.h 79a30c209d LibWeb: Add SVG-presentation-attribute-parsing mode to CSS parser 1 year ago
Rule.cpp 41c4cc95e4 LibWeb: Port CSS::Parser::Rule to new Strings 2 years ago
Rule.h 41c4cc95e4 LibWeb: Port CSS::Parser::Rule to new Strings 2 years ago
SelectorParsing.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
Token.cpp ccfe197e5a LibWeb: Make serializing CSS Parser types infallible 1 year ago
Token.h 2dce09b12e LibWeb: Use code_points helper for getting delim CSS token codepoint 1 year ago
TokenStream.h a76f29e56b LibWeb: Allow creating a TokenStream from a single token 1 year ago
Tokenizer.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
Tokenizer.h 1a5533e528 LibWeb: Tokenize CSS numbers as doubles 1 year ago