Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f6b407dde7b750f4b1bae4db37a94b6caab491d9
https://github.com/WebKit/WebKit/commit/f6b407dde7b750f4b1bae4db37a94b6caab491d9
Author: Sam Weinig <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/animation-range-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/animation-range.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/reference/animation-range-ref.html
M Source/WebCore/Headers.cmake
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/animation/AnimationEffect.cpp
M Source/WebCore/animation/AnimationEffect.h
M Source/WebCore/animation/CSSAnimation.cpp
M Source/WebCore/animation/CSSAnimation.h
M Source/WebCore/animation/KeyframeEffect.cpp
M Source/WebCore/animation/KeyframeEffect.h
A Source/WebCore/animation/ResolvableTimelineRange.h
M Source/WebCore/animation/ScrollTimeline.cpp
M Source/WebCore/animation/ScrollTimeline.h
M Source/WebCore/animation/ViewTimeline.cpp
M Source/WebCore/animation/ViewTimeline.h
M Source/WebCore/animation/WebAnimation.cpp
M Source/WebCore/animation/WebAnimation.h
M Source/WebCore/style/Styleable.cpp
M Source/WebCore/style/values/animations/StyleSingleAnimationRange.cpp
M Source/WebCore/style/values/animations/StyleSingleAnimationRange.h
M Source/WebCore/style/values/viewport/StyleZoomPrimitives.h
Log Message:
-----------
[EvaluationTimeZoom] Convert animation-range properties to use unzoomed
lengths
https://bugs.webkit.org/show_bug.cgi?id=319682
Reviewed by Darin Adler.
Converts the animation-range CSS properties to use unzoomed lengths.
New test added showing animation-range working properly with inherited + zoomed
values.
Tests:
imported/w3c/web-platform-tests/css/css-viewport/zoom/animation-range.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/animation-range-expected.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/animation-range.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/reference/animation-range-ref.html:
Added.
* Source/WebCore/Headers.cmake:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/animation/AnimationEffect.cpp:
* Source/WebCore/animation/AnimationEffect.h:
* Source/WebCore/animation/CSSAnimation.cpp:
* Source/WebCore/animation/CSSAnimation.h:
* Source/WebCore/animation/KeyframeEffect.cpp:
* Source/WebCore/animation/KeyframeEffect.h:
* Source/WebCore/animation/ResolvableTimelineRange.h: Added.
* Source/WebCore/animation/ScrollTimeline.cpp:
* Source/WebCore/animation/ScrollTimeline.h:
* Source/WebCore/animation/ViewTimeline.cpp:
* Source/WebCore/animation/ViewTimeline.h:
* Source/WebCore/animation/WebAnimation.cpp:
* Source/WebCore/animation/WebAnimation.h:
* Source/WebCore/style/Styleable.cpp:
* Source/WebCore/style/values/animations/StyleSingleAnimationRange.cpp:
* Source/WebCore/style/values/animations/StyleSingleAnimationRange.h:
* Source/WebCore/style/values/viewport/StyleZoomPrimitives.h:
Canonical link: https://commits.webkit.org/317640@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications