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

Issue 836213002: Assume all providers may give zero suggest responses. (Closed)

Created:
5 years, 11 months ago by Maria
Modified:
5 years, 11 months ago
CC:
chromium-reviews, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Assume all providers may give zero suggest responses. Passes an argument to Start() function to indicate whether it was triggered by focus event. Allows any provider to return matches on focus. BUG=446239 Committed: https://crrev.com/3ef531d79354dcd495f252127f90b7f55a89a1e8 Cr-Commit-Position: refs/heads/master@{#310901}

Patch Set 1 #

Patch Set 2 : A style fix #

Total comments: 10

Patch Set 3 : Adding unit tests and renaming as per comments #

Patch Set 4 : Style fixes #

Patch Set 5 : Fix compilation issue in athena #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -88 lines) Patch
M athena/extensions/shell/url_search_provider.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_controller.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_controller.cc View 1 2 chunks +3 lines, -14 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_provider_unittest.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/bookmark_provider.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/bookmark_provider.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/bookmark_provider_unittest.cc View 1 2 4 chunks +13 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/builtin_provider.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/builtin_provider.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/builtin_provider_unittest.cc View 1 2 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider_unittest.cc View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/history_url_provider.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 1 2 4 chunks +14 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 3 4 3 chunks +12 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider.cc View 1 2 1 chunk +7 lines, -9 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider_unittest.cc View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider.cc View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider_unittest.cc View 1 2 3 8 chunks +35 lines, -7 lines 0 comments Download
M components/omnibox/autocomplete_provider.h View 1 2 2 chunks +8 lines, -5 lines 0 comments Download
M components/omnibox/autocomplete_provider.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M components/omnibox/base_search_provider_unittest.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M components/omnibox/keyword_provider.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M components/omnibox/keyword_provider.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M components/omnibox/keyword_provider_unittest.cc View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M components/omnibox/search_provider.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M components/omnibox/search_provider.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Maria
Following up on https://codereview.chromium.org/820063002. I removed the call from autocomplete provider on whether it supplies ...
5 years, 11 months ago (2015-01-06 19:47:49 UTC) #2
jif-google
lgtm
5 years, 11 months ago (2015-01-07 09:22:25 UTC) #4
Peter Kasting
https://codereview.chromium.org/836213002/diff/20001/chrome/browser/autocomplete/autocomplete_controller.h File chrome/browser/autocomplete/autocomplete_controller.h (right): https://codereview.chromium.org/836213002/diff/20001/chrome/browser/autocomplete/autocomplete_controller.h#newcode84 chrome/browser/autocomplete/autocomplete_controller.h:84: // progress. This is used to trigger all providers ...
5 years, 11 months ago (2015-01-07 20:16:36 UTC) #5
Maria
PTAL https://codereview.chromium.org/836213002/diff/20001/chrome/browser/autocomplete/autocomplete_controller.h File chrome/browser/autocomplete/autocomplete_controller.h (right): https://codereview.chromium.org/836213002/diff/20001/chrome/browser/autocomplete/autocomplete_controller.h#newcode84 chrome/browser/autocomplete/autocomplete_controller.h:84: // progress. This is used to trigger all ...
5 years, 11 months ago (2015-01-08 07:52:38 UTC) #6
Maria
+oshima for athena/ OWNERS
5 years, 11 months ago (2015-01-08 19:44:07 UTC) #8
oshima
athena lgtm
5 years, 11 months ago (2015-01-08 20:38:52 UTC) #9
Peter Kasting
LGTM
5 years, 11 months ago (2015-01-09 22:37:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836213002/80001
5 years, 11 months ago (2015-01-09 23:11:29 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-10 00:04:18 UTC) #13
commit-bot: I haz the power
5 years, 11 months ago (2015-01-10 00:05:43 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3ef531d79354dcd495f252127f90b7f55a89a1e8
Cr-Commit-Position: refs/heads/master@{#310901}

Powered by Google App Engine
This is Rietveld 408576698