Andreas Kling
|
aa45cdf71d
LibWeb: Give StyleComputer a helper for getting the current viewport
|
3 年 前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
Andreas Kling
|
759bfbb572
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
|
3 年 前 |
Andreas Kling
|
39389b5704
LibWeb: Don't make deep copy of custom properties for every element
|
3 年 前 |
Sam Atkins
|
332799fbcb
LibWeb: Stub getting the initial font instead of the root one
|
3 年 前 |
Andreas Kling
|
205208db11
LibWeb: Reduce HashMap thrashing during custom property cascade
|
3 年 前 |
Andreas Kling
|
e4fdb40158
LibWeb: Use FlyString for CSS custom property names
|
3 年 前 |
Sam Atkins
|
f3cda3c830
LibWeb: Add a rule-cache for PseudoElements
|
3 年 前 |
Sam Atkins
|
7eb7396f8b
LibWeb: Match styles for pseudo-elements
|
3 年 前 |
Sam Atkins
|
a99d02e14d
LibWeb: Add an enum for !important
|
3 年 前 |
Andreas Kling
|
1667a80ade
LibWeb: Remove CascadeOrigin::Any enum value
|
3 年 前 |
Andreas Kling
|
5ff816abbf
LibWeb: Remove unused CascadeOrigin::Any
|
3 年 前 |
Andreas Kling
|
b68c51379e
LibWeb: Add "tag name" buckets to StyleComputer::RuleCache
|
3 年 前 |
Andreas Kling
|
031296cf7b
LibWeb: Add "ID" buckets to StyleComputer::RuleCache
|
3 年 前 |
Andreas Kling
|
646b37d1a9
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
|
3 年 前 |
Andreas Kling
|
8d104b7de2
LibWeb: Perform CSS custom property cascade once instead of per-property
|
3 年 前 |
Andreas Kling
|
b248661f11
LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputer
|
3 年 前 |
Andreas Kling
|
12932d187e
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
|
3 年 前 |
Sam Atkins
|
c3437bccb3
LibWeb: Handle dependency cycles in CSS var()s :^)
|
3 年 前 |
Sam Atkins
|
67e1125b4c
LibWeb: Handle fallback values for CSS variables :^)
|
3 年 前 |
Sam Atkins
|
23dc0dac88
LibWeb: Parse and resolve UnresolvedStyleValues
|
3 年 前 |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
3 年 前 |