Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e049fa830a7b7800dda7af62989e086e220692ec
https://github.com/WebKit/WebKit/commit/e049fa830a7b7800dda7af62989e086e220692ec
Author: Sammy Gill <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp
M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.h
Log Message:
-----------
[GFC][Cleanup] Minor tidying up in TrackSizingAlgorithm code.
https://bugs.webkit.org/show_bug.cgi?id=314252
rdar://problem/176403223
Reviewed by Vitor Roriz.
1.) We don't really need the private static member function declarations
in the header.
2.) Move the logic related to determining the free space for when we
want to stretch auto tracks into its own helper function.
3.) Fix up the order of the comments indicating the end of the WebCore
and Layout namespaces.
Canonical link: https://commits.webkit.org/312826@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications