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

Issue 1035983003: Split spoken feedback up on a per format rule basis. (Closed)

Created:
5 years, 9 months ago by David Tseng
Modified:
5 years, 8 months ago
CC:
chromium-reviews, je_julie(Not used), oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nkostylev+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split spoken feedback up on a per format rule basis. Committed: https://crrev.com/245c79e93e9c0ae0261e441537ecc35c78fcb134 Cr-Commit-Position: refs/heads/master@{#325301}

Patch Set 1 #

Patch Set 2 : Fix test and rebase #

Patch Set 3 : Rebased. #

Total comments: 3

Patch Set 4 : Loaded authentication cookies from /usr/local/google/home/dtseng/.codereview_upload_cookiesshell #

Patch Set 5 : Add test. #

Patch Set 6 : cleanup #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : Much better output test. #

Patch Set 19 : Rebase. #

Total comments: 6

Patch Set 20 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -161 lines) Patch
M chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 8 chunks +49 lines, -24 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 28 chunks +183 lines, -128 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +55 lines, -9 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
David Tseng
5 years, 9 months ago (2015-03-26 17:20:11 UTC) #2
Peter Lundblad
https://codereview.chromium.org/1035983003/diff/40001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/1035983003/diff/40001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode373 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:373: splits = splits.filter(function(i) { When are we going to ...
5 years, 8 months ago (2015-03-30 15:27:46 UTC) #3
David Tseng
plundblad@chromium.org writes: > https://codereview.chromium.org/1035983003/diff/40001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js > File > chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js > (right): > > https://codereview.chromium.org/1035983003/diff/40001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode373 > chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:373: ...
5 years, 8 months ago (2015-03-30 16:56:20 UTC) #4
David Tseng
+ dmazzoni Reworked this cl to represent output as an array of spannables. This seemed ...
5 years, 8 months ago (2015-04-07 19:33:11 UTC) #6
David Tseng
Friendly Monday ping. On 2015/04/07 19:33:11, David Tseng wrote: > + dmazzoni > > Reworked ...
5 years, 8 months ago (2015-04-13 22:43:34 UTC) #7
dmazzoni
Idea sounds great, just one possible concern https://codereview.chromium.org/1035983003/diff/420001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/1035983003/diff/420001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode133 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:133: * Metadata ...
5 years, 8 months ago (2015-04-13 22:56:52 UTC) #12
David Tseng
https://codereview.chromium.org/1035983003/diff/420001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/1035983003/diff/420001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode133 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:133: * Metadata about supported automation states. On 2015/04/13 22:56:52, ...
5 years, 8 months ago (2015-04-15 17:58:36 UTC) #13
David Tseng
 https://codereview.chromium.org/1035983003/diff/420001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js (right): https://codereview.chromium.org/1035983003/diff/420001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js#newcode397 chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js:397: this.speechProperties_['startCallback'] = this.speechStartCallback_; On 2015/04/13 22:56:52, dmazzoni wrote: ...
5 years, 8 months ago (2015-04-15 18:00:51 UTC) #14
dmazzoni
lgtm
5 years, 8 months ago (2015-04-15 20:22:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1035983003/440001
5 years, 8 months ago (2015-04-15 20:24:11 UTC) #17
commit-bot: I haz the power
Committed patchset #20 (id:440001)
5 years, 8 months ago (2015-04-15 20:55:01 UTC) #18
commit-bot: I haz the power
Patchset 20 (id:??) landed as https://crrev.com/245c79e93e9c0ae0261e441537ecc35c78fcb134 Cr-Commit-Position: refs/heads/master@{#325301}
5 years, 8 months ago (2015-04-15 20:55:57 UTC) #19
maniscalco
5 years, 8 months ago (2015-04-15 23:09:34 UTC) #20
Message was sent while issue was closed.
A revert of this CL (patchset #20 id:440001) has been created in
https://codereview.chromium.org/1060913004/ by maniscalco@chromium.org.

The reason for reverting is: Looks like this is causing test timeouts on linux
asan.  For details, see
https://code.google.com/p/chromium/issues/detail?id=477492
.

Powered by Google App Engine
This is Rietveld 408576698