Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ca0c4132a4d48ae4ee5977e9e398b56ce26fa29d
https://github.com/WebKit/WebKit/commit/ca0c4132a4d48ae4ee5977e9e398b56ce26fa29d
Author: Alan Baradlay <[email protected]>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M Source/WebCore/rendering/RenderBox.cpp
M Source/WebCore/rendering/RenderBox.h
M Source/WebCore/rendering/RenderLayerModelObject.cpp
M Source/WebCore/rendering/RenderObject.cpp
M Source/WebCore/rendering/RenderTable.cpp
Log Message:
-----------
[cleanup] Rename RenderBox's computePositionedFoo to
computeOutOfFlowPositionedFoo
https://bugs.webkit.org/show_bug.cgi?id=300202
Reviewed by Antti Koivisto.
These functions compute out-of-flow geometry (and not any type of positioned).
* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::computeLogicalWidth const):
(WebCore::RenderBox::computeLogicalHeight const):
(WebCore::RenderBox::computeOutOfFlowPositionedLogicalWidth const):
(WebCore::RenderBox::computeOutOfFlowPositionedLogicalWidthUsing const):
(WebCore::RenderBox::computeOutOfFlowPositionedLogicalHeight const):
(WebCore::RenderBox::computeOutOfFlowPositionedLogicalHeightUsing const):
(WebCore::RenderBox::computeReplacedOutOfFlowPositionedLogicalWidth const):
(WebCore::RenderBox::computeReplacedOutOfFlowPositionedLogicalHeight const):
(WebCore::RenderBox::computePositionedLogicalWidth const): Deleted.
(WebCore::RenderBox::computePositionedLogicalWidthUsing const): Deleted.
(WebCore::RenderBox::computePositionedLogicalHeight const): Deleted.
(WebCore::RenderBox::computePositionedLogicalHeightUsing const): Deleted.
(WebCore::RenderBox::computePositionedLogicalWidthReplaced const): Deleted.
(WebCore::RenderBox::computePositionedLogicalHeightReplaced const): Deleted.
* Source/WebCore/rendering/RenderBox.h:
* Source/WebCore/rendering/RenderLayerModelObject.cpp:
(WebCore::RenderLayerModelObject::styleDidChange):
* Source/WebCore/rendering/RenderObject.cpp:
(WebCore::containerForElement):
* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::updateLogicalWidth):
Canonical link: https://commits.webkit.org/301068@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes