Seif Lotfy fb5a3a53fa Don't refresh all the search providers in O(n^2) fashion; just refresh the one that changed
This modification reduces the faulty clearing and redrawing of the
results.  The old code refreshed the view for every async
search provider by iterating through all result sets (one result set per
provider) and refreshing all providers. In this case there were 40
redraws. This patch adds a new method _clearDisplayForProvider that
allows us to refresh only providers with changed results.
2011-03-04 16:42:15 -05:00
..
2011-02-26 00:06:44 +01:00
2011-03-03 15:56:00 +01:00
2011-03-03 21:51:15 -05:00
2011-03-03 21:51:15 -05:00
2011-03-03 21:51:15 -05:00