Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2aab2a77e8b266e3cde64068da089b9a1ffc6b3f
https://github.com/WebKit/WebKit/commit/2aab2a77e8b266e3cde64068da089b9a1ffc6b3f
Author: Sam Weinig <[email protected]>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M Source/WebCore/Headers.cmake
M Source/WebCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/values/primitives/CSSPrimitiveNumericRange.h
M Source/WebCore/rendering/RenderBox.cpp
M Source/WebCore/rendering/RenderElement.cpp
M Source/WebCore/rendering/RenderElement.h
M Source/WebCore/rendering/RenderElementInlines.h
M Source/WebCore/rendering/shapes/ShapeOutsideInfo.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
R Source/WebCore/rendering/style/ShapeValue.cpp
R Source/WebCore/rendering/style/ShapeValue.h
M Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
M Source/WebCore/rendering/style/StyleRareNonInheritedData.h
M Source/WebCore/rendering/updating/RenderTreeUpdaterGeneratedContent.cpp
M Source/WebCore/style/StyleBuilderConverter.h
M Source/WebCore/style/StyleBuilderCustom.h
M Source/WebCore/style/StyleExtractorConverter.h
M Source/WebCore/style/StyleExtractorSerializer.h
M Source/WebCore/style/StyleInterpolationFunctions.h
M Source/WebCore/style/StyleInterpolationWrappers.h
M Source/WebCore/style/StylePendingResources.cpp
M Source/WebCore/style/values/content/StyleContent.cpp
M Source/WebCore/style/values/content/StyleContent.h
A Source/WebCore/style/values/images/StyleImageWrapper.cpp
A Source/WebCore/style/values/images/StyleImageWrapper.h
M Source/WebCore/style/values/inline/StyleVerticalAlign.cpp
M
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+CSSValueConversion.h
A Source/WebCore/style/values/shapes/StyleShapeImageThreshold.h
A Source/WebCore/style/values/shapes/StyleShapeMargin.h
A Source/WebCore/style/values/shapes/StyleShapeOutside.cpp
A Source/WebCore/style/values/shapes/StyleShapeOutside.h
Log Message:
-----------
[Style] Convert more shape properties to strong style types
https://bugs.webkit.org/show_bug.cgi?id=296541
Reviewed by Darin Adler.
Converts `shape-outside`, `shape-margin` and `shape-image-threshold` to use
strong style types.
* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/values/primitives/CSSPrimitiveNumericRange.h:
* Source/WebCore/rendering/RenderBox.cpp:
* Source/WebCore/rendering/RenderElement.cpp:
* Source/WebCore/rendering/RenderElement.h:
* Source/WebCore/rendering/RenderElementInlines.h:
* Source/WebCore/rendering/shapes/ShapeOutsideInfo.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/ShapeValue.cpp: Removed.
* Source/WebCore/rendering/style/ShapeValue.h: Removed.
* Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp:
* Source/WebCore/rendering/style/StyleRareNonInheritedData.h:
* Source/WebCore/rendering/updating/RenderTreeUpdaterGeneratedContent.cpp:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleInterpolationFunctions.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/StylePendingResources.cpp:
* Source/WebCore/style/values/content/StyleContent.cpp:
* Source/WebCore/style/values/content/StyleContent.h:
* Source/WebCore/style/values/images/StyleImageWrapper.cpp: Added.
* Source/WebCore/style/values/images/StyleImageWrapper.h: Added.
*
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+CSSValueConversion.h:
* Source/WebCore/style/values/shapes/StyleShapeImageThreshold.h: Added.
* Source/WebCore/style/values/shapes/StyleShapeMargin.h: Added.
* Source/WebCore/style/values/shapes/StyleShapeOutside.cpp: Added.
* Source/WebCore/style/values/shapes/StyleShapeOutside.h: Added.
Canonical link: https://commits.webkit.org/298017@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