[webkit-changes] [WebKit/WebKit] 27ce34: [FFC][Integration] Implement FlexLayout::contentLo...
Alan Baradlay
noreply at github.com
Wed Sep 18 13:33:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 27ce34f05797f61c62a75649939ae22e53afbb3c
https://github.com/WebKit/WebKit/commit/27ce34f05797f61c62a75649939ae22e53afbb3c
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-09-18 (Wed, 18 Sep 2024)
Changed paths:
M Source/WebCore/layout/integration/flex/LayoutIntegrationFlexLayout.cpp
M Source/WebCore/layout/integration/flex/LayoutIntegrationFlexLayout.h
M Source/WebCore/rendering/RenderFlexibleBox.cpp
Log Message:
-----------
[FFC][Integration] Implement FlexLayout::contentLogicalHeight
https://bugs.webkit.org/show_bug.cgi?id=279890
Reviewed by Antti Koivisto.
* Source/WebCore/layout/integration/flex/LayoutIntegrationFlexLayout.cpp:
(WebCore::LayoutIntegration::FlexLayout::updateFormattingRootGeometryAndInvalidate):
(WebCore::LayoutIntegration::FlexLayout::updateFlexItemDimensions):
(WebCore::LayoutIntegration::FlexLayout::contentBoxLogicalHeight const):
(WebCore::LayoutIntegration::FlexLayout::contentLogicalHeight const): Deleted.
* Source/WebCore/layout/integration/flex/LayoutIntegrationFlexLayout.h:
* Source/WebCore/rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::layoutUsingFlexFormattingContext):
(WebCore::RenderFlexibleBox::firstBaselineCandidateOnLine const): Deleted.
(WebCore::RenderFlexibleBox::lastBaselineCandidateOnLine const): Deleted.
(WebCore::RenderFlexibleBox::flexItemForFirstBaseline const): Deleted.
(WebCore::RenderFlexibleBox::flexItemForLastBaseline const): Deleted.
Canonical link: https://commits.webkit.org/283869@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