Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eb2cb35f01c20fe08da29bce10dae73f8eb5bf58
https://github.com/WebKit/WebKit/commit/eb2cb35f01c20fe08da29bce10dae73f8eb5bf58
Author: Sammy Gill <[email protected]>
Date: 2026-01-23 (Fri, 23 Jan 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/GridLayout.cpp
M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.cpp
M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.h
Log Message:
-----------
[GFC] Pass in constraints when computing grid item used sizes
https://bugs.webkit.org/show_bug.cgi?id=306060
rdar://168704234
Reviewed by Brandon Stewart.
We pass in multiple arguments when computing the used sizes of grid
items including the track sizes and gaps in the appropriate direction.
We can clean this up a bit by instead refactoring this logic into a
separate helper function that lives on GridLayoutUtils and pass in the
constraints directly.
Canonical link: https://commits.webkit.org/306078@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications