1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:45:07 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 2368e6c5f2 LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String
These are only used for debugging, so I've decided that logging the
ErrorOr<String> itself is fine instead of trying to handle that error
more gracefully in those cases. If you're getting OOM trying to debug
log things, you have bigger problems.
2023-02-13 14:35:40 +00:00
..
Block.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Block.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ComponentValue.cpp LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String 2023-02-13 14:35:40 +00:00
ComponentValue.h LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String 2023-02-13 14:35:40 +00:00
Declaration.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Declaration.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
DeclarationOrAtRule.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
DeclarationOrAtRule.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Function.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Function.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Parser.cpp LibWeb: Parse font-stretch CSS property 2023-02-03 12:49:13 +00:00
Parser.h LibWeb: Parse grid-area CSS property 2023-01-21 14:35:00 +01:00
Rule.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Rule.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Token.cpp LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String 2023-02-13 14:35:40 +00:00
Token.h LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String 2023-02-13 14:35:40 +00:00
Tokenizer.cpp LibWeb: Convert CSS Token value to new FlyString 2023-02-13 14:35:40 +00:00
Tokenizer.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TokenStream.h LibWeb: Expose token counts from CSS TokenStream 2022-09-27 19:36:31 +02:00