Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c4b149e3dce7f2171c7840fcd8f8395038a52622
      
https://github.com/WebKit/WebKit/commit/c4b149e3dce7f2171c7840fcd8f8395038a52622
  Author: Sam Weinig <[email protected]>
  Date:   2025-07-13 (Sun, 13 Jul 2025)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp
    M Source/WebCore/rendering/GridTrackSizingAlgorithm.h
    R Source/WebCore/rendering/style/GridTrackSize.cpp
    R Source/WebCore/rendering/style/GridTrackSize.h
    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/StyleGridData.cpp
    M Source/WebCore/rendering/style/StyleGridData.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/StyleExtractorSerializer.h
    M Source/WebCore/style/StyleInterpolationFunctions.h
    M Source/WebCore/style/StyleInterpolationWrappers.h
    M Source/WebCore/style/values/grid/StyleGridTemplateAreas.cpp
    A Source/WebCore/style/values/grid/StyleGridTemplateList.cpp
    A Source/WebCore/style/values/grid/StyleGridTemplateList.h
    A Source/WebCore/style/values/grid/StyleGridTrackBreadth.cpp
    M Source/WebCore/style/values/grid/StyleGridTrackBreadth.h
    A Source/WebCore/style/values/grid/StyleGridTrackSize.cpp
    A Source/WebCore/style/values/grid/StyleGridTrackSize.h
    M Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp
    M Source/WebCore/style/values/motion/StyleOffsetAnchor.h
    M Source/WebCore/style/values/sizing/StyleAspectRatio.cpp

  Log Message:
  -----------
  [Style] Convert grid-template-columns/grid-template-rows to use strong style 
types
https://bugs.webkit.org/show_bug.cgi?id=295835

Reviewed by Darin Adler.

Bundles up the values for the `grid-template-columns/grid-template-rows` 
properties
into a new `Style::GridTemplateList` type, combining both the specified entries 
and
the cached processed state into the same struct. In a future change, this 
bundling
will be further utilize to simplify the rendering code.

* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp:
* Source/WebCore/rendering/GridTrackSizingAlgorithm.h:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/rendering/style/RenderStyleSetters.h:
* Source/WebCore/rendering/style/StyleGridData.cpp:
* Source/WebCore/rendering/style/StyleGridData.h:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorCustom.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleInterpolationFunctions.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/values/grid/StyleGridTemplateAreas.cpp:
* Source/WebCore/style/values/grid/StyleGridTemplateList.cpp: Added.
* Source/WebCore/style/values/grid/StyleGridTemplateList.h: Added.
* Source/WebCore/style/values/grid/StyleGridTrackBreadth.cpp: Added.
* Source/WebCore/style/values/grid/StyleGridTrackBreadth.h:
* Source/WebCore/style/values/grid/StyleGridTrackSize.cpp: Added.
* Source/WebCore/style/values/grid/StyleGridTrackSize.h: Added.
* Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp:
* Source/WebCore/style/values/motion/StyleOffsetAnchor.h:
* Source/WebCore/style/values/motion/StyleOffsetPosition.h:
* Source/WebCore/style/values/sizing/StyleAspectRatio.cpp:

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