1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:05:07 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
The goal here is to move the parser-internal classes into this namespace
so they can have more convenient names without causing collisions. The
Parser itself won't collide, and would be more convenient to just
remain `CSS::Parser`, but having a namespace and a class with the same
name makes C++ unhappy.
2022-04-12 23:03:46 +02:00
..
ComponentValue.cpp LibWeb: Move ComponentValue code into ComponentValue.cpp 2022-04-12 23:03:46 +02:00
ComponentValue.h LibWeb: Rename StyleComponentValueRule -> ComponentValue 2022-04-07 21:20:14 +02:00
Declaration.h LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
DeclarationOrAtRule.h LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
Parser.cpp LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
Parser.h LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
StyleBlockRule.h LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
StyleFunctionRule.h LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
StyleRule.h LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
StyleRules.cpp LibWeb: Move ComponentValue code into ComponentValue.cpp 2022-04-12 23:03:46 +02:00
Token.cpp LibWeb: Tidy up CSS::Token::to_debug_string() 2022-03-22 15:47:36 +01:00
Token.h LibWeb: Add basic support for the attr() CSS function 2022-03-30 03:18:14 +02:00
Tokenizer.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Tokenizer.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00