Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f7b8b7ad961e1f2c09f06751e2e99b390ffd4798
https://github.com/WebKit/WebKit/commit/f7b8b7ad961e1f2c09f06751e2e99b390ffd4798
Author: Sam Weinig <[email protected]>
Date: 2025-06-17 (Tue, 17 Jun 2025)
Changed paths:
M Source/WebCore/CMakeLists.txt
M Source/WebCore/Headers.cmake
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/animation/BlendingKeyframes.cpp
M Source/WebCore/animation/KeyframeEffectStack.cpp
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/platform/animation/AcceleratedEffectValues.cpp
M Source/WebCore/platform/graphics/transforms/TransformOperation.h
M
Source/WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp
M Source/WebCore/platform/graphics/transforms/TranslateTransformOperation.h
M Source/WebCore/rendering/RenderLayerBacking.cpp
M Source/WebCore/rendering/RenderLayerCompositor.cpp
M Source/WebCore/rendering/RenderLayerModelObject.cpp
M Source/WebCore/rendering/style/RenderStyle.cpp
M Source/WebCore/rendering/style/RenderStyle.h
M Source/WebCore/rendering/style/RenderStyleInlines.h
M Source/WebCore/rendering/style/RenderStyleSetters.h
M Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
M Source/WebCore/rendering/style/StyleRareNonInheritedData.h
M Source/WebCore/style/StyleBuilderConverter.h
M Source/WebCore/style/StyleBuilderCustom.h
M Source/WebCore/style/StyleExtractorConverter.h
M Source/WebCore/style/StyleExtractorCustom.h
M Source/WebCore/style/StyleInterpolationFunctions.h
M Source/WebCore/style/StyleInterpolationWrappers.h
M Source/WebCore/style/TransformOperationsBuilder.cpp
M Source/WebCore/style/TransformOperationsBuilder.h
A Source/WebCore/style/values/primitives/StylePrimitiveNumericAdaptors.h
A Source/WebCore/style/values/transforms/StylePerspective.cpp
A Source/WebCore/style/values/transforms/StylePerspective.h
A Source/WebCore/style/values/transforms/StyleRotate.cpp
A Source/WebCore/style/values/transforms/StyleRotate.h
A Source/WebCore/style/values/transforms/StyleScale.cpp
A Source/WebCore/style/values/transforms/StyleScale.h
A Source/WebCore/style/values/transforms/StyleTransformOperationWrapper.h
A Source/WebCore/style/values/transforms/StyleTranslate.cpp
A Source/WebCore/style/values/transforms/StyleTranslate.h
M Source/WebCore/svg/SVGGraphicsElement.cpp
Log Message:
-----------
[Style] Use strong Style value types for the translate, rotate, scale, and
perspective properties
https://bugs.webkit.org/show_bug.cgi?id=294526
Reviewed by Darin Adler.
Add strongly typed wrappers for the translate, rotate, scale,
and perspective properties. These are all "zero-cost" wrappers
around the existing reference counted platform transform
operation types or around a Length in the case of perspective.
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/animation/BlendingKeyframes.cpp:
* Source/WebCore/animation/KeyframeEffectStack.cpp:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/platform/animation/AcceleratedEffectValues.cpp:
* Source/WebCore/platform/graphics/transforms/TransformOperation.h:
* Source/WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp:
* Source/WebCore/platform/graphics/transforms/TranslateTransformOperation.h:
* Source/WebCore/rendering/RenderLayerBacking.cpp:
* Source/WebCore/rendering/RenderLayerCompositor.cpp:
* Source/WebCore/rendering/RenderLayerModelObject.cpp:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/rendering/style/RenderStyleSetters.h:
* Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp:
* Source/WebCore/rendering/style/StyleRareNonInheritedData.h:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorCustom.h:
* Source/WebCore/style/StyleInterpolationFunctions.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/TransformOperationsBuilder.cpp:
* Source/WebCore/style/TransformOperationsBuilder.h:
* Source/WebCore/style/values/primitives/StylePrimitiveNumericAdaptors.h: Added.
* Source/WebCore/style/values/transforms/StylePerspective.cpp: Added.
* Source/WebCore/style/values/transforms/StylePerspective.h: Added.
* Source/WebCore/style/values/transforms/StyleRotate.cpp: Added.
* Source/WebCore/style/values/transforms/StyleRotate.h: Added.
* Source/WebCore/style/values/transforms/StyleScale.cpp: Added.
* Source/WebCore/style/values/transforms/StyleScale.h: Added.
* Source/WebCore/style/values/transforms/StyleTransformOperationWrapper.h:
Added.
* Source/WebCore/style/values/transforms/StyleTranslate.cpp: Added.
* Source/WebCore/style/values/transforms/StyleTranslate.h: Added.
* Source/WebCore/svg/SVGGraphicsElement.cpp:
Canonical link: https://commits.webkit.org/296320@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