Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cc225e03495c4d68e29e030dec300eb53b3b2586
https://github.com/WebKit/WebKit/commit/cc225e03495c4d68e29e030dec300eb53b3b2586
Author: Sammy Gill <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M Source/WebCore/rendering/RenderGrid.cpp
M Source/WebCore/rendering/RenderGrid.h
Log Message:
-----------
[Grid][Cleanup] Separate out stretching logic in a their own functions.
https://bugs.webkit.org/show_bug.cgi?id=323473
rdar://problem/186701341
Reviewed by Taher Ali.
applyStretchAlignmentToGridItemIfNeeded() is a somewhat large function that
contains
logic for stretching a grid item in both directions. In preparation for some
Grid Lanes
changes related to stretch alignment let's separate out the two major pieces of
code that
perform the stretching into their own set of functions.
Canonical link: https://commits.webkit.org/320663@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications