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-02-12
LibWeb: Add an enum for !important
Sam Atkins
2022-02-12
LibWeb: Ignore malformed at-rules in CSS parser
Guilherme Gonçalves
2022-02-11
LibWeb: Remove CascadeOrigin::Any enum value
Andreas Kling
2022-02-11
LibWeb: Remove unused CascadeOrigin::Any
Andreas Kling
2022-02-10
LibWeb: Make :root selector match <html> element only
Andreas Kling
2022-02-10
LibWeb: Add "tag name" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Add "ID" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
Andreas Kling
2022-02-10
LibWeb: Perform CSS custom property cascade once instead of per-property
Andreas Kling
2022-02-10
LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputer
Andreas Kling
2022-02-10
LibWeb: Rename a CascadeOrigin parameter in StyleComputer
Andreas Kling
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-02-08
LibWeb: Parse multiple box-shadows :^)
Sam Atkins
2022-02-08
LibWeb: Parse spread-distance and `inset` parts of box-shadow
Sam Atkins
2022-02-08
LibWeb: Reorganize box-shadow parsing code
Sam Atkins
2022-02-07
LibWeb: Parse `display: inline-flex`
Sam Atkins
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-02-07
LibWeb: Allow percentages for border-radius :^)
Sam Atkins
2022-02-06
LibWeb: Don't dump all stylesheets with CSS_PARSER_DEBUG enabled
Sam Atkins
2022-02-06
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Andreas Kling
2022-02-05
LibWeb: Put CSS parser debug spam behind CSS_PARSER_DEBUG
Andreas Kling
2022-02-05
LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update
Andreas Kling
2022-02-05
LibWeb: Mark SelectorEngine matches-related functions as inline
Idan Horowitz
2022-02-05
LibWeb: Cache the result of Selector::specificity()
Idan Horowitz
2022-02-04
LibWeb: Implement CalculatedStyleValue::to_string()
Sam Atkins
2022-02-04
LibWeb: Distinguish between Integer and Number calc() values
Sam Atkins
2022-02-04
LibWeb: Allow calc() in opacity
Sam Atkins
2022-02-04
LibWeb+Base: Enable calc() for font-weight property :^)
Sam Atkins
2022-02-04
LibWeb: Add resolving calc() to a number/integer/percentage
Sam Atkins
2022-02-04
LibWeb: Allow percentage tokens again when parsing calc()
Sam Atkins
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-02-04
LibWeb: Refactor calc() resolution logic using CalculationResult
Sam Atkins
2022-02-04
LibWeb: Implement CalculationResult type for calc() results
Sam Atkins
2022-02-04
LibWeb: Resolve type of calc() expressions at parse-time
Sam Atkins
2022-02-04
LibWeb: Combine the two sets of calc() operator enums
Sam Atkins
2022-02-04
LibWeb: Replace Length::set_calculated_style() with ::make_calculated()
Sam Atkins
2022-02-04
LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue
Sam Atkins
2022-02-03
LibWeb: Implement TransformationStyleValue::to_string()
Sam Atkins
2022-02-03
LibWeb: Allow comma- or space-separated StyleValueLists
Sam Atkins
2022-02-03
LibWeb: Make StyleValue::to_string() output valid CSS
Sam Atkins
2022-02-03
LibWeb: Move non-trivial StyleValue to_string() methods to cpp file
Sam Atkins
2022-02-02
LibWeb: Don't verify that a dimension unit isn't whitespace
Sam Atkins
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-24
LibWeb: Add `none` as a valid identifier for `fill` and `stroke`
Sam Atkins
2022-01-24
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
Andreas Kling
2022-01-23
LibWeb: Add new property 'text-decoration-style'
Tobias Christiansen
2022-01-23
LibWeb: Remove duplicate type checks in SelectorEngine
Andreas Kling
2022-01-23
LibWeb: Remove duplicate checks in for_each_effective_style_rule()
Andreas Kling
[next]