Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a2b39baabee9acd924b9cc5c51db5a369d77202
      
https://github.com/WebKit/WebKit/commit/3a2b39baabee9acd924b9cc5c51db5a369d77202
  Author: Brandon Stewart <[email protected]>
  Date:   2025-11-18 (Tue, 18 Nov 2025)

  Changed paths:
    M Source/WebCore/html/HTMLButtonElement.cpp
    M Source/WebCore/layout/layouttree/LayoutBox.cpp
    M Source/WebCore/layout/layouttree/LayoutBox.h
    M Source/WebCore/rendering/RenderBlock.cpp
    M Source/WebCore/rendering/RenderBox.cpp
    M Source/WebCore/rendering/style/RenderStyle.h
    M Source/WebCore/rendering/style/RenderStyleInlines.h
    M Source/WebCore/style/StyleAdjuster.cpp

  Log Message:
  -----------
  [masonry] Add check if a style is a grid-lanes
https://bugs.webkit.org/show_bug.cgi?id=302709
rdar://problem/164960515

Reviewed by Sammy Gill.

New method to check if an item is a grid-lanes display type without having to 
manually check if it is an inline or regular grid-lanes.

Using isDisplayFlexibleOrGridFormattingContextBox() in places, so we do not 
need to perform checks for each type.
These checks are getting more complex now that we have flex, grid, and 
grid-lands.

*  Source/WebCore/html/HTMLButtonElement.cpp
*  Source/WebCore/layout/layouttree/LayoutBox.cpp
*  Source/WebCore/layout/layouttree/LayoutBox.h
*  Source/WebCore/rendering/style/RenderStyle.h
*  Source/WebCore/rendering/style/RenderStyleInlines.h

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



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

Reply via email to