ladybird/Libraries/LibWeb/CSS/Parser
Sam Atkins 4d0537ee80 LibWeb/CSS: Make CSS Parser non-copyable/movable
We never actually need to do this, and doing so was complicated because
of the token stream, so just disable it altogether.
2025-02-06 16:47:25 +00:00
..
ComponentValue.cpp
ComponentValue.h
Dimension.h LibWeb/CSS: Add Parser::Dimension::to_string() 2024-12-18 12:21:22 +00:00
GradientParsing.cpp LibWeb/CSS: Fix linear-gradient single color-stop usage 2025-02-03 17:24:10 +00:00
Helpers.cpp
MediaParsing.cpp LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
Parser.cpp LibWeb/CSS: Make CSS Parser non-copyable/movable 2025-02-06 16:47:25 +00:00
Parser.h LibWeb/CSS: Split up Parser.cpp 2025-02-06 16:47:25 +00:00
ParsingContext.cpp LibWeb/CSS: Remove an unnecessary ParsingContext constructor 2025-02-06 16:47:25 +00:00
ParsingContext.h LibWeb/CSS: Remove an unnecessary ParsingContext constructor 2025-02-06 16:47:25 +00:00
PropertyParsing.cpp LibWeb/CSS: Replace is_generic_font_family() with a CSS enum 2025-02-06 16:47:25 +00:00
RuleParsing.cpp LibWeb/CSS: Replace is_generic_font_family() with a CSS enum 2025-02-06 16:47:25 +00:00
SelectorParsing.cpp LibWeb: Require CSS combinators to be followed by a simple selector 2024-11-23 09:49:33 +01:00
Token.cpp
Token.h
Tokenizer.cpp LibWeb: Preserve opening quotation in string token original source text 2025-02-05 16:02:09 +00:00
Tokenizer.h
TokenStream.h LibWeb/CSS: Make CSS Parser non-copyable/movable 2025-02-06 16:47:25 +00:00
Types.cpp
Types.h
ValueParsing.cpp LibWeb/CSS: Split up Parser.cpp 2025-02-06 16:47:25 +00:00