Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9ced4cd71b219e691ca27ef7e7e2edb3f982e331
      
https://github.com/WebKit/WebKit/commit/9ced4cd71b219e691ca27ef7e7e2edb3f982e331
  Author: Sam Weinig <[email protected]>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/platform/animation/AcceleratedEffectValues.cpp
    M Source/WebCore/rendering/PathOperation.cpp
    M Source/WebCore/rendering/RenderMenuList.cpp
    M Source/WebCore/rendering/RenderSearchField.cpp
    M Source/WebCore/rendering/style/RenderStyle.cpp
    M Source/WebCore/style/StyleInterpolationFunctions.h
    M Source/WebCore/style/values/align/StyleGapGutter.h
    M Source/WebCore/style/values/backgrounds/StyleBorderImageWidth.cpp
    M Source/WebCore/style/values/box/StyleMargin.h
    M Source/WebCore/style/values/flexbox/StyleFlexBasis.cpp
    M Source/WebCore/style/values/flexbox/StyleFlexBasis.h
    M Source/WebCore/style/values/grid/StyleGridTrackBreadth.cpp
    M Source/WebCore/style/values/grid/StyleGridTrackBreadth.h
    M Source/WebCore/style/values/inline/StyleVerticalAlign.cpp
    M Source/WebCore/style/values/masking/StyleMaskBorderWidth.cpp
    M Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp
    M Source/WebCore/style/values/position/StyleInset.h
    A Source/WebCore/style/values/primitives/StyleLengthWrapper+Blending.h
    M 
Source/WebCore/style/values/primitives/StyleLengthWrapper+CSSValueConversion.h
    A Source/WebCore/style/values/primitives/StyleLengthWrapper+Platform.h
    M Source/WebCore/style/values/primitives/StyleLengthWrapper.h
    M Source/WebCore/style/values/primitives/StyleLengthWrapperData.cpp
    M Source/WebCore/style/values/primitives/StyleLengthWrapperData.h
    M Source/WebCore/style/values/primitives/StylePosition.cpp
    M Source/WebCore/style/values/shapes/StyleCircleFunction.cpp
    M Source/WebCore/style/values/shapes/StyleShapeFunction.cpp
    M Source/WebCore/style/values/sizing/StyleMaximumSize.h
    M Source/WebCore/style/values/sizing/StyleMinimumSize.h
    M Source/WebCore/style/values/sizing/StylePreferredSize.cpp
    M Source/WebCore/style/values/sizing/StylePreferredSize.h
    M Source/WebCore/style/values/svg/StyleSVGRadiusComponent.h
    M Source/WebCore/style/values/svg/StyleSVGStrokeDasharray.cpp
    M 
Source/WebCore/style/values/text-decoration/StyleTextDecorationThickness.cpp
    M Source/WebCore/style/values/text-decoration/StyleTextUnderlineOffset.h
    M Source/WebCore/style/values/text/StyleTextIndent.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  [Style] Support arbitrary keywords in Style::LengthWrapperBase
https://bugs.webkit.org/show_bug.cgi?id=296960

Reviewed by Darin Adler.

Replaces the current data model for `Style::LengthWrapperData`, which
used an enum of potential values, with a new approach where the owner,
`Style::LengthWrapperBase` manages an opaque type index value for it. A
new kind field is used to manage what kind the type of the union is.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/animation/AcceleratedEffectValues.cpp:
* Source/WebCore/rendering/PathOperation.cpp:
* Source/WebCore/rendering/RenderMenuList.cpp:
* Source/WebCore/rendering/RenderSearchField.cpp:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/style/StyleInterpolationFunctions.h:
* Source/WebCore/style/values/align/StyleGapGutter.h:
* Source/WebCore/style/values/backgrounds/StyleBorderImageWidth.cpp:
* Source/WebCore/style/values/box/StyleMargin.h:
* Source/WebCore/style/values/flexbox/StyleFlexBasis.cpp:
* Source/WebCore/style/values/flexbox/StyleFlexBasis.h:
* Source/WebCore/style/values/grid/StyleGridTrackBreadth.cpp:
* Source/WebCore/style/values/grid/StyleGridTrackBreadth.h:
* Source/WebCore/style/values/masking/StyleMaskBorderWidth.cpp:
* Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp:
* Source/WebCore/style/values/position/StyleInset.h:
* Source/WebCore/style/values/primitives/StyleLengthWrapper+Blending.h: Added.
* 
Source/WebCore/style/values/primitives/StyleLengthWrapper+CSSValueConversion.h:
* Source/WebCore/style/values/primitives/StyleLengthWrapper+Platform.h: Added.
* Source/WebCore/style/values/primitives/StyleLengthWrapper.h:
* Source/WebCore/style/values/primitives/StyleLengthWrapperData.cpp:
* Source/WebCore/style/values/primitives/StyleLengthWrapperData.h:
* Source/WebCore/style/values/primitives/StylePosition.cpp:
* Source/WebCore/style/values/shapes/StyleCircleFunction.cpp:
* Source/WebCore/style/values/shapes/StyleShapeFunction.cpp:
* Source/WebCore/style/values/sizing/StyleMaximumSize.h:
* Source/WebCore/style/values/sizing/StyleMinimumSize.h:
* Source/WebCore/style/values/sizing/StylePreferredSize.cpp:
* Source/WebCore/style/values/sizing/StylePreferredSize.h:
* Source/WebCore/style/values/svg/StyleSVGRadiusComponent.h:
* Source/WebCore/style/values/svg/StyleSVGStrokeDasharray.cpp:
* Source/WebCore/style/values/text-decoration/StyleTextDecorationThickness.cpp:
* Source/WebCore/style/values/text-decoration/StyleTextUnderlineOffset.h:
* Source/WebCore/style/values/text/StyleTextIndent.cpp:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/298460@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

Reply via email to