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

Issue 228013002: Use whether a query is from the app list to determine the RLZ parameter. (Closed)

Created:
6 years, 8 months ago by Sam McNally
Modified:
6 years, 8 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, James Su, xiyuan
Base URL:
http://git.chromium.org/chromium/src.git@rlz-access-ids
Visibility:
Public.

Description

Use whether a query is from the app list to determine the RLZ parameter. Currently, searches using the app launcher search box use the RLZ access point for the omnibox. With this change, the app launcher RLZ access point is used to construct url parameters for searches from the app launcher. BUG=332996 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262910

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -17 lines) Patch
M chrome/browser/autocomplete/base_search_provider.h View 1 2 4 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/base_search_provider.cc View 1 5 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/search_engines/search_terms_data.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/search_terms_data.cc View 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/search_engines/search_terms_data_android.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/search_engines/template_url.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/search_engines/template_url.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_unittest.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search/omnibox_provider.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
Sam McNally
pkasting: Please review chrome/browser/{autocomplete,search_engines} koz: Please review chrome/browser/ui/app_list
6 years, 8 months ago (2014-04-08 08:49:00 UTC) #1
Peter Kasting
Be consistent about names and comments using "app list" versus "app launcher". Personally, I think ...
6 years, 8 months ago (2014-04-08 20:33:13 UTC) #2
Sam McNally
I've changed it to all use app list instead of app launcher to be consistent ...
6 years, 8 months ago (2014-04-09 01:48:56 UTC) #3
Peter Kasting
LGTM, but here's a possible consideration. What if instead of passing a bool around everywhere, ...
6 years, 8 months ago (2014-04-09 02:12:32 UTC) #4
Sam McNally
> What if instead of passing a bool around everywhere, you actually passed around > ...
6 years, 8 months ago (2014-04-09 05:33:43 UTC) #5
Peter Kasting
On 2014/04/09 05:33:43, Sam McNally wrote: > > What if instead of passing a bool ...
6 years, 8 months ago (2014-04-09 05:36:50 UTC) #6
koz (OOO until 15th September)
c/b/u/app_list lgtm
6 years, 8 months ago (2014-04-09 05:54:48 UTC) #7
Sam McNally
On 2014/04/09 05:36:50, Peter Kasting wrote: > On 2014/04/09 05:33:43, Sam McNally wrote: > > ...
6 years, 8 months ago (2014-04-09 09:13:49 UTC) #8
Sam McNally
The CQ bit was checked by sammc@chromium.org
6 years, 8 months ago (2014-04-09 09:14:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sammc@chromium.org/228013002/110001
6 years, 8 months ago (2014-04-09 09:26:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sammc@chromium.org/228013002/110001
6 years, 8 months ago (2014-04-09 09:34:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sammc@chromium.org/228013002/110001
6 years, 8 months ago (2014-04-09 09:46:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sammc@chromium.org/228013002/110001
6 years, 8 months ago (2014-04-09 09:55:27 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-09 10:58:44 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 8 months ago (2014-04-09 10:58:45 UTC) #15
xiyuan
https://codereview.chromium.org/228013002/diff/110001/chrome/browser/ui/app_list/search/omnibox_provider.cc File chrome/browser/ui/app_list/search/omnibox_provider.cc (right): https://codereview.chromium.org/228013002/diff/110001/chrome/browser/ui/app_list/search/omnibox_provider.cc#newcode139 chrome/browser/ui/app_list/search/omnibox_provider.cc:139: AutocompleteClassifier::kDefaultOmniboxProviders | Did you mean "& ~AutocompleteProvider::TYPE_ZERO_SUGGEST"?
6 years, 8 months ago (2014-04-09 16:12:08 UTC) #16
Sam McNally
https://codereview.chromium.org/228013002/diff/110001/chrome/browser/ui/app_list/search/omnibox_provider.cc File chrome/browser/ui/app_list/search/omnibox_provider.cc (right): https://codereview.chromium.org/228013002/diff/110001/chrome/browser/ui/app_list/search/omnibox_provider.cc#newcode139 chrome/browser/ui/app_list/search/omnibox_provider.cc:139: AutocompleteClassifier::kDefaultOmniboxProviders | On 2014/04/09 16:12:08, xiyuan wrote: > Did ...
6 years, 8 months ago (2014-04-09 23:38:52 UTC) #17
xiyuan
lgtm
6 years, 8 months ago (2014-04-10 01:16:28 UTC) #18
Sam McNally
The CQ bit was checked by sammc@chromium.org
6 years, 8 months ago (2014-04-10 01:55:27 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sammc@chromium.org/228013002/130001
6 years, 8 months ago (2014-04-10 01:55:46 UTC) #20
commit-bot: I haz the power
6 years, 8 months ago (2014-04-10 04:42:13 UTC) #21
Message was sent while issue was closed.
Change committed as 262910

Powered by Google App Engine
This is Rietveld 408576698