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

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed)

Created:
8 years, 1 month ago by yoshiki
Modified:
8 years ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, dtseng+watch_chromium.org, sadrul, nkostylev+watch_chromium.org, hashimoto+watch_chromium.org, ben+watch_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, dmazzoni+watch_chromium.org, oshima+watch_chromium.org, ctguil+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, zork+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. This patch add a sub-menu to set accessibility feature (spoken feedback, high-contrast and screen magnifier) under accessibility menu. The design is at http://crbug.com/158281. BUG=160689, 158307 TEST=manual TBR=nkostylev@chromium.org, jhawkins@chromium.org # TBRing for just rename changes. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170180

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : rebase @169399 #

Patch Set 4 : review fix (comment #10) #

Total comments: 24

Patch Set 5 : rebase @169813 #

Patch Set 6 : review fix (#13, #14) #

Patch Set 7 : rebase @170115 #

Patch Set 8 : rebase @170134 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -161 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ash/ash_strings.grd View 1 2 3 4 5 6 1 chunk +21 lines, -2 lines 0 comments Download
A ash/magnifier/magnifier_constants.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 4 5 6 7 2 chunks +23 lines, -1 line 0 comments Download
M ash/shell_delegate.h View 1 2 3 4 5 6 2 chunks +18 lines, -2 lines 0 comments Download
M ash/system/chromeos/network/network_list_detailed_view_base.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray_notifier.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_notifier.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M ash/system/tray/test_system_tray_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/test_system_tray_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/tray/tray_constants.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/tray/tray_constants.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/tray_accessibility.h View 1 2 3 3 chunks +12 lines, -3 lines 0 comments Download
M ash/system/tray_accessibility.cc View 1 2 3 4 5 3 chunks +236 lines, -44 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 4 5 6 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_util.h View 1 2 3 4 5 3 chunks +18 lines, -22 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_util.cc View 1 2 3 4 5 4 chunks +20 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.cc View 1 2 3 4 5 4 chunks +20 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc View 1 2 3 4 5 4 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 4 5 6 6 chunks +21 lines, -8 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/ash_init.cc View 1 2 3 5 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 2 3 4 5 6 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 3 4 5 6 7 2 chunks +39 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc View 1 2 3 4 5 2 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
yoshiki
zork: could you take a first look at this CL, instead of previous one?
8 years, 1 month ago (2012-11-16 06:46:58 UTC) #1
Zachary Kuznia
https://codereview.chromium.org/11415025/diff/1026/ash/system/tray_accessibility.cc File ash/system/tray_accessibility.cc (right): https://codereview.chromium.org/11415025/diff/1026/ash/system/tray_accessibility.cc#newcode34 ash/system/tray_accessibility.cc:34: shell_delegate->GetScreenMagnifierType() == ash::MAGNIFIER_FULL); != ash::MAGNIFIER_NONE https://codereview.chromium.org/11415025/diff/1026/chrome/browser/ui/ash/chrome_shell_delegate.cc File chrome/browser/ui/ash/chrome_shell_delegate.cc (right): ...
8 years, 1 month ago (2012-11-21 08:07:11 UTC) #2
yoshiki
PTAL. Thanks, https://codereview.chromium.org/11415025/diff/1026/ash/system/tray_accessibility.cc File ash/system/tray_accessibility.cc (right): https://codereview.chromium.org/11415025/diff/1026/ash/system/tray_accessibility.cc#newcode34 ash/system/tray_accessibility.cc:34: shell_delegate->GetScreenMagnifierType() == ash::MAGNIFIER_FULL); On 2012/11/21 08:07:12, Zachary ...
8 years, 1 month ago (2012-11-21 14:48:04 UTC) #3
Nikita (slow)
https://codereview.chromium.org/11415025/diff/2025/ash/magnifier/magnifier_constants.h File ash/magnifier/magnifier_constants.h (right): https://codereview.chromium.org/11415025/diff/2025/ash/magnifier/magnifier_constants.h#newcode11 ash/magnifier/magnifier_constants.h:11: MAGNIFIER_OFF, I thought that screen magnifier only has on/off ...
8 years, 1 month ago (2012-11-21 16:48:48 UTC) #4
Zachary Kuznia
On 2012/11/21 16:48:48, Nikita Kostylev wrote: > https://codereview.chromium.org/11415025/diff/2025/ash/magnifier/magnifier_constants.h > File ash/magnifier/magnifier_constants.h (right): > > https://codereview.chromium.org/11415025/diff/2025/ash/magnifier/magnifier_constants.h#newcode11 ...
8 years, 1 month ago (2012-11-22 03:44:03 UTC) #5
Zachary Kuznia
lgtm
8 years, 1 month ago (2012-11-22 03:44:24 UTC) #6
yoshiki
On 2012/11/22 03:44:03, Zachary Kuznia wrote: > On 2012/11/21 16:48:48, Nikita Kostylev wrote: > > ...
8 years, 1 month ago (2012-11-22 23:53:59 UTC) #7
yoshiki
Hi, @darat, @stevenjb, @jhawkins. Could you take a look and approve? derat: - ash/* (except ...
8 years, 1 month ago (2012-11-22 23:55:01 UTC) #8
Nikita (slow)
On 2012/11/22 23:53:59, yoshiki wrote: > On 2012/11/22 03:44:03, Zachary Kuznia wrote: > > On ...
8 years, 1 month ago (2012-11-23 07:30:53 UTC) #9
Daniel Erat
https://codereview.chromium.org/11415025/diff/2025/ash/ash_strings.grd File ash/ash_strings.grd (right): https://codereview.chromium.org/11415025/diff/2025/ash/ash_strings.grd#newcode410 ash/ash_strings.grd:410: <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" desc="The label used in the title of ...
8 years ago (2012-11-25 21:22:09 UTC) #10
yoshiki
https://codereview.chromium.org/11415025/diff/2025/ash/ash_strings.grd#newcode410 > ash/ash_strings.grd:410: <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" > desc="The label used in the title of the accesibility ...
8 years ago (2012-11-26 04:54:12 UTC) #11
yoshiki
Oops, I made a mistake and I deleted the former "Patchset #3", which detat@ has ...
8 years ago (2012-11-26 04:58:23 UTC) #12
Daniel Erat
lgtm https://codereview.chromium.org/11415025/diff/2027/ash/shell_delegate.h File ash/shell_delegate.h (right): https://codereview.chromium.org/11415025/diff/2027/ash/shell_delegate.h#newcode146 ash/shell_delegate.h:146: virtual void SetScreenMagnifier(MagnifierType type) = 0; nit: should ...
8 years ago (2012-11-26 18:11:39 UTC) #13
stevenjb
https://codereview.chromium.org/11415025/diff/2027/ash/system/tray_accessibility.cc File ash/system/tray_accessibility.cc (right): https://codereview.chromium.org/11415025/diff/2027/ash/system/tray_accessibility.cc#newcode39 ash/system/tray_accessibility.cc:39: SystemTrayDelegate* tray_delegate = Shell::GetInstance()->tray_delegate(); tray_delegate() is safe to call ...
8 years ago (2012-11-26 19:32:10 UTC) #14
yoshiki
@stevenjb: PTAL https://codereview.chromium.org/11415025/diff/2027/ash/shell_delegate.h File ash/shell_delegate.h (right): https://codereview.chromium.org/11415025/diff/2027/ash/shell_delegate.h#newcode146 ash/shell_delegate.h:146: virtual void SetScreenMagnifier(MagnifierType type) = 0; On ...
8 years ago (2012-11-28 12:35:28 UTC) #15
stevenjb
lgtm
8 years ago (2012-11-28 17:53:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/11415025/16039
8 years ago (2012-11-28 18:27:58 UTC) #17
commit-bot: I haz the power
Presubmit check for 11415025-16039 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-28 18:28:22 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/11415025/16039
8 years ago (2012-11-29 01:58:30 UTC) #19
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years ago (2012-11-29 02:17:38 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/11415025/14042
8 years ago (2012-11-29 02:46:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/11415025/3041
8 years ago (2012-11-29 06:11:39 UTC) #22
commit-bot: I haz the power
8 years ago (2012-11-29 09:43:01 UTC) #23
Retried try job too often on win_rel for step(s) browser_tests

Powered by Google App Engine
This is Rietveld 408576698