-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[web-animations] mask-border-* properties should be animatable #31444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
webkit-commit-queue
merged 1 commit into
WebKit:main
from
nt1m:eng/web-animations-mask-border--properties-should-be-animatable
Jul 30, 2024
Merged
[web-animations] mask-border-* properties should be animatable #31444
webkit-commit-queue
merged 1 commit into
WebKit:main
from
nt1m:eng/web-animations-mask-border--properties-should-be-animatable
Jul 30, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
|
EWS run on previous version of this PR (hash bd26695)
|
bd26695 to
1f4395d
Compare
Collaborator
|
EWS run on previous version of this PR (hash 1f4395d) |
1f4395d to
c6be8dd
Compare
Collaborator
|
EWS run on previous version of this PR (hash c6be8dd) |
c6be8dd to
f89e1cb
Compare
Collaborator
|
EWS run on current version of this PR (hash f89e1cb) |
darinadler
approved these changes
Jul 30, 2024
https://bugs.webkit.org/show_bug.cgi?id=277313 rdar://132783274 Reviewed by Darin Adler. Spec resolution: w3c/fxtf-drafts#529 (comment) Spec PR: w3c/fxtf-drafts#565 mask-border-* properties should match border-image-* properties in terms of animation. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-outset-composition-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-outset-composition.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-outset-interpolation-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-outset-interpolation.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-slice-composition-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-slice-composition.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-slice-interpolation-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-slice-interpolation-stability-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-slice-interpolation-stability.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-slice-interpolation.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-source-interpolation-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-source-interpolation.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-width-composition-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-width-composition.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-width-interpolation-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-width-interpolation.html: Added. * LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-masking/animations/mask-border-source-interpolation-expected.txt: Added. * Source/WebCore/animation/CSSPropertyAnimation.cpp: (WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap): * Source/WebCore/rendering/style/RenderStyle.cpp: (WebCore::RenderStyle::conservativelyCollectChangedAnimatableProperties const): (WebCore::RenderStyle::setMaskBorderSource): (WebCore::RenderStyle::setMaskBorderSliceFill): (WebCore::RenderStyle::setMaskBorderSlices): (WebCore::RenderStyle::setMaskBorderWidth): (WebCore::RenderStyle::setMaskBorderOutset): (WebCore::RenderStyle::setMaskBorderHorizontalRule): (WebCore::RenderStyle::setMaskBorderVerticalRule): * Source/WebCore/rendering/style/RenderStyle.h: * Source/WebCore/rendering/style/RenderStyleInlines.h: (WebCore::RenderStyle::maskBorderHorizontalRule const): (WebCore::RenderStyle::maskBorderOutset const): (WebCore::RenderStyle::maskBorderSlices const): (WebCore::RenderStyle::maskBorderVerticalRule const): (WebCore::RenderStyle::maskBorderWidth const): * Source/WebCore/rendering/style/RenderStyleSetters.h: (WebCore::RenderStyle::setMaskBorder): (WebCore::RenderStyle::setMaskBorderSource): Deleted. Canonical link: https://commits.webkit.org/281569@main
f89e1cb to
c6bbba7
Compare
Collaborator
|
Committed 281569@main (c6bbba7): https://commits.webkit.org/281569@main Reviewed commits have been landed. Closing PR #31444 and removing active labels. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
c6bbba7
f89e1cb