Age | Commit message (Expand) | Author |
---|---|---|
2023-01-09 | LibWeb+WebContent: Use new String class in CSS::StyleValue | martinfalisse |
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-14 | LibWeb: Add partial serialization for CSSFontFaceRule | electrikmilk |
2022-07-17 | LibWeb: Add serialize_a_srgb_value() | MacDue |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-10-17 | LibWeb: Make the CSS serialization functions actually output things :^) | Sam Atkins |
2021-10-16 | LibWeb: Implement more CSS serializers and make them more ergonomic | Sam Atkins |
2021-10-08 | LibWeb: Add CSS.escape() JS function | Sam Atkins |