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

Issue 469623004: Move KeywordProvider to components/omnibox (Closed)

Created:
6 years, 4 months ago by hashimoto
Modified:
6 years, 4 months ago
Reviewers:
Mark P, Peter Kasting
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, James Su, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Move KeywordProvider to components/omnibox BUG=371538 TBR=pkasting@chromium.org for include fix in chrome/browser/ui/omnibox/omnibox_edit_model.cc Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291360

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : Move tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -1111 lines) Patch
M chrome/browser/autocomplete/autocomplete_controller.cc View 1 chunk +1 line, -1 line 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/keyword_extensions_delegate.h View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/autocomplete/keyword_extensions_delegate.cc View 1 chunk +0 lines, -34 lines 0 comments Download
M chrome/browser/autocomplete/keyword_extensions_delegate_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/autocomplete/keyword_provider.h View 1 chunk +0 lines, -158 lines 0 comments Download
D chrome/browser/autocomplete/keyword_provider.cc View 1 chunk +0 lines, -471 lines 0 comments Download
M chrome/browser/autocomplete/keyword_provider_unittest.cc View 1 2 1 chunk +0 lines, -358 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +0 lines, -4 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 1 chunk +1 line, -0 lines 0 comments Download
M components/omnibox.gypi View 2 chunks +6 lines, -0 lines 0 comments Download
M components/omnibox/BUILD.gn View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M components/omnibox/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + components/omnibox/keyword_extensions_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/omnibox/keyword_extensions_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/omnibox/keyword_provider.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/omnibox/keyword_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + components/omnibox/keyword_provider_unittest.cc View 1 2 4 chunks +21 lines, -10 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
hashimoto
6 years, 4 months ago (2014-08-18 10:21:18 UTC) #1
Mark P
Personally, I think this only makes sense if you think you can move all the ...
6 years, 4 months ago (2014-08-18 22:01:18 UTC) #2
hashimoto
On 2014/08/18 22:01:18, Mark P wrote: > Personally, I think this only makes sense if ...
6 years, 4 months ago (2014-08-19 00:24:52 UTC) #3
Mark P
On Mon, Aug 18, 2014 at 5:24 PM, <hashimoto@chromium.org> wrote: > On 2014/08/18 22:01:18, Mark ...
6 years, 4 months ago (2014-08-19 19:27:22 UTC) #4
hashimoto
On 2014/08/19 19:27:22, Mark P wrote: > On Mon, Aug 18, 2014 at 5:24 PM, ...
6 years, 4 months ago (2014-08-20 01:42:17 UTC) #5
Mark P
On 2014/08/20 01:42:17, hashimoto wrote: > On 2014/08/19 19:27:22, Mark P wrote: > > On ...
6 years, 4 months ago (2014-08-20 17:51:01 UTC) #6
Mark P
BTW, why do you need keyword provider? It only suggests keywords (getting people to enter ...
6 years, 4 months ago (2014-08-20 17:54:11 UTC) #7
Mark P
https://codereview.chromium.org/469623004/diff/1/chrome/browser/autocomplete/keyword_provider_unittest.cc File chrome/browser/autocomplete/keyword_provider_unittest.cc (right): https://codereview.chromium.org/469623004/diff/1/chrome/browser/autocomplete/keyword_provider_unittest.cc#newcode1 chrome/browser/autocomplete/keyword_provider_unittest.cc:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
6 years, 4 months ago (2014-08-20 17:59:17 UTC) #8
hashimoto
On 2014/08/20 17:51:01, Mark P wrote: > On 2014/08/20 01:42:17, hashimoto wrote: > > On ...
6 years, 4 months ago (2014-08-21 09:12:13 UTC) #9
hashimoto
On 2014/08/20 17:54:11, Mark P wrote: > BTW, why do you need keyword provider? It ...
6 years, 4 months ago (2014-08-21 09:12:49 UTC) #10
hashimoto
https://codereview.chromium.org/469623004/diff/1/chrome/browser/autocomplete/keyword_provider_unittest.cc File chrome/browser/autocomplete/keyword_provider_unittest.cc (right): https://codereview.chromium.org/469623004/diff/1/chrome/browser/autocomplete/keyword_provider_unittest.cc#newcode1 chrome/browser/autocomplete/keyword_provider_unittest.cc:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
6 years, 4 months ago (2014-08-21 09:24:43 UTC) #11
Mark P
lgtm
6 years, 4 months ago (2014-08-21 20:26:10 UTC) #12
hashimoto
The CQ bit was checked by hashimoto@chromium.org
6 years, 4 months ago (2014-08-22 03:18:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/469623004/40001
6 years, 4 months ago (2014-08-22 03:19:23 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_tests_recipe on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 04:14:19 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 04:18:16 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/5987)
6 years, 4 months ago (2014-08-22 04:18:17 UTC) #17
hashimoto
TBRing pkasting@chromium.org for include fix in chrome/browser/ui/omnibox/omnibox_edit_model.cc
6 years, 4 months ago (2014-08-22 05:08:34 UTC) #18
hashimoto
The CQ bit was checked by hashimoto@chromium.org
6 years, 4 months ago (2014-08-22 05:08:41 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/469623004/40001
6 years, 4 months ago (2014-08-22 05:09:28 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_tests_recipe on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 06:02:02 UTC) #21
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 07:44:56 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (40001) as 291360

Powered by Google App Engine
This is Rietveld 408576698