RESOLVED FIXED 120461
Move element renderer creation out of NodeRenderingContext
https://bugs.webkit.org/show_bug.cgi?id=120461
Summary Move element renderer creation out of NodeRenderingContext
Antti Koivisto
Reported 2013-08-29 04:04:42 PDT
Whittle down NodeRenderingContext.
Attachments
patch (19.42 KB, patch)
2013-08-29 04:49 PDT, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2013-08-29 04:49:53 PDT
Andreas Kling
Comment 2 2013-08-29 04:55:44 PDT
Comment on attachment 209965 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=209965&action=review r=me, nice! > Source/WebCore/style/StyleResolveTree.cpp:137 > + if (!element.document()->shouldCreateRenderers()) > + return false; We should hoist this check up to the Document level so we don't have to run it for every Element.
Antti Koivisto
Comment 3 2013-08-29 05:48:31 PDT
Note You need to log in before you can comment on or make changes to this bug.