[webkit-changes] [WebKit/WebKit] 3a49dd: [css-grid] Layout excluded children before updateL...

Rob Buis noreply at github.com
Wed Oct 5 03:02:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a49dda1f8f6d3eb600fafffe2a5fc7bf5a75fe6
      https://github.com/WebKit/WebKit/commit/3a49dda1f8f6d3eb600fafffe2a5fc7bf5a75fe6
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M Source/WebCore/rendering/RenderGrid.cpp

  Log Message:
  -----------
  [css-grid] Layout excluded children before updateLogicalWidth
https://bugs.webkit.org/show_bug.cgi?id=246036
rdar://99739609

Reviewed by Javier Fernandez.

Layout excluded children before calling updateLogicalWidth since
the latter may end up placing items while the excluded state
of the children has not been determined yet.

* Source/WebCore/rendering/RenderGrid.cpp:
(WebCore::RenderGrid::layoutBlock):

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




More information about the webkit-changes mailing list