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

Issue 1191373002: Componentize AutocompleteController and its supporting cast (Closed)

Created:
5 years, 6 months ago by blundell
Modified:
5 years, 5 months ago
Reviewers:
Nico, Peter Kasting
CC:
chromium-reviews, dbeam+watch-options_chromium.org, tapted, michaelpg+watch-options_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, Matt Giuca, extensions-reviews_chromium.org, tfarina, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, chromium-apps-reviews_chromium.org, James Su, dhollowa+watch_chromium.org, Jered, sdefresne
Base URL:
https://chromium.googlesource.com/chromium/src.git@prep_builtin_provider_for_c14n
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize AutocompleteController and its supporting cast No changes are required. BUG=371538 TBR=thakis Committed: https://crrev.com/a08236ee11f700f1c9321672d66e6f3cf8dd7d6b Cr-Commit-Position: refs/heads/master@{#336540}

Patch Set 1 #

Patch Set 2 : Fix BUILD.gn file #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 3

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -1963 lines) Patch
M chrome/browser/android/omnibox/autocomplete_controller_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/omnibox/autocomplete_controller_android.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/autocomplete/autocomplete_classifier.h View 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/autocomplete/autocomplete_classifier.cc View 1 chunk +0 lines, -68 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_classifier_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/autocomplete/autocomplete_controller.h View 1 chunk +0 lines, -259 lines 0 comments Download
D chrome/browser/autocomplete/autocomplete_controller.cc View 1 2 1 chunk +0 lines, -647 lines 0 comments Download
D chrome/browser/autocomplete/autocomplete_controller_delegate.h View 1 chunk +0 lines, -19 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_provider_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
D chrome/browser/autocomplete/builtin_provider.h View 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/browser/autocomplete/builtin_provider.cc View 1 2 1 chunk +0 lines, -131 lines 0 comments Download
M chrome/browser/autocomplete/builtin_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
D chrome/browser/autocomplete/zero_suggest_provider.h View 1 2 1 chunk +0 lines, -165 lines 0 comments Download
D chrome/browser/autocomplete/zero_suggest_provider.cc View 1 2 1 chunk +0 lines, -480 lines 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/omnibox_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/omnibox_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/omnibox_result.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_popup_model.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/instant_extended_interactive_uitest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_root_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/test_with_browser_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/home_page_overlay_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/home_page_overlay_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/startup_pages_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/startup_pages_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/base/ui_test_utils.cc View 2 chunks +1 line, -1 line 0 comments Download
M components/omnibox.gypi View 1 2 4 chunks +10 lines, -0 lines 0 comments Download
M components/omnibox/BUILD.gn View 1 2 4 chunks +10 lines, -0 lines 0 comments Download
M components/omnibox/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + components/omnibox/autocomplete_classifier.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/omnibox/autocomplete_classifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/omnibox/autocomplete_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/omnibox/autocomplete_controller.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + components/omnibox/autocomplete_controller_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/omnibox/builtin_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/omnibox/builtin_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + components/omnibox/zero_suggest_provider.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + components/omnibox/zero_suggest_provider.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 30 (13 generated)
blundell
5 years, 6 months ago (2015-06-19 14:30:44 UTC) #2
Peter Kasting
LGTM
5 years, 6 months ago (2015-06-19 18:55:20 UTC) #3
blundell
TBR=thakis for include path changes in //chrome outside of //chrome/browser/autocomplete and //chrome/browser/ui/omnibox
5 years, 6 months ago (2015-06-22 13:03:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1191373002/40001
5 years, 6 months ago (2015-06-22 13:03:27 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/22749)
5 years, 6 months ago (2015-06-22 13:20:53 UTC) #13
blundell
cc sdefresne@
5 years, 6 months ago (2015-06-22 15:51:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1191373002/60001
5 years, 6 months ago (2015-06-23 06:03:12 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/23192)
5 years, 6 months ago (2015-06-23 06:21:00 UTC) #19
Nico
etc https://codereview.chromium.org/1191373002/diff/60001/chrome/browser/autocomplete/autocomplete_provider_unittest.cc File chrome/browser/autocomplete/autocomplete_provider_unittest.cc (right): https://codereview.chromium.org/1191373002/diff/60001/chrome/browser/autocomplete/autocomplete_provider_unittest.cc#newcode2 chrome/browser/autocomplete/autocomplete_provider_unittest.cc:2: // Use of this source code is governed ...
5 years, 6 months ago (2015-06-23 16:57:07 UTC) #20
blundell
https://codereview.chromium.org/1191373002/diff/60001/chrome/browser/autocomplete/autocomplete_provider_unittest.cc File chrome/browser/autocomplete/autocomplete_provider_unittest.cc (right): https://codereview.chromium.org/1191373002/diff/60001/chrome/browser/autocomplete/autocomplete_provider_unittest.cc#newcode2 chrome/browser/autocomplete/autocomplete_provider_unittest.cc:2: // Use of this source code is governed by ...
5 years, 6 months ago (2015-06-24 05:37:54 UTC) #21
Nico
lgtm then (your username seems untrue)
5 years, 6 months ago (2015-06-24 05:46:33 UTC) #22
blundell
On 2015/06/24 05:46:33, Nico wrote: > lgtm then > > (your username seems untrue) (it ...
5 years, 6 months ago (2015-06-24 05:55:22 UTC) #23
Nico
On Jun 23, 2015 10:55 PM, <blundell@chromium.org> wrote: > > On 2015/06/24 05:46:33, Nico wrote: ...
5 years, 6 months ago (2015-06-24 06:05:07 UTC) #24
blundell
On 2015/06/24 06:05:07, Nico wrote: > On Jun 23, 2015 10:55 PM, <mailto:blundell@chromium.org> wrote: > ...
5 years, 5 months ago (2015-06-29 07:41:43 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1191373002/80001
5 years, 5 months ago (2015-06-29 07:44:56 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 5 months ago (2015-06-29 09:44:33 UTC) #29
commit-bot: I haz the power
5 years, 5 months ago (2015-06-29 09:45:42 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a08236ee11f700f1c9321672d66e6f3cf8dd7d6b
Cr-Commit-Position: refs/heads/master@{#336540}

Powered by Google App Engine
This is Rietveld 408576698