Sam Atkins
|
0e3487b9ab
|
LibWeb: Rename StyleValue -> CSSStyleValue
This matches the name in the CSS Typed OM spec.
https://drafts.css-houdini.org/css-typed-om-1/#cssstylevalue
No behaviour changes.
|
2024-08-15 13:58:38 +01:00 |
|
Matthew Olsson
|
7950992fc2
|
LibWeb: Remove TimingFunction in favor of EasingStyleValue::Function
Now that EasingStyleValue is a lot nicer to use, there isn't much reason
to keep TimingFunction around.
|
2024-06-16 07:12:46 +02:00 |
|
Matthew Olsson
|
31341b280a
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
|
Matthew Olsson
|
911088278d
|
LibWeb: Add the CSSTransition IDL object
|
2024-03-29 21:58:12 +01:00 |
|