[webkit-changes] [WebKit/WebKit] 64ee56: [css-masonry] Cleanup & Remove Masonry Definite Fi...
Brandon Stewart
noreply at github.com
Wed Dec 18 15:23:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 64ee561131cac9e3f57f0c653a8ec3bc72f09045
https://github.com/WebKit/WebKit/commit/64ee561131cac9e3f57f0c653a8ec3bc72f09045
Author: Brandon Stewart <brandonstewart at apple.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M Source/WebCore/rendering/GridMasonryLayout.cpp
M Source/WebCore/rendering/GridMasonryLayout.h
Log Message:
-----------
[css-masonry] Cleanup & Remove Masonry Definite First Placement
https://bugs.webkit.org/show_bug.cgi?id=284818
rdar://problem/141617710
Reviewed by Sammy Gill.
Remove masonry definite first placement as this was removed in the css-grid-3 spec.
* Source/WebCore/rendering/GridMasonryLayout.cpp:
(WebCore::GridMasonryLayout::initializeMasonry):
(WebCore::GridMasonryLayout::performMasonryPlacement):
(WebCore::GridMasonryLayout::collectMasonryItems):
(WebCore::GridMasonryLayout::allocateCapacityForMasonryVector):
(WebCore::GridMasonryLayout::placeMasonryItems):
(WebCore::GridMasonryLayout::allocateCapacityForMasonryVectors): Deleted.
(WebCore::GridMasonryLayout::placeItemsUsingOrderModifiedDocumentOrder): Deleted.
(WebCore::GridMasonryLayout::placeItemsWithDefiniteGridAxisPosition): Deleted.
(WebCore::GridMasonryLayout::placeItemsWithIndefiniteGridAxisPosition): Deleted.
* Source/WebCore/rendering/GridMasonryLayout.h:
Canonical link: https://commits.webkit.org/288045@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list