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

Issue 7628018: Make keyboard overlay speak when ChromeVox is active (Closed)

Created:
9 years, 4 months ago by hashimoto
Modified:
9 years, 4 months ago
Reviewers:
mazda, dmazzoni
CC:
chromium-reviews, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, arv (Not doing code reviews), dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

Make keyboard overlay speak when ChromeVox is active Pressing modifier keys will speak all the shortcuts with the modifier BUG=chromium-os:16603 TEST=Enable accessibility. Press Ctrl+Alt+/ to show keyboard overlay. Press modifier keys and ensure it speaks. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96909

Patch Set 1 #

Patch Set 2 : Corrected wrong method call #

Total comments: 7

Patch Set 3 : Fix along review comments #

Total comments: 10

Patch Set 4 : Fix along review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -0 lines) Patch
M chrome/browser/resources/keyboard_overlay.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/keyboard_overlay.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/keyboard_overlay_accessibility_helper.js View 1 2 3 1 chunk +40 lines, -0 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
hashimoto
9 years, 4 months ago (2011-08-12 09:11:47 UTC) #1
dmazzoni
LGTM with just a few minor issues. http://codereview.chromium.org/7628018/diff/3001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js File chrome/browser/resources/keyboard_overlay_accessibility_helper.js (right): http://codereview.chromium.org/7628018/diff/3001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js#newcode10 chrome/browser/resources/keyboard_overlay_accessibility_helper.js:10: if(cvox.Api.isChromeVoxActive()) Nit: ...
9 years, 4 months ago (2011-08-12 21:26:09 UTC) #2
hashimoto
A new patch set. Thank you for your kind review. http://codereview.chromium.org/7628018/diff/3001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js File chrome/browser/resources/keyboard_overlay_accessibility_helper.js (right): http://codereview.chromium.org/7628018/diff/3001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js#newcode10 ...
9 years, 4 months ago (2011-08-15 05:00:33 UTC) #3
mazda
http://codereview.chromium.org/7628018/diff/7001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js File chrome/browser/resources/keyboard_overlay_accessibility_helper.js (right): http://codereview.chromium.org/7628018/diff/7001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js#newcode13 chrome/browser/resources/keyboard_overlay_accessibility_helper.js:13: if (!(e instanceof ReferenceError)) The following check may work ...
9 years, 4 months ago (2011-08-16 05:15:46 UTC) #4
hashimoto
http://codereview.chromium.org/7628018/diff/7001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js File chrome/browser/resources/keyboard_overlay_accessibility_helper.js (right): http://codereview.chromium.org/7628018/diff/7001/chrome/browser/resources/keyboard_overlay_accessibility_helper.js#newcode13 chrome/browser/resources/keyboard_overlay_accessibility_helper.js:13: if (!(e instanceof ReferenceError)) Thank you for the suggestion, ...
9 years, 4 months ago (2011-08-16 07:54:56 UTC) #5
mazda
9 years, 4 months ago (2011-08-16 08:11:27 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698