Fix continuous read in ChromeVox Next.
commit8793bf2e30bf977047ee88c57e91d05d414030ca
authordtseng <dtseng@chromium.org>
Mon, 11 May 2015 20:41:05 +0000 (11 13:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 11 May 2015 20:41:40 +0000 (11 20:41 +0000)
treeec042a7a39018297ccd435cdc90a69910d0fa138
parent0374f266283d285a5a5925d43c4f07074e3a5b65
Fix continuous read in ChromeVox Next.

- remove cancel utterance logic which incorrectly calls endCallback causing unexpected continuation of speech on stop().
- adds mapping for continuous read in compat mode.
- fixes continuous read test which is still prefixed manual.

TEST=verify continuous read works in ChromeVox Next and compat. Passes BackgroundTest.MANUAL_ContinuousRead

Review URL: https://codereview.chromium.org/1138813002

Cr-Commit-Position: refs/heads/master@{#329229}
chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js
chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2