Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 84275e8f859c1cf83df1c1d41d6a0470480fec3e
https://github.com/WebKit/WebKit/commit/84275e8f859c1cf83df1c1d41d6a0470480fec3e
Author: Alan Baradlay <[email protected]>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
M
Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp
M Source/WebCore/layout/integration/LayoutIntegrationUtils.cpp
M Source/WebCore/layout/integration/LayoutIntegrationUtils.h
M Source/WebCore/rendering/RenderBlockFlow.cpp
M Source/WebCore/rendering/RenderBlockFlow.h
Log Message:
-----------
[cleanup] RenderBlockFlow::handleAfterSideOfBlock should not directly set
box's logical height
https://bugs.webkit.org/show_bug.cgi?id=303034
Reviewed by Antti Koivisto.
This is in preparation for calling handleAfterSideOfBlock after inline layout.
*
Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp:
(WebCore::LayoutIntegration::layoutWithFormattingContextForBlockInInline):
* Source/WebCore/layout/integration/LayoutIntegrationUtils.cpp:
(WebCore::Layout::IntegrationUtils::toMarginState):
(WebCore::Layout::IntegrationUtils::toMarginInfo):
* Source/WebCore/layout/integration/LayoutIntegrationUtils.h:
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutBlockChildren):
(WebCore::RenderBlockFlow::layoutInlineChildren):
(WebCore::RenderBlockFlow::handleAfterSideOfBlock):
* Source/WebCore/rendering/RenderBlockFlow.h:
Canonical link: https://commits.webkit.org/303472@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications