Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b29d37c6a736891ba39a779258c28c9d62e81f14
https://github.com/WebKit/WebKit/commit/b29d37c6a736891ba39a779258c28c9d62e81f14
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M Source/WebCore/rendering/RenderTable.cpp
Log Message:
-----------
Use range-based for loops over RenderTable::m_captions
https://bugs.webkit.org/show_bug.cgi?id=316618
rdar://179065365
Reviewed by Dan Glastonbury.
Convert the remaining index-based m_captions loops to range-for, matching the
style already used in simplifiedNormalFlowLayout() and
sumCaptionsLogicalHeight().
No change in behavior.
* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::layoutCaptions):
(WebCore::RenderTable::layout):
(WebCore::RenderTable::addOverflowFromInFlowChildren):
(WebCore::RenderTable::adjustBorderBoxRectForPainting):
(WebCore::RenderTable::computeIntrinsicLogicalWidthContributions):
Canonical link: https://commits.webkit.org/314803@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications