Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 02f6284ac783ecf0fcee6e82ed27e8e86ebec171
https://github.com/WebKit/WebKit/commit/02f6284ac783ecf0fcee6e82ed27e8e86ebec171
Author: Brandon Stewart <[email protected]>
Date: 2026-01-16 (Fri, 16 Jan 2026)
Changed paths:
M Source/WebCore/rendering/RenderGrid.cpp
Log Message:
-----------
Remove duplicated masonry code in RenderGrid.cpp
https://bugs.webkit.org/show_bug.cgi?id=305595
rdar://problem/168249217
Reviewed by Elika Etemad.
When splitting the Masonry and Grid code we duplicated several functions.
layoutMasonryItems and layoutGridItems have remained the same after several
years, so it makes sense to merge them again and we can split them in the
future if required.
* Source/WebCore/rendering/RenderGrid.cpp:
(WebCore::RenderGrid::layoutMasonryItems):
Canonical link: https://commits.webkit.org/305710@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications