Tim Ledbetter
|
fa1e02e5d7
|
LibWeb: Allow calc() values in cubic-bezier() easing functions
|
2025-06-18 08:57:06 +02:00 |
|
Tim Ledbetter
|
c5a3eaaf45
|
LibWeb: Allow calc() values in steps() easing functions
|
2025-06-18 08:57:06 +02:00 |
|
Andrew Kaster
|
6d11414957
|
LibWeb: Make storage of CSS::StyleValues const-correct
Now we consistently use `RefPtr<StyleValue const>` for all StyleValues.
|
2025-04-16 10:41:44 -06:00 |
|
Tim Ledbetter
|
9ce5bbe059
|
LibWeb: Remove CubicBezier cached sample inline cache
This reduces the size of CubicBezier objects from 1592 bytes to 56
bytes.
|
2025-03-25 07:51:27 +00:00 |
|
Andreas Kling
|
e85c3c97fb
|
LibWeb: Add mode flag to CSSStyleValue::to_string()
This will be used to differentiate between serialization for resolved
style (i.e window.getComputedStyle()) and serialization for all other
purposes.
|
2024-12-07 08:31:03 +00:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|