[webkit-changes] [WebKit/WebKit] a4d016: [scroll-animations] update `AnimationPlaybackEvent...
Antoine Quint
noreply at github.com
Tue Sep 17 07:26:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4d0166e64f247eb1f80a1a3d2d076009ac4b9a3
https://github.com/WebKit/WebKit/commit/a4d0166e64f247eb1f80a1a3d2d076009ac4b9a3
Author: Antoine Quint <graouts at webkit.org>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M Source/WebCore/animation/AnimationPlaybackEvent.cpp
M Source/WebCore/animation/AnimationPlaybackEvent.h
M Source/WebCore/animation/AnimationPlaybackEvent.idl
M Source/WebCore/animation/AnimationPlaybackEventInit.h
M Source/WebCore/animation/AnimationPlaybackEventInit.idl
Log Message:
-----------
[scroll-animations] update `AnimationPlaybackEvent` to use `CSSNumberish`
https://bugs.webkit.org/show_bug.cgi?id=279731
rdar://136031174
Reviewed by Dean Jackson.
Adopt `CSSNumberishTime` introduced in 283689 at main to represent `CSSNumberish`
time values for the `AnimationPlaybackEvent` class and the `AnimationPlaybackEventInit`
dictionary.
* Source/WebCore/animation/AnimationPlaybackEvent.cpp:
(WebCore::AnimationPlaybackEvent::AnimationPlaybackEvent):
(WebCore::AnimationPlaybackEvent::bindingsCurrentTime const):
(WebCore::AnimationPlaybackEvent::bindingsTimelineTime const):
* Source/WebCore/animation/AnimationPlaybackEvent.h:
* Source/WebCore/animation/AnimationPlaybackEvent.idl:
* Source/WebCore/animation/AnimationPlaybackEventInit.h:
* Source/WebCore/animation/AnimationPlaybackEventInit.idl:
Canonical link: https://commits.webkit.org/283770@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list