summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Serialize.cpp
AgeCommit message (Expand)Author
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-14LibWeb: Add partial serialization for CSSFontFaceRuleelectrikmilk
2022-07-17LibWeb: Add serialize_a_srgb_value()MacDue
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-17LibWeb: Make the CSS serialization functions actually output things :^)Sam Atkins
2021-10-16LibWeb: Implement more CSS serializers and make them more ergonomicSam Atkins
2021-10-08LibWeb: Add CSS.escape() JS functionSam Atkins