Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3c7bab6db8614242d5c6c6068b7081ef9dd9f2d7
      
https://github.com/WebKit/WebKit/commit/3c7bab6db8614242d5c6c6068b7081ef9dd9f2d7
  Author: Sammy Gill <[email protected]>
  Date:   2026-07-14 (Tue, 14 Jul 2026)

  Changed paths:
    M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp

  Log Message:
  -----------
  [GFC][Integration] Disable GFC when grid has content based min/max sizes
https://bugs.webkit.org/show_bug.cgi?id=319386
rdar://182215726

Reviewed by Vitor Roriz.

The grid formatting context integration does not yet know how to resolve
intrinsic (min-content/max-content/fit-content) sizing on the grid
container itself. When such a value reaches the constraint resolution in
minimumSizeConstraint()/maximumSizeConstraint(), it falls into the
unimplemented branch and hits ASSERT_NOT_IMPLEMENTED_YET().

To avoid this let's not run GFC if we the grid falls into this category
of content.

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



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

Reply via email to