ladybird/Libraries/LibWeb/Animations
Timothy Flynn 0efa98a57a LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16
This has quite a lot of fall out. But the majority of it is just type or
UDL substitution, where the changes just fall through to other function
calls.

By changing property key storage to UTF-16, the main affected areas are:
* NativeFunction names must now be UTF-16
* Bytecode identifiers must now be UTF-16
* Module/binding names must now be UTF-16
2025-08-05 07:07:15 -04:00
..
Animatable.cpp LibWeb: Remove animations from timeline in Element::removed_from() 2025-07-23 17:50:01 -04:00
Animatable.h LibWeb: Remove animations from timeline in Element::removed_from() 2025-07-23 17:50:01 -04:00
Animatable.idl
Animation.cpp LibWeb: Rework AnimationTimeline's monotonically increasing property 2025-07-30 14:37:54 +02:00
Animation.h LibWeb: Don't invalidate style for animations in idle state 2025-03-04 18:06:46 +01:00
Animation.idl
AnimationEffect.cpp LibWeb: Apply all animations and transitions before invalidating style 2025-07-19 11:08:46 -04:00
AnimationEffect.h LibWeb: Apply all animations and transitions before invalidating style 2025-07-19 11:08:46 -04:00
AnimationEffect.idl LibWeb/Bindings: Support returning nullable types in dictionaries 2025-02-10 17:05:15 +00:00
AnimationPlaybackEvent.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
AnimationPlaybackEvent.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
AnimationPlaybackEvent.idl
AnimationTimeline.cpp LibWeb: Rework AnimationTimeline's monotonically increasing property 2025-07-30 14:37:54 +02:00
AnimationTimeline.h LibWeb: Rework AnimationTimeline's monotonically increasing property 2025-07-30 14:37:54 +02:00
AnimationTimeline.idl
DocumentTimeline.cpp LibWeb: Rework AnimationTimeline's monotonically increasing property 2025-07-30 14:37:54 +02:00
DocumentTimeline.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
DocumentTimeline.idl
KeyframeEffect.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
KeyframeEffect.h LibWeb: Apply all animations and transitions before invalidating style 2025-07-19 11:08:46 -04:00
KeyframeEffect.idl
PseudoElementParsing.cpp LibWeb: Generate pseudo-element code from JSON 2025-03-24 09:49:50 +00:00
PseudoElementParsing.h LibWeb/CSS: Move and rename PseudoElement types to prep for code gen 2025-03-24 09:49:50 +00:00