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

Issue 10459044: Fix inconsistency in browser shortcut handling when a BrowserAction popup is focused. (Closed)

Created:
8 years, 6 months ago by Yusuke Sato
Modified:
8 years, 6 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Fix inconsistency in browser shortcut handling when a BrowserAction popup is focused. Current behavior: * Windows: Cannot use all browser shortcuts. * Mac: Can use all browser shortcuts. * Chrome OS (-M20): Cannot use all browser shortcuts. Can use Ash shortcuts. * Chrome OS (M21): Cannot use all browser shortcuts. Cannot use Ash shortcuts (crbug.com/130131). New behavior: * All platforms: Can use all browser shortcuts. Can also use Ash shortcuts if the platform supports Ash. BUG=130131 TEST=Confirmed C-n, C-t, C-w, and C-f worked as expected Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141169

Patch Set 1 : review #

Patch Set 2 : review fix, rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -25 lines) Patch
M chrome/browser/extensions/extension_host.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 3 chunks +15 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 chunks +15 lines, -15 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Yusuke Sato
Ben, could you review this change?
8 years, 6 months ago (2012-06-01 06:54:06 UTC) #1
Ben Goodger (Google)
replacing myself with aa
8 years, 6 months ago (2012-06-01 17:15:18 UTC) #2
Yusuke Sato
Aaron, could you review this? I would like to fix crbug.com/130131 before M21 branch is ...
8 years, 6 months ago (2012-06-06 14:10:17 UTC) #3
Aaron Boodman
LGTM, but... I am not that familiar with keyboard handling. If you are confident in ...
8 years, 6 months ago (2012-06-06 18:17:04 UTC) #4
Yusuke Sato
+sky Thanks. It turned out chrome/browser/ui/OWNERS' review was needed anyway. Scott, could you take a ...
8 years, 6 months ago (2012-06-07 06:15:49 UTC) #5
sky
Move the implementation to match, and LGTM
8 years, 6 months ago (2012-06-07 17:28:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusukes@chromium.org/10459044/13001
8 years, 6 months ago (2012-06-08 01:54:55 UTC) #7
commit-bot: I haz the power
Change committed as 141169
8 years, 6 months ago (2012-06-08 04:49:26 UTC) #8
Yusuke Sato
8 years, 6 months ago (2012-06-09 06:36:39 UTC) #9
On 2012/06/07 17:28:22, sky wrote:
> Move the implementation to match

Done.

Powered by Google App Engine
This is Rietveld 408576698