|
|
app_list: Search result launch history and boost.
- Add a History PKS for search history recording and serving;
- Add a HistoryData to maintain an in-memory data structure for serving
History request. It remembers search result launches and associates
them with the query being used and also provides hint for future queries
using the remembered data;
- Add a HistoryDataStore to persist data;
BUG= 187809
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202328
Total comments: 25
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1430 lines, -17 lines) |
Patch |
 |
M |
chrome/browser/ui/app_list/search/app_search_provider.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history.h
|
View
|
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history.cc
|
View
|
1
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_data.h
|
View
|
1
2
3
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_data.cc
|
View
|
1
2
3
|
1 chunk |
+179 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_data_observer.h
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_data_store.h
|
View
|
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_data_store.cc
|
View
|
1
2
3
|
1 chunk |
+239 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_data_store_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+180 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_factory.h
|
View
|
1
2
3
4
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_types.h
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/history_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+319 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/mixer.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/mixer.cc
|
View
|
|
4 chunks |
+29 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/mixer_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/search_controller.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/search_controller.cc
|
View
|
1
2
|
4 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|