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

Issue 10543158: Do not toggle Applist with Search key press when accessibility is enabled. (Closed)

Created:
8 years, 6 months ago by Yusuke Sato
Modified:
8 years, 6 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org, dmazzoni
Visibility:
Public.

Description

Do not toggle Applist with Search key press when accessibility is enabled. BUG=132296 TEST=manual + aura_shell_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142590

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Patch Set 3 : merge similar functions #

Total comments: 3

Patch Set 4 : rebase, fix interactive_ui_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -27 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M ash/shell_delegate.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/status_area_widget.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M ash/system/tray_accessibility.cc View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_shell_delegate.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_shell_delegate.cc View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Yusuke Sato
Zach, could you review this?
8 years, 6 months ago (2012-06-14 09:18:50 UTC) #1
Zachary Kuznia
http://codereview.chromium.org/10543158/diff/1/ash/accelerators/accelerator_controller.cc File ash/accelerators/accelerator_controller.cc (right): http://codereview.chromium.org/10543158/diff/1/ash/accelerators/accelerator_controller.cc#newcode365 ash/accelerators/accelerator_controller.cc:365: if (Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled()) Perhaps we should DCHECK that the accelerator ...
8 years, 6 months ago (2012-06-14 10:02:22 UTC) #2
Yusuke Sato
Please take another look. http://codereview.chromium.org/10543158/diff/1/ash/accelerators/accelerator_controller.cc File ash/accelerators/accelerator_controller.cc (right): http://codereview.chromium.org/10543158/diff/1/ash/accelerators/accelerator_controller.cc#newcode365 ash/accelerators/accelerator_controller.cc:365: if (Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled()) On 2012/06/14 10:02:22, ...
8 years, 6 months ago (2012-06-14 11:41:40 UTC) #3
dmazzoni
http://codereview.chromium.org/10543158/diff/7001/ash/shell/shell_delegate_impl.cc File ash/shell/shell_delegate_impl.cc (right): http://codereview.chromium.org/10543158/diff/7001/ash/shell/shell_delegate_impl.cc#newcode97 ash/shell/shell_delegate_impl.cc:97: spoken_feedback_enabled_ = !spoken_feedback_enabled_; This worries me slightly, I'm afraid ...
8 years, 6 months ago (2012-06-14 16:45:25 UTC) #4
Yusuke Sato
http://codereview.chromium.org/10543158/diff/7001/ash/shell/shell_delegate_impl.cc File ash/shell/shell_delegate_impl.cc (right): http://codereview.chromium.org/10543158/diff/7001/ash/shell/shell_delegate_impl.cc#newcode97 ash/shell/shell_delegate_impl.cc:97: spoken_feedback_enabled_ = !spoken_feedback_enabled_; If I understand correctly, ash/shell/* files ...
8 years, 6 months ago (2012-06-14 16:57:15 UTC) #5
dmazzoni
http://codereview.chromium.org/10543158/diff/7001/ash/shell/shell_delegate_impl.cc File ash/shell/shell_delegate_impl.cc (right): http://codereview.chromium.org/10543158/diff/7001/ash/shell/shell_delegate_impl.cc#newcode97 ash/shell/shell_delegate_impl.cc:97: spoken_feedback_enabled_ = !spoken_feedback_enabled_; On 2012/06/14 16:57:15, Yusuke Sato wrote: ...
8 years, 6 months ago (2012-06-14 17:05:00 UTC) #6
Zachary Kuznia
lgtm
8 years, 6 months ago (2012-06-15 02:30:12 UTC) #7
Yusuke Sato
+sky
8 years, 6 months ago (2012-06-15 02:32:59 UTC) #8
sky
LGTM
8 years, 6 months ago (2012-06-15 14:54:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusukes@chromium.org/10543158/2004
8 years, 6 months ago (2012-06-16 09:51:46 UTC) #10
commit-bot: I haz the power
8 years, 6 months ago (2012-06-16 11:29:14 UTC) #11
Change committed as 142590

Powered by Google App Engine
This is Rietveld 408576698