Andreas Kling
|
c1e6fc67a1
LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()
|
vor 3 Jahren |
Andreas Kling
|
39389b5704
LibWeb: Don't make deep copy of custom properties for every element
|
vor 3 Jahren |
Andreas Kling
|
4a14c4dae8
LibWeb: Support the CSS 'unset' value
|
vor 3 Jahren |
Andreas Kling
|
d201378750
LibWeb: Apply non-CSS presentational hints before author styles
|
vor 3 Jahren |
Sam Atkins
|
332799fbcb
LibWeb: Stub getting the initial font instead of the root one
|
vor 3 Jahren |
Karol Kosek
|
0f7156ed81
LibWeb: Parse CSS `text-decoration-thickness` property
|
vor 3 Jahren |
Karol Kosek
|
ed70a67a49
LibWeb: Set default fantasy font to Comic Book
|
vor 3 Jahren |
Karol Kosek
|
d7c27ad11a
LibWeb: Set default serif font to Roman
|
vor 3 Jahren |
Andreas Kling
|
205208db11
LibWeb: Reduce HashMap thrashing during custom property cascade
|
vor 3 Jahren |
Andreas Kling
|
e4fdb40158
LibWeb: Use FlyString for CSS custom property names
|
vor 3 Jahren |
Andreas Kling
|
c8f6a20c02
LibWeb: Remove unused variable in required_box_type_transformation()
|
vor 3 Jahren |
Andreas Kling
|
ee50a4e060
LibWeb: Don't blockify or inlinify boxes with already-correct type
|
vor 3 Jahren |
Andreas Kling
|
c9ab9e2c64
LibWeb: Blockify children of parents with display:grid or display:flex
|
vor 3 Jahren |
Andreas Kling
|
20caea2f86
LibWeb: Split CSS box type transformations into a helper function
|
vor 3 Jahren |
Andreas Kling
|
c59ab7cc8b
LibWeb: Make StyleValue absolutization non-destructive
|
vor 3 Jahren |
Andreas Kling
|
a5c2ab69ec
LibWeb: Look for nearest available size when using bitmap fonts
|
vor 3 Jahren |
Sam Atkins
|
f3cda3c830
LibWeb: Add a rule-cache for PseudoElements
|
vor 3 Jahren |
Sam Atkins
|
7eb7396f8b
LibWeb: Match styles for pseudo-elements
|
vor 3 Jahren |
Andreas Kling
|
c61747fb2a
LibWeb: Respect font-size specified by CSS in "em" length calculations
|
vor 3 Jahren |
Andreas Kling
|
9c05639d35
LibWeb: Assign correct viewport dimensions when making style for ICB
|
vor 3 Jahren |
Karol Kosek
|
4e50f8a8b7
LibWeb+Base: Parse font-style CSS property
|
vor 3 Jahren |
Andreas Kling
|
141b01d3e3
LibWeb: Turn StyleProperties::m_property_values into an Array
|
vor 3 Jahren |
Sam Atkins
|
a99d02e14d
LibWeb: Add an enum for !important
|
vor 3 Jahren |
Andreas Kling
|
5ff816abbf
LibWeb: Remove unused CascadeOrigin::Any
|
vor 3 Jahren |
Andreas Kling
|
b68c51379e
LibWeb: Add "tag name" buckets to StyleComputer::RuleCache
|
vor 3 Jahren |
Andreas Kling
|
031296cf7b
LibWeb: Add "ID" buckets to StyleComputer::RuleCache
|
vor 3 Jahren |
Andreas Kling
|
646b37d1a9
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
|
vor 3 Jahren |
Andreas Kling
|
8d104b7de2
LibWeb: Perform CSS custom property cascade once instead of per-property
|
vor 3 Jahren |
Andreas Kling
|
b248661f11
LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputer
|
vor 3 Jahren |
Andreas Kling
|
31695e1695
LibWeb: Rename a CascadeOrigin parameter in StyleComputer
|
vor 3 Jahren |