Age | Commit message (Expand) | Author |
---|---|---|
2023-03-07 | LibWeb: Remove CSS::Parser::ParsingContext's default constructor | Luke Wilde |
2023-02-15 | LibWeb: Port CSS::Supports 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-05-11 | LibWeb: Implement `@supports` serialization | Sam Atkins |
2022-04-12 | LibWeb: Move CSS Parser into new Web::CSS::Parser namespace | Sam Atkins |
2022-04-07 | LibWeb: Rename StyleDeclarationRule -> Declaration | Sam Atkins |
2022-02-19 | LibWeb: Implement `@supports selector(.foo)` | Sam Atkins |
2022-01-19 | LibWeb: Remove `unknown` value in `@supports` query logic | Sam Atkins |
2021-11-24 | LibWeb: Use a string instead of an internal Parser class in Supports | Sam Atkins |
2021-11-24 | LibWeb: Use new GeneralEnclosed class in Supports | Sam Atkins |
2021-10-08 | LibWeb: Add CSS 'Supports' class | Sam Atkins |