[Webkit-unassigned] [Bug 97760] CSSComputedStyleDeclaration::getPropertyCSSValue() triggering unnecessary relayouts and style recalcs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 23:11:35 PDT 2012


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





--- Comment #13 from Eric Seidel <eric at webkit.org>  2012-09-27 23:12:00 PST ---
(From update of attachment 166099)
View in context: https://bugs.webkit.org/attachment.cgi?id=166099&action=review

Sounds great. :)

> Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1389
> +static bool isLayoutDependentProperty(CSSPropertyID propertyID)

Slightly scary that this is a whitelist.  Might be better to list all properties to force those adding a property to make a choice as to if it depends on Layout or not.

-- 
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