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

Issue 2914163004: Omnibox UI Experiments: Make suggestions dropdown match omnibox width. (Closed)

Created:
3 years, 6 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: Make suggestions dropdown match omnibox width. Adds flag and Views implementation. Cocoa implementation to follow. BUG=728844 Review-Url: https://codereview.chromium.org/2914163004 Cr-Commit-Position: refs/heads/master@{#478322} Committed: https://chromium.googlesource.com/chromium/src/+/0695a7245850b35c774a67028549af90941f481a

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 6

Patch Set 3 : Update flag #

Patch Set 4 : fix #

Total comments: 2

Patch Set 5 : Merge remote-tracking branch 'refs/remotes/origin/master' into 024-omnibox-width-views #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -4 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 3 chunks +19 lines, -4 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (28 generated)
tommycli
pkasting: PTAL. Screenshots in bug. There are portions of this implementation (vertical shadows) that will ...
3 years, 6 months ago (2017-06-02 19:33:28 UTC) #8
Peter Kasting
https://codereview.chromium.org/2914163004/diff/20001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2914163004/diff/20001/chrome/browser/about_flags.cc#newcode2985 chrome/browser/about_flags.cc:2985: {"omnibox-ui-suggestions-dropdown-width", Nit: The name of the flag/associated variables sound ...
3 years, 6 months ago (2017-06-05 18:25:45 UTC) #11
tommycli
pkasting: Thanks! https://codereview.chromium.org/2914163004/diff/20001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2914163004/diff/20001/chrome/browser/about_flags.cc#newcode2985 chrome/browser/about_flags.cc:2985: {"omnibox-ui-suggestions-dropdown-width", On 2017/06/05 18:25:44, Peter Kasting wrote: ...
3 years, 6 months ago (2017-06-05 22:39:21 UTC) #16
tommycli
pkasting: ping! Thanks - also added some more UI details in the bug. We have ...
3 years, 6 months ago (2017-06-07 17:06:11 UTC) #19
Peter Kasting
On 2017/06/07 17:06:11, tommycli wrote: > pkasting: ping! > > Thanks - also added some ...
3 years, 6 months ago (2017-06-08 05:34:24 UTC) #28
tommycli
On 2017/06/08 05:34:24, Peter Kasting (busy Wed-Thu) wrote: > On 2017/06/07 17:06:11, tommycli wrote: > ...
3 years, 6 months ago (2017-06-08 17:17:12 UTC) #29
Peter Kasting
LGTM https://codereview.chromium.org/2914163004/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/2914163004/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode383 chrome/browser/ui/views/location_bar/location_bar_view.cc:383: *right_margin = narrow_popup ? 0 : *popup_width - ...
3 years, 6 months ago (2017-06-09 02:17:53 UTC) #30
tommycli
On 2017/06/09 02:17:53, Peter Kasting (busy Wed-Thu) wrote: > LGTM > > https://codereview.chromium.org/2914163004/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc > File ...
3 years, 6 months ago (2017-06-09 16:26:41 UTC) #31
tommycli
https://codereview.chromium.org/2914163004/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/2914163004/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode383 chrome/browser/ui/views/location_bar/location_bar_view.cc:383: *right_margin = narrow_popup ? 0 : *popup_width - bounds().right(); ...
3 years, 6 months ago (2017-06-09 16:26:51 UTC) #34
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/2914163004/80001
3 years, 6 months ago (2017-06-09 16:27:02 UTC) #35
commit-bot: I haz the power
3 years, 6 months ago (2017-06-09 17:33:03 UTC) #39
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/0695a7245850b35c774a67028549...

Powered by Google App Engine
This is Rietveld 408576698