1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 15:55:06 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins a6085e19ae LibWeb: Implement CSS selector parsing entry points
They're still using the same parsing code, so there's a lot of room
for improvement, but it's good for now.
2021-07-11 23:19:56 +02:00
..
AtStyleRule.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
DeclarationOrAtRule.h LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser 2021-07-11 23:19:56 +02:00
DeprecatedCSSParser.cpp LibWeb: Add context to new CSS parser, and deprecate the old one 2021-07-11 23:19:56 +02:00
DeprecatedCSSParser.h LibWeb: Add context to new CSS parser, and deprecate the old one 2021-07-11 23:19:56 +02:00
Parser.cpp LibWeb: Implement CSS selector parsing entry points 2021-07-11 23:19:56 +02:00
Parser.h LibWeb: Implement CSS selector parsing entry points 2021-07-11 23:19:56 +02:00
QualifiedStyleRule.h LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser 2021-07-11 23:19:56 +02:00
StyleBlockRule.h LibWeb: Use StyleComponentValueRules for StyleBlockRule's values 2021-07-11 23:19:56 +02:00
StyleComponentValueRule.h LibWeb: Convert some CSS parser *Rule classes to using pointers 2021-07-11 23:19:56 +02:00
StyleDeclarationRule.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
StyleFunctionRule.h LibWeb: Convert some CSS parser *Rule classes to using pointers 2021-07-11 23:19:56 +02:00
StyleRules.cpp LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser 2021-07-11 23:19:56 +02:00
Token.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Token.h LibWeb: Add convenience methods to CSS::Parser::Token 2021-07-11 23:19:56 +02:00
Tokenizer.cpp LibWeb: Use EOF code point instead of Optional in CSS Tokenizer 2021-07-11 23:19:56 +02:00
Tokenizer.h LibWeb: Use EOF code point instead of Optional in CSS Tokenizer 2021-07-11 23:19:56 +02:00