Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 859d05374cd210c5148bc98453b000ea0fa93d07
https://github.com/WebKit/WebKit/commit/859d05374cd210c5148bc98453b000ea0fa93d07
Author: Sammy Gill <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridLayout.cpp
Log Message:
-----------
[GFC] Grid container max-width/height: none means no constraint
https://bugs.webkit.org/show_bug.cgi?id=307458
rdar://170079446
Reviewed by Alan Baradlay.
When we compute GridLayoutConstraints, we populate it with the values
for the max-width/height. These values are currently represented as a
std::optional<LayoutUnit> since we may not have a constraint in that
dimension. For the case where max-width/height is none this should be
std::nullopt since there is no constraint in that case.
Canonical link: https://commits.webkit.org/307267@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications