ladybird/Userland/Libraries/LibWeb/Animations
Sam Atkins 81596b4145 LibWeb/CSS: Stop invalidating style when setting an animation's effect
This reverts 6d25bf3aac

Invalidating the style here means that transitions can cause an element
to leave style computation with its "needs style update" flag set to
true. This then causes a VERIFY to fail in the TreeBuilder.

This invalidation does not otherwise seem to have any effect. The
original commit suggests this was to fix a bug, but it's not clear what
bug that was. If it reappears, we can try to solve the issue in a
different way.
2024-10-15 08:43:26 -04: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 LibWeb: Add the Animatable IDL object 2024-02-15 12:34:19 +01:00
Animation.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
Animation.h LibWeb: Move "owning element" of Animation classes into Animation 2024-09-22 06:41:55 +02: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 LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
AnimationPlaybackEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
AnimationPlaybackEvent.h LibWeb: Rename confusing parameter in AnimationPlaybackEvent 2024-02-06 08:42:07 +01:00
AnimationPlaybackEvent.idl LibWeb: Add the AnimationPlaybackEvent IDL object 2023-11-11 22:45:16 +01:00
AnimationTimeline.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
AnimationTimeline.h LibWeb: Unregister AnimationTimeline from document in finalize() 2024-03-11 16:44:05 +01:00
AnimationTimeline.idl
DocumentTimeline.cpp LibWeb: Ensure all DocumentTimeline objects have the same time value 2024-06-03 10:53:32 +02:00
DocumentTimeline.h LibWeb: Run pending play tasks when the timeline time changes 2024-02-15 12:34:19 +01:00
DocumentTimeline.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
KeyframeEffect.cpp LibWeb: Rename invalidate_layout() => invalidate_layout_tree() 2024-09-19 10:12:44 +02:00
KeyframeEffect.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
KeyframeEffect.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00