|
Componentize URLDatabase
Move chrome/browser/history/url_database.{cc,h} to components/history/core/browser.
From chrome/browser/history/history_types.{cc,h}:
- Move URLID, URLRow and URLResult to url_row.{cc,h}
- Move KeywordSearchTermVisit and KeywordSearchTermRow to keyword_search_term.{cc,h}
- Move autocomplete threshold related stuff (kLowQualityMatch* constants and two threshold related functions) to url_databse.{cc,h}
BUG= 387284
TEST=git cl try
TBR=sky@chromium.org for include fix under chrome/browser
TBR=mmenke@chrmoium.org as an owner of net, a new dependency added to components/history/DEPS
TBR=blundell@chromium.org as an owner of components/history.gypi
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279859
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+130 lines, -2643 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/extension_app_provider.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/extension_app_provider_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_url_provider_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/search_provider.h
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/search_provider.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/shortcuts_provider_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/zero_suggest_provider.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/chrome_bookmark_client.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/android/android_provider_backend.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/android/android_provider_backend_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/android/bookmark_model_sql_handler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_database.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_types.h
|
View
|
|
5 chunks |
+1 line, -243 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_types.cc
|
View
|
|
4 chunks |
+0 lines, -120 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/history_types_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_database.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_history_backend.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/thumbnail_database.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/top_sites_backend.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/top_sites_database.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/history/url_database.h
|
View
|
|
1 chunk |
+0 lines, -308 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/url_database.cc
|
View
|
|
1 chunk |
+0 lines, -619 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/url_database_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -335 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/visit_database.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/visit_database_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/predictors/autocomplete_action_predictor_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history.gypi
|
View
|
1
2
3
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/history/DEPS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/keyword_search_term.h
|
View
|
1
2
3
|
1 chunk |
+24 lines, -29 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/keyword_search_term.cc
|
View
|
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/url_database.h
|
View
|
|
3 chunks |
+24 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/url_database.cc
|
View
|
|
2 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/url_database_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/url_row.h
|
View
|
|
3 chunks |
+4 lines, -569 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/url_row.cc
|
View
|
|
3 chunks |
+3 lines, -351 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|