Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c24815fc38915145da871cfd2a4270d097ffe88
https://github.com/WebKit/WebKit/commit/0c24815fc38915145da871cfd2a4270d097ffe88
Author: Sammy Gill <[email protected]>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp
Log Message:
-----------
[GFC][Cleanup] API for resolving intrinsic track sizes is a bit verbose
https://bugs.webkit.org/show_bug.cgi?id=313995
rdar://problem/176199058
Reviewed by Alan Baradlay.
The function signatures for the code related to resolving intrinsic
track sizes took many argumnets. Almost all of them were pieces of data
that were read off of during this step of the algorithm and the only
thing mutated was the unsized tracks. To clean this up a bit we can
introduce ResolveIntrinsicTrackSizesContext that holds the information
that will be read during this process.
Canonical link: https://commits.webkit.org/312646@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications