Issue 25: Change FancyFlexTable to use HTML based construction most of the time
Status:  WontFix
Owner:
Closed:  Sep 2009
Reported by code-rev...@gtempaccount.com, Sep 24, 2009
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.
Sep 24, 2009
#1 sop+code@google.com
Not worth the effort.  Current Gerrit 2.0.26 performs well in most modern browsers,
and JavaScript and DOM stuff is only going to get faster.
Status: WontFix
Owner: s...@google.com