[Webkit-unassigned] [Bug 32580] JS Event listeners should not call Document::updateStyleForAllDocuments()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 7 20:12:20 PST 2010


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





--- Comment #11 from James Robinson <jamesr at chromium.org>  2010-02-07 20:12:13 PST ---
The forms code still depends on style recalcs to update internal state, so we
can't remove _all_ of the Document::updateStyleForAllDocuments() calls.  I
think this one is safe to remove, since the call at the end of
Node::dispatchGenericEvents() will still ensure that everything is up to date
before anything outside of the event dispatching code runs.

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