Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a6a765a2343ec644d8a88f47e3741cb369e7ff1f
https://github.com/WebKit/WebKit/commit/a6a765a2343ec644d8a88f47e3741cb369e7ff1f
Author: Yulun Wu <[email protected]>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp
Log Message:
-----------
[GFC] Enable flexible track sizing (fr units)
https://bugs.webkit.org/show_bug.cgi?id=306914
<rdar://169577375>
Reviewed by Sammy Gill.
This PR enables flexible track sizing (fr units) in GFC.
GFC can now handle:
grid-template-columns: 1fr 1fr;
gap: 20px;
Note: Grid containers and items still require fixed sizes (width/height).
Intrinsic sizing support will be added in future patches.
* Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp:
(WebCore::LayoutIntegration::gridLayoutAvoidanceReason):
Canonical link: https://commits.webkit.org/306835@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications