Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
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-03-30 | LibWeb: Bring `parse_a_declaration()` to spec and add comments | 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 |
2022-01-14 | AK+Everywhere: Make Variant::visit() respect the Variant's constness | Ali Mohammad Pur |
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 |