Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb97e4dbaebe02abd90b470b44a81ada21a79890
https://github.com/WebKit/WebKit/commit/bb97e4dbaebe02abd90b470b44a81ada21a79890
Author: Sammy Gill <[email protected]>
Date: 2026-01-06 (Tue, 06 Jan 2026)
Changed paths:
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp
Log Message:
-----------
[GFC][Integration] hasValidRowEnd should be returning an unsupported row
placement
https://bugs.webkit.org/show_bug.cgi?id=305009
rdar://167649436
Reviewed by Tim Nguyen.
In 303864@main we did a bit of a refactoring to move some logic that
checks the placement of grid items to some helper functions. In
particular, we added some functions to check it the -end placement is
one that we currently support. In that process I made a copy paste
mistake and ended up causing hasValidRowPlacement to return
GridItemHasUnsupportedColumnPlacement. Looking at the diff from that
patch we were previously returning GridItemHasUnsupportedColumnPlacement
which is more in line with what this function was intended to do.
Canonical link: https://commits.webkit.org/305190@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications