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

Issue 586103004: Implement ChromeVox next/previous line, link, and heading. (Closed)

Created:
6 years, 3 months ago by David Tseng
Modified:
6 years, 2 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
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkcr
Project:
chromium
Visibility:
Public.

Description

ImplementChromeVox next/previous line, link, and heading. Committed: https://crrev.com/930fcbcccbb7a4c0c8892acf175503555099e29c Cr-Commit-Position: refs/heads/master@{#297234}

Patch Set 1 #

Total comments: 6

Patch Set 2 : New refactored code. #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Added test (and support). #

Total comments: 4

Patch Set 6 : Indent #

Patch Set 7 : Additional test improvements. #

Patch Set 8 : Don't observe layout complete (too noisy). #

Patch Set 9 : More cleanup. #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 18

Patch Set 12 : Address comments. #

Messages

Total messages: 30 (12 generated)
David Tseng
WIP. Just an FYI where things are heading; probably a good time to sit down ...
6 years, 3 months ago (2014-09-19 22:25:50 UTC) #2
dmazzoni
https://codereview.chromium.org/586103004/diff/1/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js File chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js (right): https://codereview.chromium.org/586103004/diff/1/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js#newcode113 chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js:113: return ret; nit: indent https://codereview.chromium.org/586103004/diff/1/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js#newcode154 chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js:154: return e.role == ...
6 years, 3 months ago (2014-09-22 06:44:26 UTC) #3
Peter Lundblad
https://codereview.chromium.org/586103004/diff/1/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js File chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js (right): https://codereview.chromium.org/586103004/diff/1/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js#newcode148 chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js:148: current = moveNext(current, true, function(e) { I think using ...
6 years, 3 months ago (2014-09-22 09:31:00 UTC) #4
David Tseng
PTAL; tests still coming (somewhat blocked on the switch over to a runtime flag to ...
6 years, 2 months ago (2014-09-22 23:41:29 UTC) #5
David Tseng
https://codereview.chromium.org/586103004/diff/1/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js File chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js (right): https://codereview.chromium.org/586103004/diff/1/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js#newcode113 chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js:113: return ret; On 2014/09/22 06:44:26, dmazzoni wrote: > nit: ...
6 years, 2 months ago (2014-09-22 23:45:34 UTC) #6
David Tseng
FYI; looks like setting focus on each navigation/jump command is super expensive. Will look into ...
6 years, 2 months ago (2014-09-23 00:54:42 UTC) #7
David Tseng
On 2014/09/23 00:54:42, David Tseng wrote: > FYI; looks like setting focus on each navigation/jump ...
6 years, 2 months ago (2014-09-25 22:42:33 UTC) #9
dmazzoni
Looking pretty good now! https://codereview.chromium.org/586103004/diff/100001/chrome/browser/resources/chromeos/braille_ime/OWNERS File chrome/browser/resources/chromeos/braille_ime/OWNERS (left): https://codereview.chromium.org/586103004/diff/100001/chrome/browser/resources/chromeos/braille_ime/OWNERS#oldcode1 chrome/browser/resources/chromeos/braille_ime/OWNERS:1: aboxhall@chromium.org Was this file deleted ...
6 years, 2 months ago (2014-09-26 06:08:53 UTC) #10
David Tseng
On Thu 25 Sep 2014 11:08:52 PM PDT, dmazzoni@chromium.org wrote: > Looking pretty good now! ...
6 years, 2 months ago (2014-09-26 16:33:22 UTC) #11
David Tseng
On Thu 25 Sep 2014 11:08:52 PM PDT, dmazzoni@chromium.org wrote: > Looking pretty good now! ...
6 years, 2 months ago (2014-09-26 16:41:15 UTC) #12
David Tseng
PTAL; made some improvements to the test helpers/naming.
6 years, 2 months ago (2014-09-26 18:26:29 UTC) #13
dmazzoni
Please add a tracking bug to this changelist. The tests are looking really good now. ...
6 years, 2 months ago (2014-09-29 06:06:18 UTC) #15
dmazzoni
lgtm with above comments addressed
6 years, 2 months ago (2014-09-29 06:06:32 UTC) #16
David Tseng
https://codereview.chromium.org/586103004/diff/240001/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js (right): https://codereview.chromium.org/586103004/diff/240001/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js#newcode91 chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js:91: * Find the directed next node that is either ...
6 years, 2 months ago (2014-09-29 17:05:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/586103004/320001
6 years, 2 months ago (2014-09-29 18:08:12 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/586103004/360001
6 years, 2 months ago (2014-09-29 18:34:53 UTC) #28
commit-bot: I haz the power
Committed patchset #12 (id:360001) as 3c9b47e721a381174a88dbe6637f8ac23cb3ee0a
6 years, 2 months ago (2014-09-29 19:36:49 UTC) #29
commit-bot: I haz the power
6 years, 2 months ago (2014-09-29 19:37:16 UTC) #30
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/930fcbcccbb7a4c0c8892acf175503555099e29c
Cr-Commit-Position: refs/heads/master@{#297234}

Powered by Google App Engine
This is Rietveld 408576698