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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 14:35:55 PST 2009


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





--- Comment #4 from Darin Adler <darin at apple.com>  2009-12-15 14:35:54 PST ---
(From update of attachment 44911)
I see how this is bad for performance. But I suspect that removing this call is
wrong for correctness. It's entirely possible that a script changes something
that triggers a style change and there is no other mechanism to guarantee the
style change happens.

We need to replace this mechanism with a better one, but just ripping this code
out is probably wrong. We'll need to construct a test case to demonstrate this.

I hope I'm wrong. I'm not saying review- because I'm not sure. Hyatt might know
better.

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