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

Issue 484133002: "F4" doesn't close/open the "Folder" dropdown on "Bookmark added!" pop-up. (Closed)

Created:
6 years, 4 months ago by Deepak
Modified:
6 years, 3 months ago
CC:
chromium-reviews, tfarina, mal, lgombos, Finnur
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

"F4" doesn't close/open the "Folder" dropdown on "Bookmark added!" pop-up. When F4 is selected and the submenu is showing then we should hide submenu instead of showing the submenu item selection or opening submenu. Condition added to check this situation. BUG=344491 Committed: https://crrev.com/90a0b2153dfde826d9e351ce2f74c59119ca474a Cr-Commit-Position: refs/heads/master@{#294096}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Change comment as per reviewers comment. #

Patch Set 3 : modifying comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M ui/views/controls/menu/menu_controller.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (2 generated)
Deepak
PTAL
6 years, 4 months ago (2014-08-19 13:43:40 UTC) #1
msw
Nice work, the code itself looks okay (with a comment nit). Hopefully Mark knows if ...
6 years, 4 months ago (2014-08-20 01:05:02 UTC) #2
chromium-reviews
deepak.m1@samsung.com is listed as an authorized contributor in Samsung's list (on the Corporate Signers tab). ...
6 years, 4 months ago (2014-08-20 01:32:26 UTC) #3
msw
Great! Then lgtm with a comment nit. > mailto:deepak.m1@samsung.com is listed as an authorized contributor ...
6 years, 4 months ago (2014-08-20 01:58:02 UTC) #4
sky
https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc File ui/views/controls/menu/menu_controller.cc (right): https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc#newcode1042 ui/views/controls/menu/menu_controller.cc:1042: pending_state_.item->GetSubmenu()->IsShowing()) Why does it matter whether the submenu is ...
6 years, 4 months ago (2014-08-20 02:45:39 UTC) #5
Deepak
https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc File ui/views/controls/menu/menu_controller.cc (right): https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc#newcode1037 ui/views/controls/menu/menu_controller.cc:1037: // Fallthrough to accept on F4, so combobox menus ...
6 years, 4 months ago (2014-08-20 03:37:33 UTC) #6
sky
https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc File ui/views/controls/menu/menu_controller.cc (right): https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc#newcode1042 ui/views/controls/menu/menu_controller.cc:1042: pending_state_.item->GetSubmenu()->IsShowing()) On 2014/08/20 03:37:33, deepak.m1 wrote: > On 2014/08/20 ...
6 years, 4 months ago (2014-08-20 15:21:39 UTC) #7
Deepak
On 2014/08/20 15:21:39, sky wrote: > https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc > File ui/views/controls/menu/menu_controller.cc (right): > > https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc#newcode1042 > ...
6 years, 4 months ago (2014-08-21 04:59:32 UTC) #8
Deepak
On 2014/08/21 04:59:32, deepak.m1 wrote: > On 2014/08/20 15:21:39, sky wrote: > > > https://codereview.chromium.org/484133002/diff/1/ui/views/controls/menu/menu_controller.cc ...
6 years, 3 months ago (2014-08-26 12:00:48 UTC) #9
Deepak
On 2014/08/26 12:00:48, deepak.m1 wrote: > On 2014/08/21 04:59:32, deepak.m1 wrote: > > On 2014/08/20 ...
6 years, 3 months ago (2014-08-28 09:49:29 UTC) #10
sky
On 2014/08/26 12:00:48, deepak.m1 wrote: > On 2014/08/21 04:59:32, deepak.m1 wrote: > > On 2014/08/20 ...
6 years, 3 months ago (2014-08-28 16:26:12 UTC) #11
Deepak
On 2014/08/28 16:26:12, sky wrote: > On 2014/08/26 12:00:48, deepak.m1 wrote: > > On 2014/08/21 ...
6 years, 3 months ago (2014-08-29 09:59:30 UTC) #12
Deepak
On 2014/08/29 09:59:30, deepak.m1 wrote: > On 2014/08/28 16:26:12, sky wrote: > > On 2014/08/26 ...
6 years, 3 months ago (2014-08-29 12:51:58 UTC) #13
Deepak
On 2014/08/29 12:51:58, deepak.m1 wrote: > On 2014/08/29 09:59:30, deepak.m1 wrote: > > On 2014/08/28 ...
6 years, 3 months ago (2014-09-03 06:11:35 UTC) #14
Deepak
On 2014/09/03 06:11:35, deepak.m1 wrote: > On 2014/08/29 12:51:58, deepak.m1 wrote: > > On 2014/08/29 ...
6 years, 3 months ago (2014-09-04 14:15:06 UTC) #15
sky
Did you sign the Google Individual Contributor License Agreement : https://developers.google.com/open-source/cla/individual?csw=1 ?
6 years, 3 months ago (2014-09-04 17:43:01 UTC) #16
Deepak
On 2014/09/04 17:43:01, sky wrote: > Did you sign the Google Individual Contributor License Agreement ...
6 years, 3 months ago (2014-09-05 02:55:59 UTC) #17
Deepak
On 2014/09/05 02:55:59, deepak.m1 wrote: > On 2014/09/04 17:43:01, sky wrote: > > Did you ...
6 years, 3 months ago (2014-09-05 06:24:55 UTC) #18
Deepak
On 2014/09/05 06:24:55, deepak.m1 wrote: > On 2014/09/05 02:55:59, deepak.m1 wrote: > > On 2014/09/04 ...
6 years, 3 months ago (2014-09-06 07:22:40 UTC) #19
Deepak
On 2014/09/06 07:22:40, deepak.m1 wrote: > On 2014/09/05 06:24:55, deepak.m1 wrote: > > On 2014/09/05 ...
6 years, 3 months ago (2014-09-08 14:29:48 UTC) #20
Deepak
On 2014/09/08 14:29:48, deepak.m1 wrote: > On 2014/09/06 07:22:40, deepak.m1 wrote: > > On 2014/09/05 ...
6 years, 3 months ago (2014-09-09 09:39:02 UTC) #22
sky
LGTM
6 years, 3 months ago (2014-09-09 15:51:16 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/deepak.m1@samsung.com/484133002/40001
6 years, 3 months ago (2014-09-10 02:52:04 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 030664d90373fb3652b9e6bf35bdbf1a11229091
6 years, 3 months ago (2014-09-10 03:50:23 UTC) #26
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:58:55 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/90a0b2153dfde826d9e351ce2f74c59119ca474a
Cr-Commit-Position: refs/heads/master@{#294096}

Powered by Google App Engine
This is Rietveld 408576698