1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 10:11:00 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins ffc81cbfad LibWeb: Use Selectors instead of a String for :not() selectors
Rather than parsing the selector every time we want to check it, we
now parse it once at the beginning.

A bonus effect of this is that we now support a selector list in
:not(), instead of just a single selector, though only when using
the new parser.
2021-07-14 13:31:00 +02:00
..
DeclarationOrAtRule.h
DeprecatedCSSParser.cpp LibWeb: Use Selectors instead of a String for :not() selectors 2021-07-14 13:31:00 +02:00
DeprecatedCSSParser.h LibWeb: Make CSS::Selector reference counted 2021-07-14 13:31:00 +02:00
Parser.cpp LibWeb: Use Selectors instead of a String for :not() selectors 2021-07-14 13:31:00 +02:00
Parser.h LibWeb: Make CSS::Selector reference counted 2021-07-14 13:31:00 +02:00
StyleBlockRule.h
StyleComponentValueRule.h
StyleDeclarationRule.h
StyleFunctionRule.h LibWeb: Use Selectors instead of a String for :not() selectors 2021-07-14 13:31:00 +02:00
StyleRule.h
StyleRules.cpp
Token.cpp
Token.h
Tokenizer.cpp
Tokenizer.h