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

Issue 10825026: Make accelerators not to work when the keyboard overlay is shown. (Closed)

Created:
8 years, 4 months ago by mazda
Modified:
8 years, 4 months ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, arv (Not doing code reviews), oshima+watch_chromium.org, stevenjb+watch_chromium.org
Visibility:
Public.

Description

Make accelerators not to work when the keyboard overlay is shown. - Refactor PartialScreenshotEventFiler so that it can be reused, and renamed it to OverlayEventFilter - Use OverlayEventFilter for the keyboard overlay BUG=129834 TEST=Manually check accelerators do not work when the keyboard overlay. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148504

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : address comments #

Total comments: 22

Patch Set 5 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -237 lines) Patch
M ash/ash.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/keyboard_overlay/keyboard_overlay_view.h View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M ash/keyboard_overlay/keyboard_overlay_view.cc View 1 2 3 3 chunks +36 lines, -8 lines 0 comments Download
M ash/shell.h View 1 2 3 4 4 chunks +6 lines, -6 lines 0 comments Download
M ash/shell.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A ash/wm/overlay_event_filter.h View 1 2 3 4 1 chunk +77 lines, -0 lines 0 comments Download
A + ash/wm/overlay_event_filter.cc View 1 2 3 4 2 chunks +31 lines, -26 lines 0 comments Download
D ash/wm/partial_screenshot_event_filter.h View 1 chunk +0 lines, -65 lines 0 comments Download
D ash/wm/partial_screenshot_event_filter.cc View 1 chunk +0 lines, -91 lines 0 comments Download
M ash/wm/partial_screenshot_view.h View 1 2 3 3 chunks +9 lines, -4 lines 0 comments Download
M ash/wm/partial_screenshot_view.cc View 1 2 3 4 2 chunks +15 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/keyboard_overlay.js View 2 chunks +0 lines, -22 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
mazda
Hi guys, Could you review this change? derat: ash mukai: partial screenshot code satorux: chrome/browser/resources/chromeos ...
8 years, 4 months ago (2012-07-26 00:21:29 UTC) #1
satorux1
chrome/browser/resources/chromeos lgtm
8 years, 4 months ago (2012-07-26 00:27:42 UTC) #2
Daniel Erat
partial review http://codereview.chromium.org/10825026/diff/3001/ash/keyboard_overlay/keyboard_overlay_view.cc File ash/keyboard_overlay/keyboard_overlay_view.cc (right): http://codereview.chromium.org/10825026/diff/3001/ash/keyboard_overlay/keyboard_overlay_view.cc#newcode50 ash/keyboard_overlay/keyboard_overlay_view.cc:50: bool KeyboardOverlayView::IsCancelKeyEvent(aura::KeyEvent* event) { nit: KeyEventShouldCancel()? KeyEventCancels()? ...
8 years, 4 months ago (2012-07-26 00:44:54 UTC) #3
mazda
Thank you for the comments. Please have another look. http://codereview.chromium.org/10825026/diff/3001/ash/keyboard_overlay/keyboard_overlay_view.cc File ash/keyboard_overlay/keyboard_overlay_view.cc (right): http://codereview.chromium.org/10825026/diff/3001/ash/keyboard_overlay/keyboard_overlay_view.cc#newcode50 ash/keyboard_overlay/keyboard_overlay_view.cc:50: ...
8 years, 4 months ago (2012-07-26 01:17:06 UTC) #4
Jun Mukai
lgtm http://codereview.chromium.org/10825026/diff/1013/ash/wm/partial_screenshot_view.cc File ash/wm/partial_screenshot_view.cc (right): http://codereview.chromium.org/10825026/diff/1013/ash/wm/partial_screenshot_view.cc#newcode74 ash/wm/partial_screenshot_view.cc:74: return (event->key_code() == ui::VKEY_ESCAPE); outer paren is not ...
8 years, 4 months ago (2012-07-26 01:19:26 UTC) #5
Daniel Erat
lgtm http://codereview.chromium.org/10825026/diff/1013/ash/shell.h File ash/shell.h (right): http://codereview.chromium.org/10825026/diff/1013/ash/shell.h#newcode85 ash/shell.h:85: class DisplayController; nit: not your fault, but mind ...
8 years, 4 months ago (2012-07-26 01:52:51 UTC) #6
mazda
Thank you for the detailed review! I addressed all the comments. http://codereview.chromium.org/10825026/diff/1013/ash/shell.h File ash/shell.h (right): ...
8 years, 4 months ago (2012-07-26 02:09:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/10825026/9002
8 years, 4 months ago (2012-07-26 02:10:31 UTC) #8
commit-bot: I haz the power
8 years, 4 months ago (2012-07-26 03:25:19 UTC) #9
Change committed as 148504

Powered by Google App Engine
This is Rietveld 408576698