RESOLVED FIXED 181018
[RenderTreeBuilder] Move finding-the-parent/creating-wrapper logic from RenderTable::addChild to RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=181018
Summary [RenderTreeBuilder] Move finding-the-parent/creating-wrapper logic from Rende...
zalan
Reported 2017-12-19 21:40:53 PST
ssia
Attachments
Patch (11.57 KB, patch)
2017-12-19 21:46 PST, zalan
no flags
Patch (11.54 KB, patch)
2017-12-20 07:17 PST, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2017-12-19 21:41:18 PST
zalan
Comment 2 2017-12-19 21:46:13 PST
Antti Koivisto
Comment 3 2017-12-20 06:16:25 PST
Comment on attachment 329896 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=329896&action=review > Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:66 > + auto& parentCandidate = m_tableBuilder->findOrCreateParentForChild(downcast<RenderTableRow>(parent), *child, beforeChild); I added tableBuilder() helper, you can use that (probably also why this doesn't merge).
zalan
Comment 4 2017-12-20 07:17:34 PST
WebKit Commit Bot
Comment 5 2017-12-20 08:53:03 PST
Comment on attachment 329916 [details] Patch Clearing flags on attachment: 329916 Committed r226181: <https://trac.webkit.org/changeset/226181>
WebKit Commit Bot
Comment 6 2017-12-20 08:53:04 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.