Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 10948045: introduce chrome/browser/common directory and move url_database(and its dependencies) (Closed)

Created:
8 years, 3 months ago by kaiwang
Modified:
8 years, 3 months ago
Reviewers:
CC:
chromium-reviews, Aaron Boodman, James Su, browser-components-watch_chromium.org, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

introduce chrome/browser/common directory and move url_database(and its dependencies) This is a copy of https://src.chromium.org/viewvc/chrome?view=rev&revision=157475 c/b/common dir is for utility/library code shared by chrome browser code. BUG=144783 TBR=joi,ben Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=157796

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -2535 lines) Patch
M WATCHLISTS View 1 chunk +5 lines, -4 lines 0 comments Download
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 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider_unittest.cc View 2 chunks +1 line, -2 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/bookmarks/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/common/DEPS View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/browser/common/OWNERS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/common/README View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A + chrome/browser/common/url_database/template_url_id.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/common/url_database/url_database.h View 8 chunks +13 lines, -16 lines 0 comments Download
A + chrome/browser/common/url_database/url_database.cc View 8 chunks +9 lines, -9 lines 0 comments Download
A + chrome/browser/common/url_database/url_database_types.h View 4 chunks +5 lines, -572 lines 0 comments Download
A + chrome/browser/common/url_database/url_database_types.cc View 4 chunks +1 line, -347 lines 0 comments Download
A + chrome/browser/common/url_database/url_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/DEPS View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/android/android_history_types.h View 1 chunk +1 line, -1 line 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/archived_database.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_backend.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/history_database.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_notifications.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_types.h View 4 chunks +2 lines, -209 lines 0 comments Download
M chrome/browser/history/history_types.cc View 3 chunks +0 lines, -92 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/in_memory_url_index_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/text_database_manager.h 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_database.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/history/top_sites_database.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/top_sites_database_unittest.cc View 1 chunk +1 line, -0 lines 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, -578 lines 0 comments Download
D chrome/browser/history/url_database_unittest.cc View 1 chunk +0 lines, -346 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/predictors/resource_prefetch_predictor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/search_engines/template_url_id.h View 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/browser/search_engines/template_url_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/keyword_table.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/chrome_tests.gypi View 3 chunks +3 lines, -3 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698