|
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
Total comments: 9
Total comments: 6
Total comments: 6
Total comments: 2
|
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
|
Total messages: 14 (0 generated)
|