NEW 181149
[RenderTreeBuilder] Move continuation code to RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=181149
Summary [RenderTreeBuilder] Move continuation code to RenderTreeBuilder
zalan
Reported 2017-12-24 22:46:48 PST
ssia.
Attachments
Patch (73.55 KB, text/plain)
2017-12-24 22:53 PST, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2017-12-24 22:48:41 PST
zalan
Comment 2 2017-12-24 22:53:25 PST
zalan
Comment 3 2017-12-24 22:53:47 PST
WIP patch. does not pass EWS yet.
Antti Koivisto
Comment 4 2017-12-26 01:26:29 PST
Comment on attachment 330177 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=330177&action=review > Source/WebCore/rendering/updating/RenderTreeBuilderContinuation.h:36 > + void addChild(RenderInline& parent, RenderPtr<RenderObject> child, RenderObject* beforeChild); I have been renaming to insertChild as it makes it slightly more clear that the (possibly non-end) position is also given.
Note You need to log in before you can comment on or make changes to this bug.