Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Issue 149126: Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopUR... (Closed)

Created:
11 years, 5 months ago by meelapshah
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Modify ThumbnailStore to make one call to the HistoryBackend using QueryTopURLsAndRedirects instead of a seperate call for each URL. Also clean up some of the code and fix bug 14644. BUG=14644 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19879

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -399 lines) Patch
M chrome/browser/dom_ui/dom_ui_thumbnail_source.h View 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/dom_ui/dom_ui_thumbnail_source.cc View 3 chunks +2 lines, -29 lines 0 comments Download
M chrome/browser/thumbnail_store.h View 8 chunks +35 lines, -66 lines 0 comments Download
M chrome/browser/thumbnail_store.cc View 1 2 8 chunks +139 lines, -243 lines 0 comments Download
M chrome/browser/thumbnail_store_unittest.cc View 7 chunks +40 lines, -52 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
meelapshah
This has all the basic functionality. The only remaining issue that I can think of ...
11 years, 5 months ago (2009-07-02 19:18:57 UTC) #1
brettw
LGTM http://codereview.chromium.org/149126/diff/12/14 File chrome/browser/thumbnail_store.cc (right): http://codereview.chromium.org/149126/diff/12/14#newcode47 Line 47: &ThumbnailStore::UpdateURLData); Didn't notice it before: this should ...
11 years, 5 months ago (2009-07-02 22:26:54 UTC) #2
meelapshah
http://codereview.chromium.org/149126/diff/12/14 File chrome/browser/thumbnail_store.cc (right): http://codereview.chromium.org/149126/diff/12/14#newcode47 Line 47: &ThumbnailStore::UpdateURLData); On 2009/07/02 22:26:54, brettw wrote: > Didn't ...
11 years, 5 months ago (2009-07-02 22:33:27 UTC) #3
meelapshah
11 years, 5 months ago (2009-07-03 00:49:33 UTC) #4
On 2009/07/02 22:33:27, meelapshah wrote:
> http://codereview.chromium.org/149126/diff/12/14
> File chrome/browser/thumbnail_store.cc (right):
> 
> http://codereview.chromium.org/149126/diff/12/14#newcode47
> Line 47: &ThumbnailStore::UpdateURLData);
> On 2009/07/02 22:26:54, brettw wrote:
> > Didn't notice it before: this should be indented to the ( on the previous
> line.
> 
> Done.

committed in 19879.

Powered by Google App Engine
This is Rietveld 408576698