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

Issue 2289143004: Add ink drop ripple (but no highlight) to comboboxes in harmony. (Closed)

Created:
4 years, 3 months ago by Evan Stade
Modified:
4 years, 3 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add ink drop ripple (but no highlight) to comboboxes in harmony. Also separate PrefixDelegate from View inheritance. I thought this step would be necessary for this CL. Turns out it isn't, but it still seems like an improvement. BUG=635164 Committed: https://crrev.com/76d2f690c72864d90d77b3157e72b2a8f8cf0f72 Cr-Commit-Position: refs/heads/master@{#416110}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 7

Patch Set 3 : remove explicit and improve combobox example #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -29 lines) Patch
M ui/views/controls/combobox/combobox.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M ui/views/controls/combobox/combobox.cc View 1 8 chunks +35 lines, -10 lines 0 comments Download
M ui/views/controls/menu/submenu_view.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/menu/submenu_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/prefix_delegate.h View 2 chunks +2 lines, -4 lines 0 comments Download
M ui/views/controls/prefix_selector.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M ui/views/controls/prefix_selector.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M ui/views/controls/prefix_selector_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/tree/tree_view.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/tree/tree_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/combobox_example.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
Evan Stade
4 years, 3 months ago (2016-08-31 02:24:48 UTC) #4
sky
https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc File ui/views/controls/combobox/combobox.cc (right): https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc#newcode133 ui/views/controls/combobox/combobox.cc:133: parent()->RequestFocus(); If you don't call RequestFocus then how is ...
4 years, 3 months ago (2016-08-31 16:19:49 UTC) #5
Evan Stade
https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc File ui/views/controls/combobox/combobox.cc (right): https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc#newcode133 ui/views/controls/combobox/combobox.cc:133: parent()->RequestFocus(); On 2016/08/31 16:19:49, sky wrote: > If you ...
4 years, 3 months ago (2016-08-31 21:12:29 UTC) #6
sky
https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc File ui/views/controls/combobox/combobox.cc (right): https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc#newcode133 ui/views/controls/combobox/combobox.cc:133: parent()->RequestFocus(); On 2016/08/31 21:12:29, Evan Stade wrote: > On ...
4 years, 3 months ago (2016-08-31 21:53:05 UTC) #9
Evan Stade
https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc File ui/views/controls/combobox/combobox.cc (right): https://codereview.chromium.org/2289143004/diff/20001/ui/views/controls/combobox/combobox.cc#newcode133 ui/views/controls/combobox/combobox.cc:133: parent()->RequestFocus(); On 2016/08/31 21:53:04, sky wrote: > On 2016/08/31 ...
4 years, 3 months ago (2016-08-31 21:59:39 UTC) #10
sky
I think it's unusual to click the mouse and *not* have it move focus. Are ...
4 years, 3 months ago (2016-08-31 23:36:07 UTC) #13
Evan Stade
On 2016/08/31 23:36:07, sky wrote: > I think it's unusual to click the mouse and ...
4 years, 3 months ago (2016-09-01 20:04:32 UTC) #14
sky
LGTM
4 years, 3 months ago (2016-09-01 21:49:12 UTC) #15
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/2289143004/40001
4 years, 3 months ago (2016-09-01 21:58:10 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-01 23:14:03 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 23:16:33 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/76d2f690c72864d90d77b3157e72b2a8f8cf0f72
Cr-Commit-Position: refs/heads/master@{#416110}

Powered by Google App Engine
This is Rietveld 408576698