Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 42f279a610d0655fd80032c2fa0968480ae96c0d
https://github.com/WebKit/WebKit/commit/42f279a610d0655fd80032c2fa0968480ae96c0d
Author: Brandon Stewart <[email protected]>
Date: 2025-11-16 (Sun, 16 Nov 2025)
Changed paths:
M LayoutTests/TestExpectations
M
LayoutTests/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-001-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-001-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-001.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-002-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-002-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-002.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-003-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-003-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-003.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-004-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-004-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-column-004.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-001-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-001-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-001.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-002-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-002-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-002.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-003-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-003-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-003.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-004-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-004-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-row-004.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-002.html
M
LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt
M
LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt
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/GridMasonryLayout.cpp
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/StyleRareNonInheritedData.cpp
M Source/WebCore/rendering/style/StyleRareNonInheritedData.h
M Source/WebCore/style/StyleBuilderCustom.h
M Source/WebCore/style/values/StyleValueTypes.h
A Source/WebCore/style/values/grid/StyleItemTolerance.cpp
A Source/WebCore/style/values/grid/StyleItemTolerance.h
Log Message:
-----------
[masonry] Implement Item-Tolerance
https://bugs.webkit.org/show_bug.cgi?id=301968
rdar://problem/164043151
Reviewed by Sammy Gill.
Implement item-tolerance for CSS Masonry.
https://drafts.csswg.org/css-grid-3/#placement-tolerance
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-001-expected.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-001-ref.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-001.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-002-expected.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-002-ref.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-002.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-003-expected.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-003-ref.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-003.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-004-expected.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-004-ref.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/masonry/tentative/item-placement/item-tolerance-004.html
* Source/WebCore/Sources.txt
* Source/WebCore/WebCore.xcodeproj/project.pbxproj
* Source/WebCore/css/CSSProperties.json
* Source/WebCore/rendering/GridMasonryLayout.cpp
* Source/WebCore/rendering/style/RenderStyle.h
* Source/WebCore/rendering/style/RenderStyleInlines.h
* Source/WebCore/rendering/style/RenderStyleSetters.h
* Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
* Source/WebCore/rendering/style/StyleRareNonInheritedData.h
* Source/WebCore/style/StyleBuilderCustom.h
* Source/WebCore/style/values/grid/StyleItemTolerance.cpp
Canonical link: https://commits.webkit.org/303096@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications