Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ffc133c15ac451e85a1e8cbfa16112e8263c74c8
https://github.com/WebKit/WebKit/commit/ffc133c15ac451e85a1e8cbfa16112e8263c74c8
Author: Sammy Gill <[email protected]>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/GridFormattingContext.cpp
M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.cpp
M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.h
Log Message:
-----------
[GFC] Move gap computation to GridLayoutUtils
https://bugs.webkit.org/show_bug.cgi?id=303351
rdar://165662046
Reviewed by Vitor Roriz and Tim Nguyen.
Currently only GridFormattingContext uses gaps as part of determining
the location of the grid items after layout, but soon GridLayout will
need to know the gaps for the columns and rows as well. So that both
classes can have access to this logic we can have it live as part of
GridLayoutUtils for now.
Canonical link: https://commits.webkit.org/303731@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications