[webkit-changes] [WebKit/WebKit] ac8aee: [Flex] Let flex's override values work in simplifi...
Alan Baradlay
noreply at github.com
Wed Feb 5 15:19:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ac8aee58682a404943b452d98a4e6e637f7ba338
https://github.com/WebKit/WebKit/commit/ac8aee58682a404943b452d98a4e6e637f7ba338
Author: Alan Baradlay <zalan at apple.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M Source/WebCore/rendering/RenderBox.cpp
M Source/WebCore/rendering/RenderFlexibleBox.cpp
M Source/WebCore/rendering/RenderFlexibleBox.h
Log Message:
-----------
[Flex] Let flex's override values work in simplified layout
https://bugs.webkit.org/show_bug.cgi?id=285599
Reviewed by Antti Koivisto.
See comment in hasAutoHeightOrContainingBlockWithAutoHeight.
* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::hasAutoHeightOrContainingBlockWithAutoHeight const):
* Source/WebCore/rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::layoutBlock):
(WebCore::RenderFlexibleBox::canUseFlexItemForPercentageResolution):
(WebCore::RenderFlexibleBox::usedFlexItemOverridingLogicalHeightForPercentageResolution):
(WebCore::RenderFlexibleBox::canUseFlexItemForPercentageResolutionByStyle): Deleted.
* Source/WebCore/rendering/RenderFlexibleBox.h:
Canonical link: https://commits.webkit.org/289896@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list