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
MediaParsing.cpp
Parser.cpp
Parser.h
ParsingContext.cpp
ParsingContext.h
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