Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7846430552742ff8602fdd4a855ee9981eb8a354
https://github.com/WebKit/WebKit/commit/7846430552742ff8602fdd4a855ee9981eb8a354
Author: Sammy Gill <[email protected]>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.cpp
Log Message:
-----------
[GFC] Specified size suggestion of a grid item with fixed size is that size
https://bugs.webkit.org/show_bug.cgi?id=306655
rdar://169306049
Reviewed by Alan Baradlay and Brandon Stewart.
Fill in {inline,block}specifiedSizeSuggestion by checking the preferred
size and returning the size + borderAndPadding directly if it is fixed.
All other cases will go into the auto& case to be caught as
ASSERT_NOT_IMPLEMENTED which will hopefully be reduced down over time to
get rid of this "catch all," case.
Canonical link: https://commits.webkit.org/306788@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications