|
|
Componentize HistoryQuickProvider and its supporting cast
The only thing that's slightly non-trivial is build system changes
around in_memory_url_index_cache.proto.
TBR=phajdan.jr, scottmg
Committed: https://crrev.com/b0d11e2eeb3db9c48bc8b5e068f2e05c7f633a88
Cr-Commit-Position: refs/heads/master@{#335038}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+69 lines, -2944 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/autocomplete_controller.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/history_quick_provider.h
|
View
|
1
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/history_quick_provider.cc
|
View
|
1
|
1 chunk |
+0 lines, -281 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_url_provider_unittest.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/in_memory_url_index.h
|
View
|
1
|
1 chunk |
+0 lines, -325 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/in_memory_url_index.cc
|
View
|
1
|
1 chunk |
+0 lines, -344 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/in_memory_url_index_cache.proto
|
View
|
|
1 chunk |
+0 lines, -103 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/shortcuts_provider_unittest.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/url_index_private_data.h
|
View
|
|
1 chunk |
+0 lines, -410 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/url_index_private_data.cc
|
View
|
|
1 chunk |
+0 lines, -1355 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
4 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/history_index_restore_observer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/omnibox.gypi
|
View
|
1
2
|
4 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/BUILD.gn
|
View
|
1
2
|
5 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/DEPS
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/omnibox/history_quick_provider.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/omnibox/history_quick_provider.cc
|
View
|
1
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
components/omnibox/in_memory_url_index.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
components/omnibox/in_memory_url_index.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
components/omnibox/in_memory_url_index_cache.proto
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
components/omnibox/url_index_private_data.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/omnibox/url_index_private_data.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 16 (6 generated)
|