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-05-08
LibWeb: Add missing preprocessing step to the css tokenizer
stelar7
2022-05-08
LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_string
stelar7
2022-05-08
LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`
stelar7
2022-05-08
LibWeb: Dont consider '-n-' a `dashndashdigit-ident` token
stelar7
2022-05-08
LibWeb: Include sign in token debug info, if the type has explicit sign
stelar7
2022-05-08
LibWeb: Dont try to fetch another token in an+b parsing
stelar7
2022-05-08
LibWeb: Make an+b pattern selector serialization spec compliant
stelar7
2022-05-06
LibWeb: Remove unneeded .gitignore
DexesTTP
2022-04-29
LibWeb: Remove TokenStream::position() and ::rewind_to_position()
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for UnicodeRange parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction in more places
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for supports-query parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for media-query parsing
Sam Atkins
2022-04-29
LibWeb: Extract MediaType to/from_string() logic into functions
Sam Atkins
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
[next]