ladybird/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 476ec563bc LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)
Using from_utf8_short_string() for all cases that are <= 3 bytes long.
Which is almost all of the static ones.
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::to_debug_string() to ::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: Convert CSS Token::to_debug_string() to ::to_string() :^) 2023-02-13 14:35:40 +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::to_debug_string() to ::to_string() :^) 2023-02-13 14:35:40 +00:00
Token.h LibWeb: Convert CSS Token::to_debug_string() to ::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