Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7579ec00e7650876f8a22539d8d4e22e7eb986fa
https://github.com/WebKit/WebKit/commit/7579ec00e7650876f8a22539d8d4e22e7eb986fa
Author: Alan Baradlay <[email protected]>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
M Source/WebCore/rendering/LegacyLineLayout.cpp
M Source/WebCore/rendering/RenderBlock.cpp
M Source/WebCore/rendering/RenderBlock.h
M Source/WebCore/rendering/RenderBlockFlow.cpp
M Source/WebCore/rendering/RenderBlockFlow.h
M Source/WebCore/rendering/line/BreakingContext.h
M Source/WebCore/rendering/line/LineWidth.cpp
M Source/WebCore/rendering/line/LineWidth.h
Log Message:
-----------
[cleanup] Remove unused floating box related functions
https://bugs.webkit.org/show_bug.cgi?id=292514
Reviewed by Antti Koivisto.
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::updateRenderTreePositions):
* Source/WebCore/rendering/LegacyLineLayout.cpp:
(WebCore::LegacyLineLayout::layoutRunsAndFloatsInRange):
* Source/WebCore/rendering/RenderBlock.cpp:
(WebCore::RenderBlock::selectionGaps):
* Source/WebCore/rendering/RenderBlock.h:
(WebCore::RenderBlock::clipOutFloatingBoxes):
(WebCore::RenderBlock::clipOutFloatingObjects): Deleted.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutBlockChildren):
(WebCore::RenderBlockFlow::addFloatsToNewParent const):
(WebCore::RenderBlockFlow::clipOutFloatingBoxes):
(WebCore::RenderBlockFlow::insertFloatingBoxAndMarkForLayout):
(WebCore::RenderBlockFlow::insertFloatingBox):
(WebCore::RenderBlockFlow::removeFloatingBox):
(WebCore::RenderBlockFlow::markAllDescendantsWithFloatsForLayout):
(WebCore::RenderBlockFlow::clipOutFloatingObjects): Deleted.
(WebCore::RenderBlockFlow::insertFloatingObject): Deleted.
(WebCore::RenderBlockFlow::insertFloatingObjectForIFC): Deleted.
(WebCore::RenderBlockFlow::removeFloatingObject): Deleted.
(WebCore::RenderBlockFlow::removeFloatingObjectsBelow): Deleted.
* Source/WebCore/rendering/RenderBlockFlow.h:
(WebCore::RenderBlockFlow::cachePriorCharactersIfNeeded): Deleted.
(WebCore::RenderBlockFlow::floatingObjects): Deleted.
* Source/WebCore/rendering/line/BreakingContext.h:
(WebCore::BreakingContext::handleText):
(WebCore::BreakingContext::commitAndUpdateLineBreakIfNeeded):
* Source/WebCore/rendering/line/LineWidth.cpp:
(WebCore::LineWidth::wrapNextToShapeOutside): Deleted.
(WebCore::LineWidth::fitBelowFloats): Deleted.
* Source/WebCore/rendering/line/LineWidth.h:
Canonical link: https://commits.webkit.org/294508@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