1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibWeb/CSS/Parser
Timothy Flynn 7280ed6312 Meta: Enforce newlines around namespaces
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
2025-05-14 02:01:59 -06:00
..
ComponentValue.cpp
ComponentValue.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
DescriptorParsing.cpp LibWeb: Make storage of CSS::StyleValues const-correct 2025-04-16 10:41:44 -06:00
Dimension.h LibWeb/CSS: Add Parser::Dimension::to_string() 2024-12-18 12:21:22 +00:00
GradientParsing.cpp LibWeb: Make storage of CSS::StyleValues const-correct 2025-04-16 10:41:44 -06:00
Helpers.cpp LibWeb/CSS: Combine the CSSRuleList constructors 2025-04-23 10:55:45 +01:00
MediaParsing.cpp LibWeb/CSS: Combine the CSSRuleList constructors 2025-04-23 10:55:45 +01:00
Parser.cpp LibWeb/CSS: Remove URL parameter to the CSS Parser 2025-05-03 12:01:43 +01:00
Parser.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
PropertyParsing.cpp LibWeb: Parse and propagate touch-action CSS property 2025-05-06 12:22:01 +01:00
RuleContext.cpp LibWeb/CSS: Move RuleContext type out of Parser.h 2025-04-23 10:55:45 +01:00
RuleContext.h LibWeb/CSS: Move RuleContext type out of Parser.h 2025-04-23 10:55:45 +01:00
RuleParsing.cpp LibWeb/CSS: Move RuleContext type out of Parser.h 2025-04-23 10:55:45 +01:00
SelectorParsing.cpp LibWeb: Implement functional pseudo-element parsing 2025-03-25 07:54:13 +00:00
Token.cpp
Token.h
Tokenizer.cpp LibWeb: Treat CSS at-rule names as case-insensitive 2025-03-10 12:42:57 +01:00
Tokenizer.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
TokenStream.h LibWeb/CSS: Make CSS Parser non-copyable/movable 2025-02-06 16:47:25 +00:00
Types.cpp LibWeb/CSS: Move functions for detecting var()/attr() into Token types 2025-03-28 09:15:02 +00:00
Types.h LibWeb/CSS: Move functions for detecting var()/attr() into Token types 2025-03-28 09:15:02 +00:00
ValueParsing.cpp LibWeb/CSS: Parse and use CSS URL request modifiers 2025-05-03 23:22:40 +01:00