index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
Age
Commit message (
Expand
)
Author
2022-04-29
LibWeb: Allow whitespace inside An+B again and use StateTransactions
Sam Atkins
2022-04-29
LibWeb: Add StateTransaction RAII to CSS TokenStream
Sam Atkins
2022-04-29
LibWeb: Move variables in parse_a_n_plus_b_pattern() closer to usage
Sam Atkins
2022-04-29
LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern()
Sam Atkins
2022-04-29
LibWeb: Rename a local variable to not collide with a parameter
Sam Atkins
2022-04-29
LibWeb: Replace Result with ErrorOr in CSS Parser
Sam Atkins
2022-04-29
LibWeb: Make CSS ParsingContext::m_url not Optional
Sam Atkins
2022-04-23
LibWeb+AudioServer: Remove unused spaceship operators
Andrew Kaster
2022-04-18
LibWeb: Add missing StyleValue::equals() methods
Sam Atkins
2022-04-18
LibWeb: Actually use BorderRadiusShorthandStyleValue
Sam Atkins
2022-04-18
LibWeb: Add missing [as/is]_border_radius_shorthand() methods
Sam Atkins
2022-04-18
LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSV
Sam Atkins
2022-04-18
LibWeb: Disallow trailing commas in transform function arguments
Sam Atkins
2022-04-18
LibWeb: Disallow non-whitespace tokens after "none" in `transform`
Sam Atkins
2022-04-18
LibWeb: Use TransformFunctionMetadata when parsing their arguments
Sam Atkins
2022-04-18
LibWeb: Use generated TransformFunction enum and functions
Sam Atkins
2022-04-18
LibWeb: Add code generator for CSS transform functions
Sam Atkins
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-14
LibWeb: Make StyleProperties::property() always return a value
Sam Atkins
2022-04-14
LibWeb: Use generated enum code for property value validation
Sam Atkins
2022-04-14
LibWeb: Stop including StyleValue.h in a few places
Sam Atkins
2022-04-14
LibWeb: Generate and use to_string(css_enum) functions
Sam Atkins
2022-04-14
LibWeb: Use generated to_value_id() functions
Sam Atkins
2022-04-14
LibWeb: Use generated value_id_to_foo() functions
Sam Atkins
2022-04-14
LibWeb: Return Optional from StyleProperties::box_sizing()
Sam Atkins
2022-04-14
LibWeb: Use the generated enums instead of defining them in StyleValue.h
Sam Atkins
2022-04-14
LibWeb: Add a new code generator for CSS enums
Sam Atkins
2022-04-13
LibWeb: Fix typo in CSS::Display::is_outside_and_inside() name
Andreas Kling
2022-04-12
LibWeb: Rename StyleRule -> Rule
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS StyleRule and Parser
Sam Atkins
2022-04-12
LibWeb: Make StyleRule.m_at_rule_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Function and Parser
Sam Atkins
2022-04-12
LibWeb: Make Function.m_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Empend instead of Appending DeclarationOrAtRules
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Declaration and Parser
Sam Atkins
2022-04-12
LibWeb: Make Declaration.m_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Block and Parser
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Number and Tokenizer
Sam Atkins
2022-04-12
LibWeb: Move Token and Tokenizer into Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move StyleRule to Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace
Sam Atkins
2022-04-12
LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy up
Sam Atkins
2022-04-12
LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cpp
Sam Atkins
2022-04-12
LibWeb: Add missing include to ComponentValue.h
Sam Atkins
2022-04-12
LibWeb: Move Declaration code into Declaration.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleBlockRule to Parser::Block
Sam Atkins
2022-04-12
LibWeb: Move StyleBlockRule code into StyleBlockRule.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleFunctionRule to Parser::Function
Sam Atkins
2022-04-12
LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cpp
Sam Atkins
[prev]
[next]