[Webkit-unassigned] [Bug 36303] Inserting CSS rules one at a time via js causes slow synchronous style recalculation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 18:30:21 PDT 2010


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





--- Comment #4 from James Robinson <jamesr at chromium.org>  2010-03-18 18:30:21 PST ---
Could we just defer all the work in attach() until the next recalcStyle()? 
>From a quick glance, the only work in attach() that depends on the style
selector is mutating the render tree and it should be fine for the render tree
to be stale as long as it's updated before entering layout().

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