ladybird/Userland/Libraries/LibWeb/CSS/Parser
Andreas Kling 8d7a1e5654 LibWeb: Skip some redundant UTF-8 validation in CSS tokenizer
If we're just adding code points to a StringBuilder, there's no need to
revalidate the result.
2024-03-24 13:28:24 +01:00
..
Block.cpp
Block.h
ComponentValue.cpp
ComponentValue.h
Declaration.cpp
Declaration.h
DeclarationOrAtRule.cpp
DeclarationOrAtRule.h
Dimension.h
Function.cpp
Function.h
GradientParsing.cpp
Helpers.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
MediaParsing.cpp
Parser.cpp LibWeb: Remove Badge from CSS::Parser::resolve_unresolved_style_value 2024-03-20 09:17:33 +01:00
Parser.h LibWeb: Remove Badge from CSS::Parser::resolve_unresolved_style_value 2024-03-20 09:17:33 +01:00
ParsingContext.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ParsingContext.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Rule.cpp
Rule.h
SelectorParsing.cpp
Token.cpp
Token.h
Tokenizer.cpp LibWeb: Skip some redundant UTF-8 validation in CSS tokenizer 2024-03-24 13:28:24 +01:00
Tokenizer.h
TokenStream.h LibWeb: Allow creating a TokenStream from a single token 2023-12-30 20:11:24 +01:00