Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e2948d01a4de9706b6f900da7cd9754cec5ea607
      
https://github.com/WebKit/WebKit/commit/e2948d01a4de9706b6f900da7cd9754cec5ea607
  Author: Sammy Gill <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/layout/formattingContexts/grid/GridItemSizingFunctions.cpp
    A Source/WebCore/layout/formattingContexts/grid/GridItemSizingFunctions.h
    M Source/WebCore/layout/formattingContexts/grid/GridLayout.cpp
    M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.cpp
    M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.h
    M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.h

  Log Message:
  -----------
  [GFC] Move GridItemSizingFunctions to its own file.
https://bugs.webkit.org/show_bug.cgi?id=318282
rdar://problem/181070532

Reviewed by David Kilzer and Vitor Roriz.

Code related to the GridItemSizingFunctions live in both
TrackSizingAlgorithm and GridLayoutUtils. The former provides some
helpers to get a specific set of functions depending on the axis the
caller wants while the former provides the definiton of the struct.
We can improve the organization of the code by just moving both of these
things into the same file so that they both live next to each other.

Canonical link: https://commits.webkit.org/316222@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to