[Webkit-unassigned] [Bug 64546] Redrawing dirty parts of a large table is very slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 13:06:26 PDT 2011


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


Konstantin Shcheglov <scheglov at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #106870|0                           |1
        is obsolete|                            |
 Attachment #107534|                            |review?
               Flag|                            |




--- Comment #26 from Konstantin Shcheglov <scheglov at google.com>  2011-09-15 13:06:26 PST ---
Created an attachment (id=107534)
 --> (https://bugs.webkit.org/attachment.cgi?id=107534&action=review)
Changes for review comments

1. I've moved invalidating cache into styleDidChange() method and guarded it with parent()/table()/needsLayout() check before comparing border values. Only table's needsLayout() is used because we invalidate cache only in RenderTable::layout().

2. Fixes for small things.

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