Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e7fe85c02ced10ceddde548b2973300813eaad4d
https://github.com/WebKit/WebKit/commit/e7fe85c02ced10ceddde548b2973300813eaad4d
Author: Sammy Gill <[email protected]>
Date: 2026-01-23 (Fri, 23 Jan 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp
Log Message:
-----------
[GFC] Rename singleSpanningItems to singleSpanningItemsIndexes
https://bugs.webkit.org/show_bug.cgi?id=306152
rdar://168793159
Reviewed by Brandon Stewart and Vitor Roriz.
This variable holds onto a list of indexes which correspond to the
single spanning items in the PlacedGridItems list so we should make it a
bit more precise. It was a bit confusing when you passed in both
gridItems and singleSpanningItems to a function when the latter was just
a list of indexes into the former.
We can keep the function name tracksWithIntrinsicSizingFunction as is
since I think the return type makes it clear that it's returning a list
of indexes.
Canonical link: https://commits.webkit.org/306135@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications