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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 12:46:15 PDT 2011


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





--- Comment #17 from Konstantin Shcheglov <scheglov at google.com>  2011-09-07 12:46:15 PST ---

> > Source/WebCore/rendering/RenderTable.cpp:440
> > +        if (o->isTableCell())
> > +            toRenderTableCell(o)->collectBorderValues(m_collapsedBorders);
> 
> If these only come from TableCells why do we need to invalidate them from columns and sections?

  RenderTableCell talks with columns and section itself inside of this method.

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