diff options
author | feldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 00:27:44 +0000 |
---|---|---|
committer | feldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 00:27:44 +0000 |
commit | 044e73690fceae333055be1c25e274f92e9894fd (patch) | |
tree | 20f611102a5f14adf8865f75422610f9b1af454b /chrome/test/functional | |
parent | 59910881bdfcfc6013319c51a4ffa207b1ec1f86 (diff) | |
download | chromium_src-044e73690fceae333055be1c25e274f92e9894fd.zip chromium_src-044e73690fceae333055be1c25e274f92e9894fd.tar.gz chromium_src-044e73690fceae333055be1c25e274f92e9894fd.tar.bz2 |
Eliminate duplicate search result entries.
The history page renders each set of history results incrementally. It adds any
results it gets back to the views "currentPages_" array. On any following
search query result it will go through and render the entire currentPages_
array. This sets an isRendered flag on any pages that have already been
rendered.
This method is already used in the regular history service response.
BUG=35933
TEST=In a profile with a few months of history, search for something unique that
only would show up once.
Review URL: http://codereview.chromium.org/668007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
0 files changed, 0 insertions, 0 deletions