ladybird/Userland/Libraries/LibWeb/CSS/Parser
Andreas Kling 036b5c2804 LibWeb: Import new CSS parser
It's not finished or hooked up to anything yet, but let's get it into
the tree so we can continue working on it.

Original work by @stelar7.
2021-03-22 18:40:08 +01:00
..
AtStyleRule.h LibWeb: Add a whole bunch of rule classes for the new CSS parser 2021-03-09 17:36:21 +01:00
DeclarationOrAtRule.h LibWeb: Add a whole bunch of rule classes for the new CSS parser 2021-03-09 17:36:21 +01:00
DeprecatedCSSParser.cpp LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM 2021-03-13 22:41:32 +01:00
DeprecatedCSSParser.h LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM 2021-03-13 22:41:32 +01:00
Parser.cpp LibWeb: Import new CSS parser 2021-03-22 18:40:08 +01:00
Parser.h LibWeb: Import new CSS parser 2021-03-22 18:40:08 +01:00
QualifiedStyleRule.h LibWeb: Add a whole bunch of rule classes for the new CSS parser 2021-03-09 17:36:21 +01:00
StyleBlockRule.h LibWeb: Add a whole bunch of rule classes for the new CSS parser 2021-03-09 17:36:21 +01:00
StyleComponentValueRule.h LibWeb: Run clang-format on CSS/Parser/StyleComponentValueRule.h 2021-03-09 20:06:52 +01:00
StyleDeclarationRule.h LibWeb: Add a whole bunch of rule classes for the new CSS parser 2021-03-09 17:36:21 +01:00
StyleFunctionRule.h LibWeb: Add a whole bunch of rule classes for the new CSS parser 2021-03-09 17:36:21 +01:00
StyleRules.cpp LibWeb: Add a whole bunch of rule classes for the new CSS parser 2021-03-09 17:36:21 +01:00
Token.cpp LibWeb: Add specification-based CSS tokenizer 2021-03-09 17:35:38 +01:00
Token.h LibWeb: Run clang-format on CSS/Parser/Token.h 2021-03-09 20:06:23 +01:00
Tokenizer.cpp LibWeb: Add specification-based CSS tokenizer 2021-03-09 17:35:38 +01:00
Tokenizer.h LibWeb: Add specification-based CSS tokenizer 2021-03-09 17:35:38 +01:00