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

Issue 955643006: Allows endCallbacks in tts to queue up speech in the speech queue and simplify speech output logic. (Closed)

Created:
5 years, 10 months ago by David Tseng
Modified:
5 years, 10 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, dtseng+watch_chromium.org, je_julie(Not used), nkostylev+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, oshima+watch_chromium.org, stevenjb+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

Allows endCallbacks in tts to queue up speech in the speech queue and simplify speech output logic. - the speech queue was clearing the current utterance _after_ executing end callbacks; end callbacks themselves could have generated new utterances, so this cleared the new utterance rather than the previous "current" ones. - remove overriding of onEvent by output.js. - update continous read test. TEST=chromevox_tests --run-manual passes. BUG=461824 Committed: https://crrev.com/dfb97c2fe170e638d7cdf40e769a350e6cecf10c Cr-Commit-Position: refs/heads/master@{#318061}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Messages

Total messages: 13 (3 generated)
David Tseng
5 years, 10 months ago (2015-02-24 22:46:28 UTC) #2
dmazzoni
https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js File chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js (left): https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js#oldcode305 chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js:305: this.cancelUtterance_(this.currentUtterance_); Are you totally sure this won't break ChromeVox ...
5 years, 10 months ago (2015-02-24 22:59:07 UTC) #3
David Tseng
https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js File chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js (left): https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js#oldcode305 chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js:305: this.cancelUtterance_(this.currentUtterance_); On 2015/02/24 22:59:07, dmazzoni wrote: > Are you ...
5 years, 10 months ago (2015-02-24 23:17:56 UTC) #4
dmazzoni
https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js File chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js (left): https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js#oldcode460 chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js:460: utterance.properties['endCallback'](); On 2015/02/24 23:17:56, David Tseng wrote: > On ...
5 years, 10 months ago (2015-02-24 23:35:09 UTC) #5
David Tseng
https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js File chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js (left): https://codereview.chromium.org/955643006/diff/1/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js#oldcode460 chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js:460: utterance.properties['endCallback'](); On 2015/02/24 23:35:09, dmazzoni wrote: > On 2015/02/24 ...
5 years, 10 months ago (2015-02-25 00:51:17 UTC) #6
dmazzoni
lgtm https://codereview.chromium.org/955643006/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js (right): https://codereview.chromium.org/955643006/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js#newcode386 chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js:386: cleanupOnly: opt_cleanupOnly, keep the syntax for object key ...
5 years, 10 months ago (2015-02-25 01:02:21 UTC) #7
David Tseng
https://codereview.chromium.org/955643006/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js File chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js (right): https://codereview.chromium.org/955643006/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js#newcode386 chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js:386: cleanupOnly: opt_cleanupOnly, On 2015/02/25 01:02:21, dmazzoni wrote: > keep ...
5 years, 10 months ago (2015-02-25 15:56:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/955643006/40001
5 years, 10 months ago (2015-02-25 16:04:11 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-25 16:38:52 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 16:39:33 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/dfb97c2fe170e638d7cdf40e769a350e6cecf10c
Cr-Commit-Position: refs/heads/master@{#318061}

Powered by Google App Engine
This is Rietveld 408576698