[Webkit-unassigned] [Bug 23662] Browser hangs when link is clicked due to large number of calls to updateLayoutIgnorePendingStylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 31 16:51:29 PST 2009


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





------- Comment #7 from hyatt at apple.com  2009-01-31 16:51 PDT -------
It should be possible to avoid doing either style updating or layout if we can
detect that complex style rules aren't being used.  For example in the absence
of crazy sibling selectors, if your element is not marked as "changed()" then
your style information can be safely queried as long as the renderer itself is
not being queried.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list