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

Issue 1702913002: Make updates to ChromeVox KB Explorer for Next. (Closed)

Created:
4 years, 10 months ago by David Tseng
Modified:
4 years, 10 months ago
Reviewers:
dmazzoni, oshima
CC:
chromium-reviews, dtseng+watch_chromium.org, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, arv+watch_chromium.org, oshima+watch_chromium.org, kalyank, plundblad+watch_chromium.org, dmazzoni+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make updates to ChromeVox KB Explorer for Next. - kbexplorer script now is blacklisted for classic - we now can actually handle the ctrl key in js (stop speech). Do that. Nicely, this let's us get the ctrl key and speak it in the kbexplorer (it probably just stopped speech in the past, so spoke nothing) - keys now just go through the background page - all keys speak TEST=ChromeVox+o, k. Press some f-keys (back, forward, etc) are read. Press modifiers ctrl, alt, search, shift; verify they are read (queued). Press letters, numbers, shifted keys. BUG=none Committed: https://crrev.com/ac594b34f81268de8b1e365e2db4fce4eaeab539 Cr-Commit-Position: refs/heads/master@{#376100}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -37 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 4 chunks +0 lines, -21 lines 0 comments Download
M ash/accelerators/accelerator_table.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ash/accelerators/accelerator_table.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js View 1 2 1 chunk +6 lines, -9 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json View 1 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 25 (13 generated)
David Tseng
4 years, 10 months ago (2016-02-17 02:47:53 UTC) #3
dmazzoni
Great! Could you add showKbExplorerPage to next_keymap as part of this change? Also, what would ...
4 years, 10 months ago (2016-02-17 04:57:15 UTC) #5
David Tseng
https://codereview.chromium.org/1702913002/diff/1/ash/accelerators/accelerator_table.cc File ash/accelerators/accelerator_table.cc (left): https://codereview.chromium.org/1702913002/diff/1/ash/accelerators/accelerator_table.cc#oldcode75 ash/accelerators/accelerator_table.cc:75: { true, ui::VKEY_CONTROL, ui::EF_CONTROL_DOWN, SILENCE_SPOKEN_FEEDBACK}, On 2016/02/17 04:57:15, dmazzoni ...
4 years, 10 months ago (2016-02-17 19:30:11 UTC) #6
dmazzoni
lgtm https://codereview.chromium.org/1702913002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js (right): https://codereview.chromium.org/1702913002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js#newcode27 chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js:27: backgroundWindow.addEventListener( nit: indentation
4 years, 10 months ago (2016-02-17 20:13:49 UTC) #7
David Tseng
+ oshima for ash/accelerators/ https://codereview.chromium.org/1702913002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js (right): https://codereview.chromium.org/1702913002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js#newcode27 chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js:27: backgroundWindow.addEventListener( On 2016/02/17 20:13:49, dmazzoni ...
4 years, 10 months ago (2016-02-17 20:21:42 UTC) #9
oshima
On 2016/02/17 20:21:42, David Tseng wrote: > + oshima for ash/accelerators/ > > https://codereview.chromium.org/1702913002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js > ...
4 years, 10 months ago (2016-02-18 03:52:29 UTC) #11
David Tseng
On 2016/02/18 03:52:29, oshima (OOO Feb 16-18) wrote: > On 2016/02/17 20:21:42, David Tseng wrote: ...
4 years, 10 months ago (2016-02-18 04:22:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702913002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702913002/60001
4 years, 10 months ago (2016-02-18 04:23:29 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/132426) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 10 months ago (2016-02-18 04:26:14 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702913002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702913002/80001
4 years, 10 months ago (2016-02-18 04:33:44 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 10 months ago (2016-02-18 05:21:18 UTC) #23
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 05:22:54 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ac594b34f81268de8b1e365e2db4fce4eaeab539
Cr-Commit-Position: refs/heads/master@{#376100}

Powered by Google App Engine
This is Rietveld 408576698