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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 20:45:18 PDT 2012


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





--- Comment #14 from Antti Koivisto <koivisto at iki.fi>  2012-09-28 20:45:43 PST ---
(In reply to comment #13)
> 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.

I would agree in most cases but new layout dependent properties are very rare (and should generally be avoided). Also basic testing for newly added properties is likely reveal if this has been omitted. On balance I thought it was not worth having a giant switch here.

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