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

Issue 522433002: Merge text from all changes to the same live region into one utterance. (Closed)

Created:
6 years, 3 months ago by dmazzoni
Modified:
6 years, 3 months ago
Reviewers:
David Tseng
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nkostylev+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Merge text from all changes to the same live region into one utterance. The problem was that if there were two objects that both changed in the same live region, like 'apple' and 'orange', they should really be spoken in sequence, but there was no way to enforce that - another utterance can be inserted in-between them. Until we have a way to enforce it, combining the text is a better user experience. To match other screen readers, read text and control values, but not roles and states. BUG=408821 Committed: https://crrev.com/07528460dfe5e3420e6b61871340658b0ee7223c Cr-Commit-Position: refs/heads/master@{#296070}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address feedback, add tests #

Total comments: 4

Patch Set 3 : No setTimeout #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -5 lines) Patch
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js View 1 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs View 1 2 3 chunks +68 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
dmazzoni
dmazzoni@chromium.org changed reviewers: + dtseng@chromium.org
6 years, 3 months ago (2014-08-28 23:00:02 UTC) #1
dmazzoni
6 years, 3 months ago (2014-08-28 23:00:02 UTC) #2
David Tseng
https://codereview.chromium.org/522433002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js File chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js (right): https://codereview.chromium.org/522433002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js#newcode414 chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js:414: // to group the nav descriptions together, collapse them ...
6 years, 3 months ago (2014-08-29 17:06:27 UTC) #3
dmazzoni
PTAL. I ported the live region tests and added new tests for this change. https://codereview.chromium.org/522433002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js ...
6 years, 3 months ago (2014-09-18 20:58:21 UTC) #4
David Tseng
https://codereview.chromium.org/522433002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs File chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs (right): https://codereview.chromium.org/522433002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs#newcode276 chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs:276: }, 20); All of these are potentially flakey right? ...
6 years, 3 months ago (2014-09-19 19:32:08 UTC) #5
dmazzoni
https://codereview.chromium.org/522433002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs File chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs (right): https://codereview.chromium.org/522433002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs#newcode276 chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs:276: }, 20); On 2014/09/19 19:32:08, David Tseng wrote: > ...
6 years, 3 months ago (2014-09-22 07:33:04 UTC) #6
David Tseng
lgtm https://codereview.chromium.org/522433002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs File chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs (right): https://codereview.chromium.org/522433002/diff/20001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs#newcode276 chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions_test.unitjs:276: }, 20); On 2014/09/19 19:32:08, David Tseng wrote: ...
6 years, 3 months ago (2014-09-22 15:54:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/522433002/60001
6 years, 3 months ago (2014-09-22 21:20:15 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001) as fc39dd3bf59f920c8a80f6ffc54bb6214c960e9a
6 years, 3 months ago (2014-09-22 22:21:40 UTC) #10
commit-bot: I haz the power
6 years, 3 months ago (2014-09-22 22:22:35 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/07528460dfe5e3420e6b61871340658b0ee7223c
Cr-Commit-Position: refs/heads/master@{#296070}

Powered by Google App Engine
This is Rietveld 408576698