Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 64ee561131cac9e3f57f0c653a8ec3bc72f09045
https://github.com/WebKit/WebKit/commit/64ee561131cac9e3f57f0c653a8ec3bc72f09045
Author: Brandon Stewart <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes