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

Issue 9789001: Changes to add duration into history database. (Closed)

Created:
8 years, 9 months ago by Wei Li
Modified:
8 years, 8 months ago
Reviewers:
GeorgeY, brettw
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Changes to add duration into history database. This completes Issue 9605037 which can compute suggestion sites based on time slicing as well as visit duration. A new database table was added for those new fields we may need to experiment on. BUG=none TEST=unit-tests

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Total comments: 6

Patch Set 4 : Added a column in visits db instead of a new table #

Total comments: 6

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : After code rebase #

Patch Set 9 : Bug fix for crash #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -12 lines) Patch
M chrome/browser/history/archived_database.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/history/archived_database.cc View 1 2 3 4 5 6 7 8 4 chunks +18 lines, -2 lines 0 comments Download
M chrome/browser/history/history.h View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/history/history.cc View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/history/history_backend.h View 1 2 3 4 5 6 7 8 3 chunks +17 lines, -2 lines 0 comments Download
M chrome/browser/history/history_backend.cc View 1 2 3 4 5 6 7 8 3 chunks +29 lines, -0 lines 0 comments Download
M chrome/browser/history/history_backend_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +115 lines, -0 lines 0 comments Download
M chrome/browser/history/history_database.cc View 1 2 3 4 5 6 7 2 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/history/history_tab_helper.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/history/history_tab_helper.cc View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/history/history_types.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/history/visit_database.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/history/visit_database.cc View 1 2 3 4 5 6 7 7 chunks +30 lines, -8 lines 0 comments Download
A chrome/test/data/History/ArchivedNoDuration View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/data/History/HistoryNoDuration View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/test/data/profiles/typical_history/Default/History View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
GeorgeY
http://codereview.chromium.org/9789001/diff/7002/chrome/browser/history/history.h File chrome/browser/history/history.h (right): http://codereview.chromium.org/9789001/diff/7002/chrome/browser/history/history.h#newcode223 chrome/browser/history/history.h:223: void UpdatePageInfo(const void* host, Add comments, please, and why ...
8 years, 9 months ago (2012-03-22 00:36:49 UTC) #1
Wei Li
The left comments are all about adding new visit table fields instead of a new ...
8 years, 9 months ago (2012-03-22 20:05:38 UTC) #2
brettw
I think adding a new column to Visits is the appropriate change here. Thanks for ...
8 years, 9 months ago (2012-03-26 20:25:06 UTC) #3
Wei Li
Changed to adding a new column instead of a new table in visits db as ...
8 years, 9 months ago (2012-03-27 18:11:53 UTC) #4
GeorgeY
https://chromiumcodereview.appspot.com/9789001/diff/18002/chrome/browser/history/history_backend.h File chrome/browser/history/history_backend.h (right): https://chromiumcodereview.appspot.com/9789001/diff/18002/chrome/browser/history/history_backend.h#newcode137 chrome/browser/history/history_backend.h:137: void AddPageNoVisitForBookmark(const GURL& url); nit: please insert an empty ...
8 years, 9 months ago (2012-03-27 21:15:57 UTC) #5
Wei Li
http://codereview.chromium.org/9789001/diff/18002/chrome/browser/history/history_backend.h File chrome/browser/history/history_backend.h (right): http://codereview.chromium.org/9789001/diff/18002/chrome/browser/history/history_backend.h#newcode137 chrome/browser/history/history_backend.h:137: void AddPageNoVisitForBookmark(const GURL& url); On 2012/03/27 21:15:57, GeorgeY wrote: ...
8 years, 9 months ago (2012-03-27 23:01:49 UTC) #6
brettw
http://codereview.chromium.org/9789001/diff/18002/chrome/browser/history/history.h File chrome/browser/history/history.h (right): http://codereview.chromium.org/9789001/diff/18002/chrome/browser/history/history.h#newcode229 chrome/browser/history/history.h:229: void UpdatePageInfo(const void* host, My problem wasn't that "update" ...
8 years, 9 months ago (2012-03-28 16:33:48 UTC) #7
Wei Li
http://codereview.chromium.org/9789001/diff/18002/chrome/browser/history/history.h File chrome/browser/history/history.h (right): http://codereview.chromium.org/9789001/diff/18002/chrome/browser/history/history.h#newcode229 chrome/browser/history/history.h:229: void UpdatePageInfo(const void* host, On 2012/03/28 16:33:48, brettw wrote: ...
8 years, 9 months ago (2012-03-28 17:37:38 UTC) #8
brettw
lgtm http://codereview.chromium.org/9789001/diff/37002/chrome/browser/history/history.h File chrome/browser/history/history.h (right): http://codereview.chromium.org/9789001/diff/37002/chrome/browser/history/history.h#newcode232 chrome/browser/history/history.h:232: const base::Time end_ts); You don't need the const ...
8 years, 9 months ago (2012-03-28 17:51:45 UTC) #9
Wei Li
http://codereview.chromium.org/9789001/diff/37002/chrome/browser/history/history.h File chrome/browser/history/history.h (right): http://codereview.chromium.org/9789001/diff/37002/chrome/browser/history/history.h#newcode232 chrome/browser/history/history.h:232: const base::Time end_ts); On 2012/03/28 17:51:45, brettw wrote: > ...
8 years, 9 months ago (2012-03-28 18:53:13 UTC) #10
GeorgeY
On 2012/03/28 18:53:13, Wei wrote: > http://codereview.chromium.org/9789001/diff/37002/chrome/browser/history/history.h > File chrome/browser/history/history.h (right): > > http://codereview.chromium.org/9789001/diff/37002/chrome/browser/history/history.h#newcode232 > ...
8 years, 9 months ago (2012-03-28 19:15:14 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weili@chromium.org/9789001/10018
8 years, 9 months ago (2012-03-28 19:16:26 UTC) #12
commit-bot: I haz the power
Try job failure for 9789001-10018 (retry) on linux_rel for step "unit_tests". It's a second try, ...
8 years, 9 months ago (2012-03-28 20:07:22 UTC) #13
Wei Li
8 years, 8 months ago (2012-03-31 01:01:50 UTC) #14
Change patched and committed by georgey thru Issue 9963038. Close it now.

Powered by Google App Engine
This is Rietveld 408576698