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

Issue 167643003: Support prefix typing in Combobox while menu is open (Closed)

Created:
6 years, 10 months ago by Evan Stade
Modified:
6 years, 10 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Support prefix typing in Combobox while menu is open BUG=343710 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253170

Patch Set 1 #

Patch Set 2 : merge #

Patch Set 3 : dont break other menus #

Patch Set 4 : retry upload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -12 lines) Patch
M ui/views/controls/menu/menu_controller.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 1 2 3 chunks +10 lines, -6 lines 0 comments Download
M ui/views/controls/menu/menu_runner.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/submenu_view.h View 5 chunks +12 lines, -1 line 0 comments Download
M ui/views/controls/menu/submenu_view.cc View 3 chunks +35 lines, -1 line 0 comments Download

Messages

Total messages: 37 (0 generated)
Evan Stade
it seems like the PrefixDelegate ought to just be the MenuController, but PrefixDelegate has to ...
6 years, 10 months ago (2014-02-15 02:37:32 UTC) #1
sky
I agree that PrefixDelegate shouldn't be a view. Did you want to this in this ...
6 years, 10 months ago (2014-02-18 17:08:49 UTC) #2
Evan Stade
On 2014/02/18 17:08:49, sky wrote: > I agree that PrefixDelegate shouldn't be a view. Did ...
6 years, 10 months ago (2014-02-18 23:04:06 UTC) #3
sky
Ok, LGTM
6 years, 10 months ago (2014-02-18 23:11:15 UTC) #4
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-19 00:08:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/1
6 years, 10 months ago (2014-02-19 00:10:08 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 01:59:50 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=266090
6 years, 10 months ago (2014-02-19 01:59:51 UTC) #8
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-19 02:25:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/1
6 years, 10 months ago (2014-02-19 02:28:04 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 02:28:06 UTC) #11
commit-bot: I haz the power
Failed to apply patch for ui/views/controls/menu/menu_controller.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-19 02:28:07 UTC) #12
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-20 00:09:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/490001
6 years, 10 months ago (2014-02-20 00:14:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/490001
6 years, 10 months ago (2014-02-20 03:07:21 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/490001
6 years, 10 months ago (2014-02-20 05:23:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/490001
6 years, 10 months ago (2014-02-20 09:24:50 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/490001
6 years, 10 months ago (2014-02-20 12:38:31 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-20 12:51:21 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel
6 years, 10 months ago (2014-02-20 12:51:21 UTC) #20
Evan Stade
I had to revert some changes so that other menus (e.g. context menus) would continue ...
6 years, 10 months ago (2014-02-20 20:11:55 UTC) #21
Evan Stade
On 2014/02/20 20:11:55, Evan Stade wrote: > I had to revert some changes so that ...
6 years, 10 months ago (2014-02-21 22:47:20 UTC) #22
sky
Is it possible to have combobox handle some of this? Having Submenuview implement mnemonic lookup ...
6 years, 10 months ago (2014-02-21 23:39:12 UTC) #23
Evan Stade
On 2014/02/21 23:39:12, sky wrote: > Is it possible to have combobox handle some of ...
6 years, 10 months ago (2014-02-24 19:31:12 UTC) #24
sky
Ok, go with this for now then LGTM
6 years, 10 months ago (2014-02-24 20:22:53 UTC) #25
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-24 20:38:31 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/860001
6 years, 10 months ago (2014-02-24 20:39:38 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/860001
6 years, 10 months ago (2014-02-24 21:18:46 UTC) #28
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-24 22:23:18 UTC) #29
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=153696
6 years, 10 months ago (2014-02-24 22:23:20 UTC) #30
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-25 01:23:36 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/860001
6 years, 10 months ago (2014-02-25 02:06:11 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/860001
6 years, 10 months ago (2014-02-25 07:38:19 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/860001
6 years, 10 months ago (2014-02-25 09:12:35 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/860001
6 years, 10 months ago (2014-02-25 09:31:44 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/167643003/860001
6 years, 10 months ago (2014-02-25 13:37:44 UTC) #36
commit-bot: I haz the power
6 years, 10 months ago (2014-02-25 15:31:21 UTC) #37
Message was sent while issue was closed.
Change committed as 253170

Powered by Google App Engine
This is Rietveld 408576698