|
|
Chromium Code Reviews
DescriptionOmnibox UI Experiments: Add vertical margin variations to about:flags
This CL implements it on Views only. There will be a followup to do
the variation on Mac.
BUG=717777
Review-Url: https://codereview.chromium.org/2854263002
Cr-Commit-Position: refs/heads/master@{#470050}
Committed: https://chromium.googlesource.com/chromium/src/+/2bb95c4284a7126fe819f7ead0cee521cab7ca87
Patch Set 1 #Patch Set 2 : Merge with origin/master #Patch Set 3 : re-semi-alphabetize #Patch Set 4 : update histogram #
Total comments: 6
Patch Set 5 : address mpearson comments #Patch Set 6 : merge #Patch Set 7 : merge #Patch Set 8 : update histograms #
Messages
Total messages: 49 (28 generated)
The CQ bit was checked by tommycli@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
tommycli@chromium.org changed reviewers: + jdonnelly@chromium.org
jdonnelly: PTAL to see if this is what you had in mind. screenshot in bug.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_a...)
The CQ bit was checked by tommycli@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
lgtm I'm excited to try it out.
The CQ bit was checked by tommycli@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
tommycli@chromium.org changed reviewers: + isherman@chromium.org, mpearson@chromium.org
mpearson: PTAL components/omnibox isherman: PTAL histograms jdonnelly: thanks!
histograms.xml lgtm
On 2017/05/03 00:10:35, Ilya Sherman wrote: > histograms.xml lgtm isherman: thanks for the fast histograms review, as always :)
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
mpearson: ping, thanks!
lgtm once you resolve the questions & comments below --mark https://codereview.chromium.org/2854263002/diff/60001/chrome/browser/about_fl... File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2854263002/diff/60001/chrome/browser/about_fl... chrome/browser/about_flags.cc:2769: {"omnibox-ui-vertical-margin", nit: We're supposed to put new entries at the end. (Frankly, I don't care.) https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... File components/omnibox/browser/omnibox_field_trial.cc (right): https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... components/omnibox/browser/omnibox_field_trial.cc:20: #include "components/omnibox/browser/omnibox_field_trial.h" nit: this is already included above. https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... File components/omnibox/browser/omnibox_field_trial.h (right): https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... components/omnibox/browser/omnibox_field_trial.h:35: extern const base::Feature kUIExperiments; Double-check: Please make sure that if we make this a feature, then we can independent about:flags selectors that are both tied to the same feature, just set different parameters.
mpearson, thanks! Sending it in! https://codereview.chromium.org/2854263002/diff/60001/chrome/browser/about_fl... File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2854263002/diff/60001/chrome/browser/about_fl... chrome/browser/about_flags.cc:2769: {"omnibox-ui-vertical-margin", On 2017/05/03 18:38:59, Mark P wrote: > nit: We're supposed to put new entries at the end. > (Frankly, I don't care.) Done. https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... File components/omnibox/browser/omnibox_field_trial.cc (right): https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... components/omnibox/browser/omnibox_field_trial.cc:20: #include "components/omnibox/browser/omnibox_field_trial.h" On 2017/05/03 18:38:59, Mark P wrote: > nit: this is already included above. Done. Oops brain fart! https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... File components/omnibox/browser/omnibox_field_trial.h (right): https://codereview.chromium.org/2854263002/diff/60001/components/omnibox/brow... components/omnibox/browser/omnibox_field_trial.h:35: extern const base::Feature kUIExperiments; On 2017/05/03 18:38:59, Mark P wrote: > Double-check: > Please make sure that if we make this a feature, then we can independent > about:flags selectors that are both tied to the same feature, just set different > parameters. Done. I just tested this (one Feature, multiple about:flag selectors), and it seems to work. Admittedly, it's unprecedented. I would say -- if indeed it doesn't work later on down the line, it wouldn't be too disruptive in the code to split it into separate base::Feature instances.
The CQ bit was checked by tommycli@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from jdonnelly@chromium.org, mpearson@chromium.org, isherman@chromium.org Link to the patchset: https://codereview.chromium.org/2854263002/#ps80001 (title: "address mpearson comments")
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
tommycli@chromium.org changed reviewers: + pkasting@chromium.org
pkasting: PTAL one last OWNER review for: chrome/browser/ui/views/omnibox/omnibox_result_view.cc
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
LGTM, but it would have been nice if the bug justified why we want this, and not just "do X". (I don't know why we want this.)
On 2017/05/04 23:39:48, Peter Kasting (catching up) wrote: > LGTM, but it would have been nice if the bug justified why we want this, and not > just "do X". (I don't know why we want this.) Added the following comment to the bug: FYI, this is the first step in a series of experimental suggest UI changes we'll be making. We'll be sharing a plan soon that describes the changes and our plans for evaluating them.
The CQ bit was checked by jdonnelly@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-xco...)
The CQ bit was checked by tommycli@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from mpearson@chromium.org, jdonnelly@chromium.org, isherman@chromium.org, pkasting@chromium.org Link to the patchset: https://codereview.chromium.org/2854263002/#ps140001 (title: "update histograms")
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by tommycli@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by tommycli@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 140001, "attempt_start_ts": 1494265923114890,
"parent_rev": "62c80a90afa761144d3d54eea40971f16dd9e72a", "commit_rev":
"2bb95c4284a7126fe819f7ead0cee521cab7ca87"}
Message was sent while issue was closed.
Description was changed from ========== Omnibox UI Experiments: Add vertical margin variations to about:flags This CL implements it on Views only. There will be a followup to do the variation on Mac. BUG=717777 ========== to ========== Omnibox UI Experiments: Add vertical margin variations to about:flags This CL implements it on Views only. There will be a followup to do the variation on Mac. BUG=717777 Review-Url: https://codereview.chromium.org/2854263002 Cr-Commit-Position: refs/heads/master@{#470050} Committed: https://chromium.googlesource.com/chromium/src/+/2bb95c4284a7126fe819f7ead0ce... ==========
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/src/+/2bb95c4284a7126fe819f7ead0ce... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
