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

Issue 2771963002: List all a11y featuers in ash system menu (Closed)

Created:
3 years, 9 months ago by minch1
Modified:
3 years, 8 months ago
CC:
chromium-reviews, sadrul, vmpstr+watch_chromium.org, aboxhall+watch_chromium.org, wfh+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, tracing+reviews_chromium.org, kalyank
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

List all a11y featuers in ash system menu Old behavior, 'Automatic clicks' is disabled on login screen. 'Large mouse cursor' is disabled after login. New behavior, Keep the Accessibility detailed view in system tray the same in LOGIN | NOT LOGIN | LOCKED. top five settings, ChromeVox High contrast mode Screen magnifier Automatic clicks On-screen keyboard and five Additional settings, Large mouse cursor Mono audio Highlight text caret Highlight mouse cursor Highlight object with keyboard focus (this one will be invisible if ChromeVox is enabled) BUG=632107 Review-Url: https://codereview.chromium.org/2771963002 Review-Url: https://codereview.chromium.org/2771963002 Cr-Commit-Position: refs/heads/master@{#461248} Committed: https://chromium.googlesource.com/chromium/src/+/a0b24ab6769b406319d70bffd462266032a49ebb

Patch Set 1 #

Patch Set 2 : List all a11y featuers in ash system menu #

Patch Set 3 : Update the text of additional settings of a11y #

Total comments: 23

Patch Set 4 : Address the comments on PS#3 #

Total comments: 14

Patch Set 5 : Address comments on PS#4 #

Patch Set 6 : Fix typo. #

Patch Set 7 : Fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+804 lines, -69 lines) Patch
M ash/ash_strings.grd View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M ash/common/metrics/user_metrics_action.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M ash/common/system/tray_accessibility.h View 1 2 3 1 chunk +28 lines, -16 lines 0 comments Download
M ash/common/system/tray_accessibility.cc View 1 2 3 4 10 chunks +119 lines, -43 lines 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 1 2 3 4 2 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 4 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/chromeos/system/tray_accessibility_browsertest.cc View 1 2 3 4 5 36 chunks +539 lines, -9 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 4 3 chunks +52 lines, -0 lines 0 comments Download

Messages

Total messages: 61 (44 generated)
minch1
I am sorry for the codereview request. This CL is just a draft for Sarah ...
3 years, 9 months ago (2017-03-24 00:35:38 UTC) #3
minch1
3 years, 8 months ago (2017-03-28 18:03:56 UTC) #8
minch1
Can you help review?
3 years, 8 months ago (2017-03-28 19:22:03 UTC) #14
xiyuan
Please insert a blank line between subject and body. And document the behavior change in ...
3 years, 8 months ago (2017-03-28 20:11:26 UTC) #17
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2771963002/diff/40001/ash/metrics/user_metrics_recorder.cc File ash/metrics/user_metrics_recorder.cc (right): https://codereview.chromium.org/2771963002/diff/40001/ash/metrics/user_metrics_recorder.cc#newcode400 ash/metrics/user_metrics_recorder.cc:400: RecordAction(UserMetricsAction("StatusArea_MonoAudioDisabled")); These metrics actions seems to be missing from ...
3 years, 8 months ago (2017-03-28 21:28:13 UTC) #18
minch1
Hi, xiyuan@, xiaoyinh@, can you help review PS#4, which addressed the comments on PS#3. tdanderson@, ...
3 years, 8 months ago (2017-03-29 01:15:12 UTC) #22
xiyuan
lgtm https://codereview.chromium.org/2771963002/diff/40001/ash/common/system/tray_accessibility.h File ash/common/system/tray_accessibility.h (right): https://codereview.chromium.org/2771963002/diff/40001/ash/common/system/tray_accessibility.h#newcode88 ash/common/system/tray_accessibility.h:88: void AddSubHeader(int message_id); On 2017/03/29 01:15:11, minch1 wrote: ...
3 years, 8 months ago (2017-03-29 17:59:07 UTC) #29
tdanderson
The CL is looking good so far, I have left a few comments below: https://codereview.chromium.org/2771963002/diff/40001/ash/common/system/tray_accessibility.cc ...
3 years, 8 months ago (2017-03-29 18:57:03 UTC) #30
tdanderson
https://codereview.chromium.org/2771963002/diff/60001/ash/ash_strings.grd File ash/ash_strings.grd (right): https://codereview.chromium.org/2771963002/diff/60001/ash/ash_strings.grd#newcode330 ash/ash_strings.grd:330: <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_ADDITIONAL_SETTINGS" desc="The sub-header label for additional setting in ...
3 years, 8 months ago (2017-03-29 20:27:56 UTC) #31
xiaoyinh(OOO Sep 11-29)
lgtm. https://codereview.chromium.org/2771963002/diff/60001/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc File chrome/browser/chromeos/system/tray_accessibility_browsertest.cc (right): https://codereview.chromium.org/2771963002/diff/60001/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc#newcode529 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc:529: // Toggling caert highlight changes the visibility of ...
3 years, 8 months ago (2017-03-29 21:19:31 UTC) #32
minch1
Hi, tdanderson@, can you help take a look of the new PS. And I confirmed ...
3 years, 8 months ago (2017-03-29 21:35:28 UTC) #36
tdanderson
On 2017/03/29 21:35:28, minch1 wrote: > Hi, tdanderson@, can you help take a look of ...
3 years, 8 months ago (2017-03-29 21:36:45 UTC) #37
minch1
Hi, stevenjb@, holte@, can you help review my CL. Thanks.
3 years, 8 months ago (2017-03-29 22:18:20 UTC) #39
stevenjb
lgtm
3 years, 8 months ago (2017-03-30 16:34:05 UTC) #42
Steven Holte
lgtm
3 years, 8 months ago (2017-03-30 23:01:56 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2771963002/120001
3 years, 8 months ago (2017-03-31 22:08:59 UTC) #58
commit-bot: I haz the power
3 years, 8 months ago (2017-03-31 22:16:58 UTC) #61
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/a0b24ab6769b406319d70bffd462...

Powered by Google App Engine
This is Rietveld 408576698