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

Issue 2132123002: Complete table support in ChromeVox Next. (Closed)

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

Description

Complete table support in ChromeVox Next. What works: - ctrl+alt+arrows navigates amongst table cells - Ctrl+Alt+Shift+arrows navigates to the boundaries of the table (i.e. beginning/end of row/column) - Search+Ctrl+Alt+Shift+Left/Right navigates to the first/last cell of the table - output is simple; read the row column index - simplify table commands by using fully describe (now added as Search+k) to announce table content - row headers are picked up from the row node - column headers don't appear to work because we're not getting the column role nodes in the automation tree - table announcements (on the table node) take care of announcing the table row/column count, and table headers Left for future/possibly unneeded: - announcing spans - keys to query for headers Note that as part of this change, we're now not announcing leaving containers. The plan is to re-apply the leaving container rule very sleectively since it is over verbose even in verbose mode most of the time. BUG=513725 TEST=chromevox_tests --gtest_filter=BackgroundTest.BasicTableCommands CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/66e9e66d87b799f02667ceb55fd9feacbc980853 Cr-Commit-Position: refs/heads/master@{#406594}

Patch Set 1 : Initial patch #

Patch Set 2 : Ignore some roles. #

Total comments: 16

Patch Set 3 : m #

Patch Set 4 : m #

Patch Set 5 : m #

Patch Set 6 : Re-add leave rule for containers #

Patch Set 7 : Rebase. #

Messages

Total messages: 27 (14 generated)
David Tseng
Ready for a look.
4 years, 5 months ago (2016-07-08 19:55:04 UTC) #4
dmazzoni
https://codereview.chromium.org/2132123002/diff/100001/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json File chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json (right): https://codereview.chromium.org/2132123002/diff/100001/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json#newcode588 chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json:588: "ctrlKey": [true], Does it work to have ChromeVox shortcuts ...
4 years, 5 months ago (2016-07-13 23:38:28 UTC) #10
David Tseng
https://codereview.chromium.org/2132123002/diff/100001/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json File chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json (right): https://codereview.chromium.org/2132123002/diff/100001/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json#newcode588 chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json:588: "ctrlKey": [true], On 2016/07/13 23:38:28, dmazzoni_ooo_until_7_20 wrote: > Does ...
4 years, 5 months ago (2016-07-14 20:24:41 UTC) #11
dmazzoni
On 2016/07/14 at 20:24:41, dtseng wrote: > ChromeVox gets everything. The special behavior with search ...
4 years, 5 months ago (2016-07-18 04:19:42 UTC) #12
dmazzoni
lgtm
4 years, 5 months ago (2016-07-18 04:21:23 UTC) #13
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/2132123002/200001
4 years, 5 months ago (2016-07-19 22:37:54 UTC) #17
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-19 22:37:56 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/106819)
4 years, 5 months ago (2016-07-20 01:24:07 UTC) #20
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/2132123002/200001
4 years, 5 months ago (2016-07-20 16:37:45 UTC) #22
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-20 16:37:47 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:200001)
4 years, 5 months ago (2016-07-20 17:16:09 UTC) #24
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-20 17:16:29 UTC) #25
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 17:18:13 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/66e9e66d87b799f02667ceb55fd9feacbc980853
Cr-Commit-Position: refs/heads/master@{#406594}

Powered by Google App Engine
This is Rietveld 408576698