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

Issue 2873423002: Omnibox UI Experiments: Add flag to change max autocomplete matches. (Closed)

Created:
3 years, 7 months ago by tommycli
Modified:
3 years, 6 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, tfarina, asvitkine+watch_chromium.org, jdonnelly+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Omnibox UI Experiments: Add flag to change max autocomplete matches. Adds an about:flag to change the maximum number of autocomplete matches total across all providers. BUG=720166 Review-Url: https://codereview.chromium.org/2873423002 Cr-Commit-Position: refs/heads/master@{#471855} Committed: https://chromium.googlesource.com/chromium/src/+/a5a538f9d1c209828582674ff09a11fe12dce47c

Patch Set 1 #

Patch Set 2 : update comment #

Patch Set 3 : format #

Total comments: 4

Patch Set 4 : pull into constexpr #

Patch Set 5 : fix #

Patch Set 6 : fix #

Patch Set 7 : fix merge' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -13 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 5 2 chunks +32 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/omnibox/browser/autocomplete_result.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/omnibox/browser/autocomplete_result.cc View 1 2 3 4 4 chunks +12 lines, -4 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.cc View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M components/omnibox/browser/search_provider.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (28 generated)
tommycli
pkasting: PTAL again. Screenshots and eng doc in bug.
3 years, 7 months ago (2017-05-10 20:49:47 UTC) #10
Peter Kasting
I really would prefer to avoid exposing this user-visibly. Make it controlled by a hidden ...
3 years, 7 months ago (2017-05-10 22:08:05 UTC) #15
tommycli
pkasting: Thanks for the review! I'll send this into dry run, but I'll engage with ...
3 years, 7 months ago (2017-05-10 22:44:29 UTC) #18
tommycli
On 2017/05/10 22:44:29, tommycli wrote: > pkasting: Thanks for the review! > > I'll send ...
3 years, 7 months ago (2017-05-15 17:33:24 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2873423002/80001
3 years, 7 months ago (2017-05-15 17:34:36 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/418968) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 7 months ago (2017-05-15 17:40:22 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2873423002/120001
3 years, 7 months ago (2017-05-15 17:51:34 UTC) #33
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://chromium.googlesource.com/chromium/src/+/a5a538f9d1c209828582674ff09a11fe12dce47c
3 years, 7 months ago (2017-05-15 19:10:06 UTC) #36
alexanderbyte23
On 2017/05/10 22:08:05, Peter Kasting wrote: > I really would prefer to avoid exposing this ...
3 years, 6 months ago (2017-06-18 23:01:10 UTC) #37
Peter Kasting
3 years, 6 months ago (2017-06-19 00:51:45 UTC) #38
Message was sent while issue was closed.
On 2017/06/18 23:01:10, alexanderbyte23 wrote:
> Hey Peter, I am out of my league here and just started learning C++ (yay) but
I
> am content creator who does YouTube and Twitch.tv and adding to this ability
to
> modify omnibox suggestions to 0 or at least 1 rather than current 4 would be
> amazing because I have had times private family facebook urls pop up publicly
> because of the "history quick providers" while on stream which is concerning
to
> me and only way to stop this is deleting browsing history over and over = not
a
> good workaround or switch to firefox which I hate using. I know I am a really
> random minority but feature like this would mean lot to people who have to
> record/stream their screen and do not want URLs showing up when typing in the
> omnibox that could be used as attack method for trolls or hackers. Sorry if I
> posted this in wrong area.

You did, but I will try to be helpful :)

This is what Chrome multiprofile support is designed for.  Use one Chrome
profile only when you're streaming, use a different profile to do all your other
stuff.  It's easy to open links from one profile into the other by either
dragging them between windows & dropping on the tabstrip, or using context menu
options on the link to open in the other profile.

I use this same technique to separate work and personal stuff, for example. 
This also ensures the suggestions you get in each profile are tuned to the
activities you do in that profile, which improves their quality.

Powered by Google App Engine
This is Rietveld 408576698