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

Issue 337843005: Support basic reading of focus for both desktop and tabs trees. (Closed)

Created:
6 years, 6 months ago by David Tseng
Modified:
6 years, 6 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nkostylev+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Support basic reading of focus for both desktop and tabs trees. This implements: - basic spoken and braille feedback on tabs and desktop trees. - gives us a conceptual outline of the three entry points to interact with ChromeVox next: 1. keyboard (right now only possible by DOM events delivered through the content script) 2. through events received from the tabs automation tree 3. through events received from the desktop automation tree - test added against production ChromeVox for status tray. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278682

Patch Set 1 #

Patch Set 2 : Sync test. #

Patch Set 3 : Introduce e2e test fixture. #

Patch Set 4 : Fix test. #

Total comments: 14

Patch Set 5 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -81 lines) Patch
A + chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js View 1 2 3 4 2 chunks +32 lines, -13 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs View 1 2 3 4 1 chunk +68 lines, -29 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js View 1 2 3 4 2 chunks +52 lines, -39 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
David Tseng
6 years, 6 months ago (2014-06-17 01:41:45 UTC) #1
Peter Lundblad
lgtm with comments https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js File chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js (right): https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js#newcode11 chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js:11: function ChromeVoxE2ETest() {} nit: @constructor https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js#newcode12 ...
6 years, 6 months ago (2014-06-19 20:54:10 UTC) #2
David Tseng
https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js File chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js (right): https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js#newcode11 chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js:11: function ChromeVoxE2ETest() {} On 2014/06/19 20:54:10, Peter Lundblad wrote: ...
6 years, 6 months ago (2014-06-19 22:30:38 UTC) #3
Peter Lundblad
dtseng@chromium.org writes: > > https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js > File > chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js > (right): > > https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js#newcode11 > ...
6 years, 6 months ago (2014-06-19 22:55:25 UTC) #4
David Tseng
On 2014/06/19 22:55:25, Peter Lundblad wrote: > mailto:dtseng@chromium.org writes: > > > > > https://codereview.chromium.org/337843005/diff/60001/chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test.js ...
6 years, 6 months ago (2014-06-20 02:52:17 UTC) #5
David Tseng
The CQ bit was checked by dtseng@chromium.org
6 years, 6 months ago (2014-06-20 02:53:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/337843005/80001
6 years, 6 months ago (2014-06-20 02:57:12 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 12:07:05 UTC) #8
Message was sent while issue was closed.
Change committed as 278682

Powered by Google App Engine
This is Rietveld 408576698