[webkit-changes] [WebKit/WebKit] 46380d: [IFC] showRenderTree always dumps the first root i...
Alan Baradlay
noreply at github.com
Wed Jan 4 08:47:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 46380d75db7aecede078c984683db3fb8556dfd1
https://github.com/WebKit/WebKit/commit/46380d75db7aecede078c984683db3fb8556dfd1
Author: Alan Baradlay <zalan at apple.com>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp
Log Message:
-----------
[IFC] showRenderTree always dumps the first root inline box's geometry
https://bugs.webkit.org/show_bug.cgi?id=250061
Reviewed by Antti Koivisto.
showInlineContent dumps boxes[0] as the root inline box geometry for each line.
* Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp:
(WebCore::LayoutIntegration::showInlineContent): Merge the 2 separate inner for loops and
use 2 dedicated TextStream objects instead (to print inline boxes first).
Canonical link: https://commits.webkit.org/258432@main
More information about the webkit-changes
mailing list