Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b4821ce36cfd1065d20f305cb1f1509e10f16c68
https://github.com/WebKit/WebKit/commit/b4821ce36cfd1065d20f305cb1f1509e10f16c68
Author: Sam Weinig <[email protected]>
Date: 2025-07-06 (Sun, 06 Jul 2025)
Changed paths:
M Source/WebCore/CMakeLists.txt
M Source/WebCore/Headers.cmake
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/platform/Length.h
M Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp
M Source/WebCore/rendering/GridTrackSizingAlgorithm.h
M Source/WebCore/rendering/RenderGrid.cpp
R Source/WebCore/rendering/style/GridLength.h
M Source/WebCore/rendering/style/GridTrackSize.cpp
M Source/WebCore/rendering/style/GridTrackSize.h
M Source/WebCore/rendering/style/RenderStyleInlines.h
M Source/WebCore/style/StyleBuilderConverter.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
A Source/WebCore/style/values/grid/StyleGridTrackBreadth.h
Log Message:
-----------
[Style] Migrate GridLength to using StyleLengthWrapper
https://bugs.webkit.org/show_bug.cgi?id=295490
Reviewed by Alan Baradlay.
Renames `GridLength` to `Style::GridTrackBreadth` to better match grammar
and replaces its use of `WebCore::Length` with a constrained style value
using `Style::LengthWrapperBase`.
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/Headers.cmake:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/Length.h:
* Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp:
* Source/WebCore/rendering/GridTrackSizingAlgorithm.h:
* Source/WebCore/rendering/RenderGrid.cpp:
* Source/WebCore/rendering/style/GridLength.h: Removed.
* Source/WebCore/rendering/style/GridTrackSize.cpp:
* Source/WebCore/rendering/style/GridTrackSize.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleInterpolationFunctions.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/values/grid/StyleGridTrackBreadth.h: Added.
Canonical link: https://commits.webkit.org/297039@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