ladybird/Userland/Libraries/LibWeb/Animations
Jonne Ransijn 07cd7d479f LibWeb: Remove reference counting for CSS::StyleProperties
`AK::CopyOnWrite` already does reference counting, so there is no need
to do it again.
2024-10-27 13:26:30 +01:00
..
Animatable.cpp LibWeb: Make sure style is up-to-date in getAnimations() 2024-10-02 16:28:37 +01:00
Animatable.h LibWeb: Make sure style is up-to-date in getAnimations() 2024-10-02 16:28:37 +01:00
Animatable.idl
Animation.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
Animation.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
Animation.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
AnimationEffect.cpp LibWeb/CSS: Stop invalidating style when setting an animation's effect 2024-10-15 08:43:26 -04:00
AnimationEffect.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
AnimationEffect.idl
AnimationPlaybackEvent.cpp
AnimationPlaybackEvent.h
AnimationPlaybackEvent.idl
AnimationTimeline.cpp
AnimationTimeline.h
AnimationTimeline.idl
DocumentTimeline.cpp LibWeb: Ensure all DocumentTimeline objects have the same time value 2024-06-03 10:53:32 +02:00
DocumentTimeline.h
DocumentTimeline.idl
KeyframeEffect.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
KeyframeEffect.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
KeyframeEffect.idl