Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 94cc34f9edc79784a1968732aa0ee6eeaf56a8be
https://github.com/WebKit/WebKit/commit/94cc34f9edc79784a1968732aa0ee6eeaf56a8be
Author: Antoine Quint <[email protected]>
Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/overallProgress.tentative-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/overallProgress.tentative.html
R
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/progress.tentative-expected.txt
R
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/progress.tentative.html
A
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html
R
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-progress.tentative-expected.txt
R
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-progress.tentative.html
M
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/style-change-events-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/style-change-events.html
M LayoutTests/platform/mac-wk1/TestExpectations
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/animation/WebAnimation.cpp
M Source/WebCore/animation/WebAnimation.h
M Source/WebCore/animation/WebAnimation.idl
Log Message:
-----------
[web-animations] Rename `Animation.progress` to `Animation.overallProgress`
and use a dedicated run-time flag for it
https://bugs.webkit.org/show_bug.cgi?id=283672
rdar://140533999
Reviewed by Anne van Kesteren.
The `Animation.progress` property has been renamed to
`Animation.overallProgress` in
https://github.com/w3c/csswg-drafts/commit/a92c32c5c351763a84430bee0cb34e29cd5cf335.
Also, this feature is not tied to Scroll-driven Animations as initially
thought, so
it should be guarded by its own run-time flag.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/overallProgress.tentative-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/overallProgress.tentative.html:
Renamed from
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/progress.tentative.html.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/progress.tentative-expected.txt:
Removed.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:
Renamed from
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-progress.tentative.html.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/scroll-timeline-progress.tentative-expected.txt:
Removed.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/style-change-events-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/style-change-events.html:
* LayoutTests/platform/mac-wk1/TestExpectations:
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/animation/WebAnimation.cpp:
(WebCore::WebAnimation::overallProgress const):
(WebCore::WebAnimation::progress const): Deleted.
* Source/WebCore/animation/WebAnimation.h:
* Source/WebCore/animation/WebAnimation.idl:
Canonical link: https://commits.webkit.org/287065@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes