summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Parser/DeclarationOrAtRule.cpp
AgeCommit message (Expand)Author
2023-02-15LibWeb: Port CSS::Parser::Rule to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Declaration to new StringsSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-17LibWeb: Break inclusion cycle through forward-declarationBen Wiederhake
2022-04-12LibWeb: Rename StyleRule -> RuleSam Atkins
2022-04-12LibWeb: Break friendship between CSS Declaration and ParserSam Atkins
2022-04-12LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespaceSam Atkins
2022-04-12LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cppSam Atkins