1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:25:06 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins cf24dc2e0c LibWeb: Break friendship between CSS StyleRule and Parser
As before, this requires deviating from the spec slightly to create the
StyleRule fully-formed instead of creating it empty and then modifying
its internals.
2022-04-12 23:03:46 +02:00
..
Block.cpp LibWeb: Break friendship between CSS Block and Parser 2022-04-12 23:03:46 +02:00
Block.h LibWeb: Break friendship between CSS Block and Parser 2022-04-12 23:03:46 +02:00
ComponentValue.cpp LibWeb: Move/rename StyleBlockRule to Parser::Block 2022-04-12 23:03:46 +02:00
ComponentValue.h LibWeb: Add missing include to ComponentValue.h 2022-04-12 23:03:46 +02:00
Declaration.cpp LibWeb: Break friendship between CSS Declaration and Parser 2022-04-12 23:03:46 +02:00
Declaration.h LibWeb: Break friendship between CSS Declaration and Parser 2022-04-12 23:03:46 +02:00
DeclarationOrAtRule.cpp LibWeb: Break friendship between CSS Declaration and Parser 2022-04-12 23:03:46 +02:00
DeclarationOrAtRule.h LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser 2022-04-12 23:03:46 +02:00
Function.cpp LibWeb: Break friendship between CSS Function and Parser 2022-04-12 23:03:46 +02:00
Function.h LibWeb: Break friendship between CSS Function and Parser 2022-04-12 23:03:46 +02:00
Parser.cpp LibWeb: Break friendship between CSS StyleRule and Parser 2022-04-12 23:03:46 +02:00
Parser.h LibWeb: Move/rename StyleBlockRule to Parser::Block 2022-04-12 23:03:46 +02:00
StyleRule.cpp LibWeb: Break friendship between CSS StyleRule and Parser 2022-04-12 23:03:46 +02:00
StyleRule.h LibWeb: Break friendship between CSS StyleRule and Parser 2022-04-12 23:03:46 +02:00
Token.cpp LibWeb: Move Token and Tokenizer into Parser namespace 2022-04-12 23:03:46 +02:00
Token.h LibWeb: Move Token and Tokenizer into Parser namespace 2022-04-12 23:03:46 +02:00
Tokenizer.cpp LibWeb: Move Token and Tokenizer into Parser namespace 2022-04-12 23:03:46 +02:00
Tokenizer.h LibWeb: Move Token and Tokenizer into Parser namespace 2022-04-12 23:03:46 +02:00