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

Issue 2711343005: Set keys to traverse accessibility tree. Using focus ring to highlight selected node. (Closed)

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

Description

Set keys to traverse accessibility tree. Using focus ring to highlight selected node. BUG=593885 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2711343005 Cr-Commit-Position: refs/heads/master@{#453694} Committed: https://chromium.googlesource.com/chromium/src/+/c4b4bf46546ce1a66230edc596fa1afd7e05f3b5

Patch Set 1 #

Total comments: 6

Patch Set 2 : Removed state machine and refactored #

Total comments: 2

Patch Set 3 : Added comment for closing namespace brace #

Patch Set 4 : Fixing closure compilation error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+362 lines, -28 lines) Patch
M chrome/browser/chromeos/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 2 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/accessibility/event_handler_common.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/accessibility/event_handler_common.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/select_to_speak_event_handler.cc View 4 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/spoken_feedback_event_rewriter.cc View 1 4 chunks +7 lines, -27 lines 0 comments Download
A chrome/browser/chromeos/accessibility/switch_access_event_handler.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/accessibility/switch_access_event_handler.cc View 1 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp View 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/switch_access/switch_access.js View 1 2 3 1 chunk +149 lines, -1 line 0 comments Download
M third_party/closure_compiler/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 32 (18 generated)
elichtenberg
3 years, 10 months ago (2017-02-24 21:08:20 UTC) #3
dmazzoni
https://codereview.chromium.org/2711343005/diff/1/chrome/browser/chromeos/accessibility/switch_access_event_handler.cc File chrome/browser/chromeos/accessibility/switch_access_event_handler.cc (right): https://codereview.chromium.org/2711343005/diff/1/chrome/browser/chromeos/accessibility/switch_access_event_handler.cc#newcode36 chrome/browser/chromeos/accessibility/switch_access_event_handler.cc:36: state_ = ONE_KEY_DOWN; The state machine made a lot ...
3 years, 10 months ago (2017-02-24 23:06:54 UTC) #8
elichtenberg
https://codereview.chromium.org/2711343005/diff/1/chrome/browser/chromeos/accessibility/switch_access_event_handler.cc File chrome/browser/chromeos/accessibility/switch_access_event_handler.cc (right): https://codereview.chromium.org/2711343005/diff/1/chrome/browser/chromeos/accessibility/switch_access_event_handler.cc#newcode36 chrome/browser/chromeos/accessibility/switch_access_event_handler.cc:36: state_ = ONE_KEY_DOWN; On 2017/02/24 23:06:54, dmazzoni wrote: > ...
3 years, 9 months ago (2017-02-28 00:28:42 UTC) #9
dmazzoni
lgtm Looks like one closure compiler error and otherwise ready to go. Nice work! https://codereview.chromium.org/2711343005/diff/20001/chrome/browser/chromeos/accessibility/event_handler_common.cc ...
3 years, 9 months ago (2017-02-28 05:38:52 UTC) #14
dmazzoni
+dbeam for third_party/closure_compiler/compiled_resources2.gyp
3 years, 9 months ago (2017-02-28 05:39:51 UTC) #16
elichtenberg
On 2017/02/28 05:38:52, dmazzoni wrote: > lgtm > > Looks like one closure compiler error ...
3 years, 9 months ago (2017-02-28 17:49:05 UTC) #17
elichtenberg
https://codereview.chromium.org/2711343005/diff/20001/chrome/browser/chromeos/accessibility/event_handler_common.cc File chrome/browser/chromeos/accessibility/event_handler_common.cc (right): https://codereview.chromium.org/2711343005/diff/20001/chrome/browser/chromeos/accessibility/event_handler_common.cc#newcode54 chrome/browser/chromeos/accessibility/event_handler_common.cc:54: } On 2017/02/28 05:38:52, dmazzoni wrote: > nit: we ...
3 years, 9 months ago (2017-02-28 17:49:34 UTC) #18
Dan Beam
lgtm
3 years, 9 months ago (2017-02-28 18:31:25 UTC) #19
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/2711343005/40001
3 years, 9 months ago (2017-02-28 18:35:15 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/6599)
3 years, 9 months ago (2017-02-28 18:47:17 UTC) #24
dmazzoni
I'm seeing this error in closure_compilation: (ERROR) Error in: switch_access.js ## /b/build/slave/linux/build/src/chrome/browser/resources/chromeos/switch_access/switch_access.js:122: ERROR - actual ...
3 years, 9 months ago (2017-02-28 18:53:00 UTC) #25
elichtenberg
On 2017/02/28 18:53:00, dmazzoni wrote: > I'm seeing this error in closure_compilation: > > (ERROR) ...
3 years, 9 months ago (2017-02-28 19:11:33 UTC) #26
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/2711343005/60001
3 years, 9 months ago (2017-02-28 19:12:58 UTC) #29
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 20:48:59 UTC) #32
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/c4b4bf46546ce1a66230edc596fa...

Powered by Google App Engine
This is Rietveld 408576698