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

Issue 2487043002: Refine braille output (Closed)

Created:
4 years, 1 month ago by David Tseng
Modified:
4 years, 1 month ago
Reviewers:
dmazzoni
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, arv+watch_chromium.org, dtseng+watch_chromium.org, dmazzoni+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refine braille output - whitespace: handle exclusion of separator character ' ' for inline nodes - fix bug where we were adding additional value selection spans when adding text for selected notifications - general code cleanup: move logic to merge braille spans down into the code sites where they are being used - add support for character, word navigation (i.e. show the line and move the cursor under the character selected). BUG=663003, 545487, 523285 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/f9a9eed835172e6ecdb351901f1b5f40266d1ce3 Cr-Commit-Position: refs/heads/master@{#431492}

Patch Set 1 #

Patch Set 2 : Refine braille output #

Patch Set 3 : Fix test, better comment for tricky selection. #

Patch Set 4 : Refine braille output #

Patch Set 5 : Refine braille output #

Total comments: 17

Patch Set 6 : Simplify #

Total comments: 6

Patch Set 7 : Refine braille output #

Patch Set 8 : Add additional test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -87 lines) Patch
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs View 1 2 3 4 5 6 7 2 chunks +22 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js View 1 2 3 4 5 6 7 14 chunks +100 lines, -76 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs View 4 chunks +32 lines, -9 lines 0 comments Download

Messages

Total messages: 39 (25 generated)
David Tseng
dmazzoni@chromium.org
4 years, 1 month ago (2016-11-08 23:41:25 UTC) #2
David Tseng
Friendly ping On Tue, Nov 8, 2016 at 3:41 PM, <dtseng@chromium.org> wrote: > Reviewers: > ...
4 years, 1 month ago (2016-11-09 23:28:18 UTC) #16
David Tseng
I probably need to include a reviewer. PTAL.
4 years, 1 month ago (2016-11-10 01:02:47 UTC) #18
dmazzoni
https://codereview.chromium.org/2487043002/diff/80001/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs File chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs (right): https://codereview.chromium.org/2487043002/diff/80001/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs#newcode165 chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs:165: .expectBraille('endof test'); This looks like a bug
4 years, 1 month ago (2016-11-10 01:31:13 UTC) #19
David Tseng
On 2016/11/10 01:31:13, dmazzoni wrote: > https://codereview.chromium.org/2487043002/diff/80001/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs > File > chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs > (right): > > ...
4 years, 1 month ago (2016-11-10 04:28:48 UTC) #20
dmazzoni
https://codereview.chromium.org/2487043002/diff/80001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/2487043002/diff/80001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode1578 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:1578: // Note that there are two sets of indicies ...
4 years, 1 month ago (2016-11-10 17:17:22 UTC) #21
David Tseng
https://codereview.chromium.org/2487043002/diff/80001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/2487043002/diff/80001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode1578 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:1578: // Note that there are two sets of indicies ...
4 years, 1 month ago (2016-11-10 23:17:05 UTC) #22
dmazzoni
lgtm https://codereview.chromium.org/2487043002/diff/100001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/2487043002/diff/100001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode1607 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:1607: // This is output for speech or non-editable ...
4 years, 1 month ago (2016-11-10 23:31:29 UTC) #27
David Tseng
https://codereview.chromium.org/2487043002/diff/100001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/2487043002/diff/100001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode1607 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:1607: // This is output for speech or non-editable braille. ...
4 years, 1 month ago (2016-11-10 23:54:59 UTC) #28
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/2487043002/140001
4 years, 1 month ago (2016-11-11 02:31:20 UTC) #31
David Tseng
https://codereview.chromium.org/2487043002/diff/100001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/2487043002/diff/100001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode1607 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:1607: // This is output for speech or non-editable braille. ...
4 years, 1 month ago (2016-11-11 02:36:27 UTC) #33
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/2487043002/140001
4 years, 1 month ago (2016-11-11 02:36:57 UTC) #35
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 1 month ago (2016-11-11 04:01:21 UTC) #37
commit-bot: I haz the power
4 years, 1 month ago (2016-11-11 04:07:51 UTC) #39
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/f9a9eed835172e6ecdb351901f1b5f40266d1ce3
Cr-Commit-Position: refs/heads/master@{#431492}

Powered by Google App Engine
This is Rietveld 408576698