Reported by Shawn Pearce <sop@google.com> on Thu Jan 15 09:20:56 PST 2009
Source: JIRA GERRIT-25
Affected Version: 2.0
Building up the table body using HTML string construction, like we do in the
AbstractPatchContentTable, is far faster than initializing each cell through
code. Larger tables build and display much more quickly if we build the
entire table body in one string buffer, set the inner HTML for the <tbody>
node, and then attach any widgets after the fact. This would really help
larger change list displays, big groups, or the complete project list.
Owner: s...@google.com