Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7a10d165b2bbdda66eb59c83b50268626226c6d3
      
https://github.com/WebKit/WebKit/commit/7a10d165b2bbdda66eb59c83b50268626226c6d3
  Author: Sammy Gill <[email protected]>
  Date:   2026-02-24 (Tue, 24 Feb 2026)

  Changed paths:
    M Source/WebCore/rendering/GridLayoutFunctions.cpp
    M Source/WebCore/rendering/GridLayoutFunctions.h
    M Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp
    M Source/WebCore/rendering/GridTrackSizingAlgorithm.h

  Log Message:
  -----------
  [Grid] Move rawGridTrackSize to GridLayoutFunctions
https://bugs.webkit.org/show_bug.cgi?id=308566
rdar://171098221

Reviewed by Vitor Roriz and Tim Nguyen.

I plan to use this outside of GridTrackSizingAlgorithm so we can move it
into GridLayoutFunctions where it can be accessed. This concept is
independent of track sizing so moving it outside makes this notion a bit
more clear as well. Any callers of the GridTrackSizingAlgorithm version
will now call into the GridLayoutFunctions version instead. We will need
to pass in the RenderGrid's style along with a couple of other pieces of
information from the Grid that are used by this function.

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



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

Reply via email to