Age | Commit message (Expand) | Author |
---|---|---|
2023-02-15 | LibWeb: Port CSS::Parser::Declaration to new Strings | Sam Atkins |
2023-01-09 | AK+Everywhere: Rename FlyString to DeprecatedFlyString | Timothy Flynn |
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-04-12 | LibWeb: Break friendship between CSS Declaration and Parser | Sam Atkins |
2022-04-12 | LibWeb: Make Declaration.m_name a FlyString | Sam Atkins |
2022-04-12 | LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace | Sam Atkins |
2022-04-12 | LibWeb: Move ComponentValue to CSS::Parser namespace | Sam Atkins |
2022-04-12 | LibWeb: Move CSS Parser into new Web::CSS::Parser namespace | Sam Atkins |
2022-04-07 | LibWeb: Expose Declaration's internals with getters | Sam Atkins |
2022-04-07 | LibWeb: Rename StyleDeclarationRule -> Declaration | Sam Atkins |