Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f17ff71335b99108331fc593f35f15852c8adc2c
https://github.com/WebKit/WebKit/commit/f17ff71335b99108331fc593f35f15852c8adc2c
Author: Sam Weinig <[email protected]>
Date: 2024-11-21 (Thu, 21 Nov 2024)
Changed paths:
M Source/WebCore/css/CSSGradientValue.cpp
M Source/WebCore/css/values/CSSValueTypes.h
M Source/WebCore/css/values/primitives/CSSPosition.cpp
M Source/WebCore/css/values/primitives/CSSPosition.h
M Source/WebCore/css/values/shapes/CSSShapeFunction.h
M Source/WebCore/style/values/StyleValueTypes.h
M Source/WebCore/style/values/primitives/StyleNone.h
M Source/WebCore/style/values/primitives/StylePosition.cpp
M Source/WebCore/style/values/primitives/StylePosition.h
M Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes.h
M Source/WebCore/style/values/shapes/StyleShapeFunction.h
Log Message:
-----------
Simplify wrapper CSS/Style value types
https://bugs.webkit.org/show_bug.cgi?id=283495
Reviewed by Darin Adler.
Simplify wrapper CSS/Style value types by adding a TreatAsTypeWrapper
as a peer to TreatAsTupleLike and do some adoption.
Also does some related renames for consistency:
CSSToStyleMapping -> ToStyleMapping
StyleToCSSMapping -> ToCSSMapping
* Source/WebCore/css/CSSGradientValue.cpp:
* Source/WebCore/css/values/CSSValueTypes.h:
* Source/WebCore/css/values/primitives/CSSPosition.cpp:
* Source/WebCore/css/values/primitives/CSSPosition.h:
* Source/WebCore/css/values/shapes/CSSShapeFunction.h:
* Source/WebCore/style/values/StyleValueTypes.h:
* Source/WebCore/style/values/primitives/StyleNone.h:
* Source/WebCore/style/values/primitives/StylePosition.cpp:
* Source/WebCore/style/values/primitives/StylePosition.h:
* Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes.h:
* Source/WebCore/style/values/shapes/StyleShapeFunction.h:
Canonical link: https://commits.webkit.org/286936@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