Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6d7de39e04d671f6f323bae27b123bdcfbdff747
      
https://github.com/WebKit/WebKit/commit/6d7de39e04d671f6f323bae27b123bdcfbdff747
  Author: Sam Weinig <[email protected]>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/animation/ViewTimeline.cpp
    M Source/WebCore/css/CSSFontFaceSet.cpp
    M Source/WebCore/css/CSSToStyleMap.cpp
    M Source/WebCore/css/DOMCSSRegisterCustomProperty.cpp
    M Source/WebCore/css/values/images/CSSGradient.cpp
    M Source/WebCore/rendering/style/RenderStyle.cpp
    M Source/WebCore/style/AnchorPositionEvaluator.cpp
    A Source/WebCore/style/StyleBuilderChecking.h
    M Source/WebCore/style/StyleBuilderConverter.h
    M Source/WebCore/style/StyleBuilderCustom.h
    M Source/WebCore/style/StyleResolveForFont.cpp
    M Source/WebCore/style/TransformOperationsBuilder.cpp
    M Source/WebCore/style/values/borders/StyleCornerShapeValue.cpp
    M Source/WebCore/style/values/color-adjust/StyleColorScheme.cpp
    M Source/WebCore/style/values/color/StyleDynamicRangeLimit.cpp
    M Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp
    M Source/WebCore/style/values/motion/StyleOffsetPosition.cpp
    M Source/WebCore/style/values/motion/StyleOffsetRotate.cpp
    M Source/WebCore/style/values/svg/StyleSVGPaint.cpp
    M Source/WebCore/style/values/transforms/StylePerspective.cpp
    M Source/WebCore/style/values/transforms/StyleRotate.cpp
    M Source/WebCore/style/values/transforms/StyleScale.cpp
    M Source/WebCore/style/values/transforms/StyleTranslate.cpp

  Log Message:
  -----------
  [Style] Move required type checking out of Style::BuilderConverter
https://bugs.webkit.org/show_bug.cgi?id=294847

Reviewed by Darin Adler.

Move required type checking out of Style::BuilderConverter and into its
own file so it can be shared without all the includes of StyleBuilderConverter.h

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSToStyleMap.cpp:
* Source/WebCore/style/StyleBuilderChecking.h: Added.
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleResolveForFont.cpp:
* Source/WebCore/style/values/borders/StyleCornerShapeValue.cpp:
* Source/WebCore/style/values/color-adjust/StyleColorScheme.cpp:
* Source/WebCore/style/values/color/StyleDynamicRangeLimit.cpp:
* Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp:
* Source/WebCore/style/values/motion/StyleOffsetPosition.cpp:
* Source/WebCore/style/values/svg/StyleSVGPaint.cpp:
* Source/WebCore/style/values/transforms/StylePerspective.cpp:
* Source/WebCore/style/values/transforms/StyleRotate.cpp:
* Source/WebCore/style/values/transforms/StyleScale.cpp:
* Source/WebCore/style/values/transforms/StyleTranslate.cpp:

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