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

Issue 39053005: Adding last_forced column to thumbnails database. (Closed)

Created:
7 years, 2 months ago by beaudoin
Modified:
7 years, 1 month ago
Reviewers:
brettw
CC:
chromium-reviews, browser-components-watch_chromium.org
Visibility:
Public.

Description

Adding last_forced column to thumbnails database. The last_forced column will eventually make it possible for TopSites to indicate URLs for which thumbnails must be captured. Such URLs can come from an external source of NTP suggestions. Keeping the time makes it possible to evict forced thumbnails in a LRU fashion. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231648

Patch Set 1 #

Patch Set 2 : Fixed constants to match style guide. #

Patch Set 3 : Fixed unit tests and started adding some. #

Patch Set 4 : Added unit tests, small fixed. #

Patch Set 5 : Moved last_forced_time from Images to MostVisitedURL. #

Total comments: 8

Patch Set 6 : Answered Brett's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -81 lines) Patch
M chrome/browser/history/history_types.h View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/history/history_types.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/history/top_sites_database.h View 1 2 3 4 5 3 chunks +14 lines, -4 lines 0 comments Download
M chrome/browser/history/top_sites_database.cc View 1 2 3 4 5 13 chunks +150 lines, -69 lines 0 comments Download
M chrome/browser/history/top_sites_database_unittest.cc View 1 2 3 4 3 chunks +154 lines, -2 lines 0 comments Download
A + chrome/test/data/History/TopSites.v3.sql View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
beaudoin
Scott, Brett, Following the email discussion we had on ways to force URLs to be ...
7 years, 2 months ago (2013-10-24 18:37:52 UTC) #1
beaudoin
On 2013/10/24 18:37:52, beaudoin wrote: > Scott, Brett, > > Following the email discussion we ...
7 years, 1 month ago (2013-10-25 16:13:34 UTC) #2
brettw
lgtm https://codereview.chromium.org/39053005/diff/260001/chrome/browser/history/history_types.h File chrome/browser/history/history_types.h (right): https://codereview.chromium.org/39053005/diff/260001/chrome/browser/history/history_types.h#newcode521 chrome/browser/history/history_types.h:521: // time it was forced. If it's not ...
7 years, 1 month ago (2013-10-28 22:22:27 UTC) #3
beaudoin
Submitting... https://codereview.chromium.org/39053005/diff/260001/chrome/browser/history/history_types.h File chrome/browser/history/history_types.h (right): https://codereview.chromium.org/39053005/diff/260001/chrome/browser/history/history_types.h#newcode521 chrome/browser/history/history_types.h:521: // time it was forced. If it's not ...
7 years, 1 month ago (2013-10-29 15:27:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/39053005/330001
7 years, 1 month ago (2013-10-29 15:30:17 UTC) #5
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=214962
7 years, 1 month ago (2013-10-29 18:34:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/39053005/330001
7 years, 1 month ago (2013-10-29 19:10:47 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-10-29 21:58:26 UTC) #8
Message was sent while issue was closed.
Change committed as 231648

Powered by Google App Engine
This is Rietveld 408576698