Age | Commit message (Expand) | Author |
---|---|---|
2023-02-15 | LibWeb: Port CSS::Parser::Rule to new Strings | Sam Atkins |
2023-02-15 | LibWeb: Port CSS::Parser::Declaration to new Strings | Sam Atkins |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-17 | LibWeb: Break inclusion cycle through forward-declaration | Ben Wiederhake |
2022-04-12 | LibWeb: Rename StyleRule -> Rule | Sam Atkins |
2022-04-12 | LibWeb: Break friendship between CSS Declaration and Parser | Sam Atkins |
2022-04-12 | LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace | Sam Atkins |
2022-04-12 | LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cpp | Sam Atkins |