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

Issue 257763008: Added a11y alert on entering overview mode (Closed)

Created:
6 years, 8 months ago by Nina
Modified:
6 years, 7 months ago
Reviewers:
flackr, tdanderson, sky
CC:
chromium-reviews, tdanderson+overview_chromium.org, kalyank, sadrul, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Added a11y alert on entering window overview mode. The patch alerts a11y support that the overview mode has been activated. If chromevox is enabled, it will speak aloud "Alert, entered window overview mode". BUG=332992 TEST=WindowSelectorTest.A11yAlertOnOverviewMode Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267246

Patch Set 1 #

Total comments: 13

Patch Set 2 : Changed names, some code cleanup #

Patch Set 3 : Added unittest #

Patch Set 4 : fixed small typographic issue #

Total comments: 6

Patch Set 5 : Fixed issues discovered by reviewers #

Total comments: 2

Patch Set 6 : Fixed tiny nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -1 line) Patch
M ash/accessibility_delegate.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/overview/window_overview.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Nina
Hi Terry, Rob, Can you take a look into this? The patch alerts a11y support ...
6 years, 8 months ago (2014-04-25 19:30:51 UTC) #1
tdanderson
Nico, Looks good! I have left some comments inline below. Also, please include a brief ...
6 years, 7 months ago (2014-04-28 15:34:38 UTC) #2
tdanderson
https://chromiumcodereview.appspot.com/257763008/diff/1/ash/accessibility_delegate.h File ash/accessibility_delegate.h (right): https://chromiumcodereview.appspot.com/257763008/diff/1/ash/accessibility_delegate.h#newcode22 ash/accessibility_delegate.h:22: A11Y_ALERT_WINDOW_OVERVIEW_STARTING On 2014/04/28 15:34:39, tdanderson wrote: > I'd prefer ...
6 years, 7 months ago (2014-04-28 16:47:00 UTC) #3
Nina
Changes applied! Can you take a look into it again? https://chromiumcodereview.appspot.com/257763008/diff/1/ash/accessibility_delegate.h File ash/accessibility_delegate.h (right): https://chromiumcodereview.appspot.com/257763008/diff/1/ash/accessibility_delegate.h#newcode22 ...
6 years, 7 months ago (2014-04-28 17:24:43 UTC) #4
Nina
Added unittest!
6 years, 7 months ago (2014-04-28 19:33:24 UTC) #5
tdanderson
In the issue description: * TEST=WindowSelectorTest.A11yAlertOnOverviewMode * Change "Alert, window overview activated" to the new ...
6 years, 7 months ago (2014-04-28 21:59:54 UTC) #6
flackr
LGTM with the changes that Terry suggested and a couple nits. https://chromiumcodereview.appspot.com/257763008/diff/50001/ash/wm/overview/window_overview.cc File ash/wm/overview/window_overview.cc (right): ...
6 years, 7 months ago (2014-04-28 23:34:42 UTC) #7
Nina
sky@chromium.org: Please review changes in chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc ash/accessibility_delegate.h Thanks! https://chromiumcodereview.appspot.com/257763008/diff/50001/ash/wm/overview/window_overview.cc File ash/wm/overview/window_overview.cc (right): https://chromiumcodereview.appspot.com/257763008/diff/50001/ash/wm/overview/window_overview.cc#newcode154 ash/wm/overview/window_overview.cc:154: Shell::GetInstance()->accessibility_delegate()->TriggerAccessibilityAlert( ...
6 years, 7 months ago (2014-04-29 13:12:17 UTC) #8
flackr
https://chromiumcodereview.appspot.com/257763008/diff/70001/ash/wm/overview/window_overview.cc File ash/wm/overview/window_overview.cc (right): https://chromiumcodereview.appspot.com/257763008/diff/70001/ash/wm/overview/window_overview.cc#newcode155 ash/wm/overview/window_overview.cc:155: if (window_selector_->mode() == WindowSelector::OVERVIEW) nit: need braces { } ...
6 years, 7 months ago (2014-04-29 14:21:16 UTC) #9
Nina
Fixed nit https://chromiumcodereview.appspot.com/257763008/diff/70001/ash/wm/overview/window_overview.cc File ash/wm/overview/window_overview.cc (right): https://chromiumcodereview.appspot.com/257763008/diff/70001/ash/wm/overview/window_overview.cc#newcode155 ash/wm/overview/window_overview.cc:155: if (window_selector_->mode() == WindowSelector::OVERVIEW) On 2014/04/29 14:21:16, ...
6 years, 7 months ago (2014-04-29 14:24:33 UTC) #10
sky
LGTM
6 years, 7 months ago (2014-04-29 15:33:31 UTC) #11
tdanderson
The CQ bit was checked by tdanderson@chromium.org
6 years, 7 months ago (2014-04-30 14:35:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nsatragno@chromium.org/257763008/90001
6 years, 7 months ago (2014-04-30 14:35:32 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 17:01:12 UTC) #14
Message was sent while issue was closed.
Change committed as 267246

Powered by Google App Engine
This is Rietveld 408576698