Age | Commit message (Expand) | Author |
---|---|---|
2021-11-24 | LibWeb: Implement CSS::Token::to_string() | Sam Atkins |
2021-11-19 | LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString | Sam Atkins |
2021-11-19 | LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString | Sam Atkins |
2021-07-31 | LibWeb: Make CSS 'An+B' parsing spec-compliant | Sam Atkins |
2021-07-11 | LibWeb: Increase clarity with CSS token debug logging | Sam Atkins |
2021-07-11 | LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs | Sam Atkins |
2021-07-11 | LibWeb: Rename CSS::Token::TokenType -> Type | Sam Atkins |
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-09 | LibWeb: Add specification-based CSS tokenizer | Andreas Kling |