Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5aba8ada0749b618209ef4bf79bc713a24a48757
https://github.com/WebKit/WebKit/commit/5aba8ada0749b618209ef4bf79bc713a24a48757
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M Source/WebCore/rendering/FixedTableLayout.cpp
Log Message:
-----------
Avoid redundant width recomputation in FixedTableLayout::calcWidthArray
https://bugs.webkit.org/show_bug.cgi?id=316622
rdar://179065824
Reviewed by Dan Glastonbury.
The fixed column width is already resolved once into effectiveColWidth before
the span loop; reuse it instead of re-running tryFixed()->resolveZoom() on every
span iteration.
No change in behavior.
* Source/WebCore/rendering/FixedTableLayout.cpp:
(WebCore::FixedTableLayout::calcWidthArray):
Canonical link: https://commits.webkit.org/314806@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications