ladybird/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 3685a8813a LibWeb: Port CSS Tokenizer to new Strings
Specifically, this uses FlyString, because the data gets held long-term
as a FlyString anyway.
2023-02-15 12:48:26 -05: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 AK+Tests+LibWeb: Make URL::complete_url() take a StringView 2023-02-15 12:48:26 -05:00
Parser.h AK+Tests+LibWeb: Make URL::complete_url() take a StringView 2023-02-15 12:48:26 -05: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: Port CSS Tokenizer to new Strings 2023-02-15 12:48:26 -05:00
Tokenizer.h LibWeb: Port CSS Tokenizer to new Strings 2023-02-15 12:48:26 -05:00
TokenStream.h LibWeb: Expose token counts from CSS TokenStream 2022-09-27 19:36:31 +02:00