[webkit-reviews] review requested: [Bug 64546] Redrawing dirty parts of a large table is very slow : [Attachment 107534] Changes for review comments

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


Konstantin Shcheglov <scheglov at google.com> has asked  for review:
Bug 64546: Redrawing dirty parts of a large table is very slow
https://bugs.webkit.org/show_bug.cgi?id=64546

Attachment 107534: Changes for review comments
https://bugs.webkit.org/attachment.cgi?id=107534&action=review

------- Additional Comments from Konstantin Shcheglov <scheglov at google.com>
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.


More information about the webkit-reviews mailing list