[Webkit-unassigned] [Bug 120461] Move element renderer creation out of NodeRenderingContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 04:56:22 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120461


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209965|review?                     |review+
               Flag|                            |




--- Comment #2 from Andreas Kling <akling at apple.com>  2013-08-29 04:55:44 PST ---
(From update of attachment 209965)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list