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

Issue 2738893003: Use keys 1 through 3 to switch between and click on focusable elements. (Closed)

Created:
3 years, 9 months ago by elichtenberg
Modified:
3 years, 9 months ago
Reviewers:
dmazzoni, David Tseng
CC:
chromium-reviews, alemate+watch_chromium.org, oshima+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, davemoore+watch_chromium.org, arv+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use keys 1 through 3 to switch between and click on focusable elements. BUG=593885 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2738893003 Cr-Commit-Position: refs/heads/master@{#456161} Committed: https://chromium.googlesource.com/chromium/src/+/e2a3dd0d63dd994aaad58f8818f0ed075b453834

Patch Set 1 #

Total comments: 4

Patch Set 2 : Refactored tree walking code. #

Total comments: 14

Patch Set 3 : Formatting changes based on CL comments. #

Total comments: 2

Patch Set 4 : Removed logging in switch_access_event_handler.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -54 lines) Patch
M chrome/browser/chromeos/accessibility/switch_access_event_handler.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/switch_access/switch_access.js View 1 2 4 chunks +260 lines, -51 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 31 (21 generated)
elichtenberg
3 years, 9 months ago (2017-03-08 19:27:44 UTC) #4
dmazzoni
https://codereview.chromium.org/2738893003/diff/1/chrome/browser/resources/chromeos/switch_access/switch_access.js File chrome/browser/resources/chromeos/switch_access/switch_access.js (right): https://codereview.chromium.org/2738893003/diff/1/chrome/browser/resources/chromeos/switch_access/switch_access.js#newcode33 chrome/browser/resources/chromeos/switch_access/switch_access.js:33: if (event.key === "1") { Use a switch instead ...
3 years, 9 months ago (2017-03-09 00:00:01 UTC) #8
elichtenberg
https://codereview.chromium.org/2738893003/diff/1/chrome/browser/resources/chromeos/switch_access/switch_access.js File chrome/browser/resources/chromeos/switch_access/switch_access.js (right): https://codereview.chromium.org/2738893003/diff/1/chrome/browser/resources/chromeos/switch_access/switch_access.js#newcode33 chrome/browser/resources/chromeos/switch_access/switch_access.js:33: if (event.key === "1") { On 2017/03/09 00:00:01, dmazzoni ...
3 years, 9 months ago (2017-03-09 19:31:45 UTC) #9
David Tseng
https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js File chrome/browser/resources/chromeos/switch_access/switch_access.js (left): https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js#oldcode26 chrome/browser/resources/chromeos/switch_access/switch_access.js:26: document.addEventListener("keyup", function(event) { nit: single quotes for string literals ...
3 years, 9 months ago (2017-03-09 20:57:41 UTC) #14
elichtenberg
https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js File chrome/browser/resources/chromeos/switch_access/switch_access.js (left): https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js#oldcode26 chrome/browser/resources/chromeos/switch_access/switch_access.js:26: document.addEventListener("keyup", function(event) { On 2017/03/09 20:57:40, David Tseng wrote: ...
3 years, 9 months ago (2017-03-09 23:35:43 UTC) #17
David Tseng
https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js File chrome/browser/resources/chromeos/switch_access/switch_access.js (right): https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js#newcode236 chrome/browser/resources/chromeos/switch_access/switch_access.js:236: if (node.state && node.state.focusable) { > > Also, note ...
3 years, 9 months ago (2017-03-10 18:09:22 UTC) #20
elichtenberg
https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js File chrome/browser/resources/chromeos/switch_access/switch_access.js (right): https://codereview.chromium.org/2738893003/diff/20001/chrome/browser/resources/chromeos/switch_access/switch_access.js#newcode236 chrome/browser/resources/chromeos/switch_access/switch_access.js:236: if (node.state && node.state.focusable) { On 2017/03/10 18:09:22, David ...
3 years, 9 months ago (2017-03-10 18:30:44 UTC) #21
dmazzoni
lgtm
3 years, 9 months ago (2017-03-10 19:50:42 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2738893003/60001
3 years, 9 months ago (2017-03-10 21:05:22 UTC) #28
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 21:10:27 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/e2a3dd0d63dd994aaad58f8818f0...

Powered by Google App Engine
This is Rietveld 408576698