Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b5533b2f63c95e01897969d9efabb939bea64e01
https://github.com/WebKit/WebKit/commit/b5533b2f63c95e01897969d9efabb939bea64e01
Author: Sammy Gill <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp
Log Message:
-----------
[GFC] Initial implementation of Maximize Tracks
https://bugs.webkit.org/show_bug.cgi?id=307498
rdar://170101547
Reviewed by Alan Baradlay.
Here we create an initial implementation for the logic of the "Maximize
Tracks," portion of the track sizing algorithm. When the free space is
positive at this step, we try to evenly distribute it to any unfrozen
tracks (when the base size of the track is less than the growth limit).
We basically do this in a loop until all the tracks are frozen or we run
out of free space.
Canonical link: https://commits.webkit.org/307283@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications