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

Issue 1318683002: Make cvox2 feedback more robust when focusing a text field. (Closed)

Created:
5 years, 3 months ago by dmazzoni
Modified:
5 years, 3 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+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
Base URL:
https://chromium.googlesource.com/chromium/src.git@mock_feedback
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make cvox2 feedback more robust when focusing a text field. The editable text handler was speaking unnecessarily on focus. Modifies MockFeedback to allow us to assert that a certain utterance is not spoken at a given place in the sequence. Depends on: https://codereview.chromium.org/1302763002/ BUG=none Committed: https://crrev.com/5a266cee66909121cc4cfc535ddfed24c0838f7c Cr-Commit-Position: refs/heads/master@{#348466}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address feedback from plundblad #

Total comments: 4

Patch Set 3 : Added caveat about next spoken utterance #

Patch Set 4 : Rebase #

Patch Set 5 : EditableTextBase expects start < end #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -14 lines) Patch
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js View 1 2 3 4 4 chunks +36 lines, -14 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs View 1 2 chunks +29 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/mock_feedback.js View 1 2 1 chunk +31 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 19 (6 generated)
dmazzoni
5 years, 3 months ago (2015-08-26 05:54:56 UTC) #2
Peter Lundblad
https://codereview.chromium.org/1318683002/diff/1/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js (right): https://codereview.chromium.org/1318683002/diff/1/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js#newcode479 chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js:479: if (evt.target.role == 'textField' || evt.target.role == 'textBox') { ...
5 years, 3 months ago (2015-08-26 16:56:13 UTC) #3
dmazzoni
https://codereview.chromium.org/1318683002/diff/1/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js (right): https://codereview.chromium.org/1318683002/diff/1/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js#newcode479 chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js:479: if (evt.target.role == 'textField' || evt.target.role == 'textBox') { ...
5 years, 3 months ago (2015-08-26 18:18:23 UTC) #4
Peter Lundblad
dmazzoni@chromium.org writes: > > https://codereview.chromium.org/1318683002/diff/1/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js > File > chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js > (right): > > https://codereview.chromium.org/1318683002/diff/1/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js#newcode479 > ...
5 years, 3 months ago (2015-08-26 18:34:27 UTC) #5
dmazzoni
I added a specific caveat to the comment, does that look good/ On Wed, Aug ...
5 years, 3 months ago (2015-08-26 18:40:53 UTC) #6
Peter Lundblad
lgtm https://codereview.chromium.org/1318683002/diff/20001/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js (right): https://codereview.chromium.org/1318683002/diff/20001/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js#newcode479 chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js:479: if (evt.target.role == RoleType.textField) Should we have an ...
5 years, 3 months ago (2015-08-26 18:42:37 UTC) #7
Peter Lundblad
Dominic Mazzoni writes: > I added a specific caveat to the comment, does that look ...
5 years, 3 months ago (2015-08-26 18:45:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1318683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1318683002/60001
5 years, 3 months ago (2015-08-28 21:09:43 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/56539)
5 years, 3 months ago (2015-08-28 22:04:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1318683002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1318683002/80001
5 years, 3 months ago (2015-09-11 19:25:18 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 3 months ago (2015-09-11 19:51:26 UTC) #17
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/5a266cee66909121cc4cfc535ddfed24c0838f7c Cr-Commit-Position: refs/heads/master@{#348466}
5 years, 3 months ago (2015-09-11 19:52:50 UTC) #18
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:25:27 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5a266cee66909121cc4cfc535ddfed24c0838f7c
Cr-Commit-Position: refs/heads/master@{#348466}

Powered by Google App Engine
This is Rietveld 408576698