|
Componentize ScoredHistoryMatch
Change ScoredHistoryMatch to be a POD structure and introduce a new
ScoredHistoryMatchBuilder to delegate the initialization of ScoredHistoryMatch
to the embedder (mostly autocomplete code which is the sole client of that
code).
Move the ScoredHistoryMatch construction code into autocomple as it
is the sole client of those values.
Clean up chrome/browser/DEPS.
BUG= 374731, 374732
Committed: https://crrev.com/5677607ede1f589bc9bb67632de0542750f0855f
Cr-Commit-Position: refs/heads/master@{#316487}
Total comments: 2
Total comments: 37
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+966 lines, -2256 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/history_quick_provider.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_quick_provider.cc
|
View
|
1
2
3
4
|
8 chunks |
+29 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_url_provider.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/autocomplete/scored_history_match_builder_impl.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+73 lines, -159 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/autocomplete/scored_history_match_builder_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
12 chunks |
+316 lines, -318 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/autocomplete/scored_history_match_builder_impl_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+243 lines, -195 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/DEPS
|
View
|
1
2
3
4
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index.h
|
View
|
|
5 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index.cc
|
View
|
|
2 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index_unittest.cc
|
View
|
1
2
3
4
|
25 chunks |
+117 lines, -103 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/scored_history_match.h
|
View
|
|
1 chunk |
+0 lines, -208 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/scored_history_match.cc
|
View
|
|
1 chunk |
+0 lines, -608 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/scored_history_match_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -423 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/url_index_private_data.h
|
View
|
|
5 chunks |
+13 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/url_index_private_data.cc
|
View
|
|
5 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/history.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/scored_history_match.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+64 lines, -164 lines |
0 comments
|
Download
|
 |
A |
components/history/core/browser/scored_history_match.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
Total messages: 25 (3 generated)
|