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

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed)

Created:
4 years, 9 months ago by dmazzoni
Modified:
4 years, 9 months ago
CC:
aboxhall+watch_chromium.org, arv+watch_chromium.org, asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, davemoore+watch_chromium.org, dbeam+watch-options_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, extensions-reviews_chromium.org, je_julie, kalyank, michaelpg+watch-options_chromium.org, nektar+watch_chromium.org, oshima+watch_chromium.org, sadrul, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add 5 experimental accessibility features on Chrome OS. This just adds the boilerplate for five new accessibility features and hides them behind a flag. All five have been prototyped and are ready for implementation. The first three are related, they just provide visual highlighting to help low-vision users keep track of things on the screen: * Caret highlight * Cursor highlight * Focus highlight Hold down a key and click or drag to speak any visible text on screen * Select to speak Control the whole computer with a single switch (for motor impaired users) * Switch access For now, there's no need to put these in the tray. They can graduate to the tray when they launch. BUG=314889, 593887, 593885 Committed: https://crrev.com/756089a218696542cadcf96a1a7ed00025c1f255 Cr-Commit-Position: refs/heads/master@{#381353}

Patch Set 1 #

Patch Set 2 : Add PrefHandlers to AccessibilityManager #

Total comments: 8

Patch Set 3 : Get rid of extra metrics #

Total comments: 7

Patch Set 4 : Ported to md-settings too #

Total comments: 9

Patch Set 5 : Remove MD settings #

Patch Set 6 : Remove unused ids #

Patch Set 7 : Rebase #

Patch Set 8 : Add TODO to pref_names with link to bug #

Patch Set 9 : Add stub for accessibilityFeatures docs #

Patch Set 10 : Change option_name to option-name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+717 lines, -32 lines) Patch
M ash/accessibility_delegate.h View 1 chunk +30 lines, -0 lines 0 comments Download
M ash/default_accessibility_delegate.h View 1 2 3 2 chunks +23 lines, -8 lines 0 comments Download
M ash/default_accessibility_delegate.cc View 1 2 3 2 chunks +41 lines, -10 lines 0 comments Download
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 8 9 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 4 chunks +45 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 7 chunks +187 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/info_private_api.cc View 2 chunks +34 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 chunk +16 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 4 5 6 7 8 9 2 chunks +68 lines, -1 line 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc View 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_views.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 5 6 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/accessibility_features.json View 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/chromeos_info_private.json View 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/intros/accessibilityFeatures.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 4 5 6 7 8 9 3 chunks +52 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 4 chunks +41 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 34 (10 generated)
dmazzoni
oshima: ash/, chrome/browser/chromeos/ chrome/browser/ui/ash/ dbeam: chrome/browser/resources/options/, chrome/browser/ui/webui/options/ rockot: chrome/common/extensions/api/ isherman: tools/metrics/
4 years, 9 months ago (2016-03-10 22:49:26 UTC) #2
Ilya Sherman
https://codereview.chromium.org/1785833002/diff/20001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/1785833002/diff/20001/tools/metrics/actions/actions.xml#newcode9334 tools/metrics/actions/actions.xml:9334: <action name="Options_AccessibilityCaretHighlight"> It seems redundant to have both this, ...
4 years, 9 months ago (2016-03-10 23:41:17 UTC) #3
dmazzoni
https://codereview.chromium.org/1785833002/diff/20001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/1785833002/diff/20001/tools/metrics/actions/actions.xml#newcode9334 tools/metrics/actions/actions.xml:9334: <action name="Options_AccessibilityCaretHighlight"> On 2016/03/10 23:41:16, Ilya Sherman wrote: > ...
4 years, 9 months ago (2016-03-10 23:56:58 UTC) #4
Ilya Sherman
metrics lgtm, thanks
4 years, 9 months ago (2016-03-10 23:58:22 UTC) #5
oshima
https://codereview.chromium.org/1785833002/diff/40001/chrome/common/pref_names.h File chrome/common/pref_names.h (right): https://codereview.chromium.org/1785833002/diff/40001/chrome/common/pref_names.h#newcode222 chrome/common/pref_names.h:222: extern const char kAccessibilitySwitchAccessEnabled[]; does these pref key have ...
4 years, 9 months ago (2016-03-11 02:20:56 UTC) #6
Dan Beam
lgtm w/nits https://codereview.chromium.org/1785833002/diff/20001/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): https://codereview.chromium.org/1785833002/diff/20001/chrome/browser/resources/options/browser_options.html#newcode969 chrome/browser/resources/options/browser_options.html:969: <div id="experimental_accessibility_features" hidden> ids-like-this https://codereview.chromium.org/1785833002/diff/20001/chromeos/chromeos_switches.cc File chromeos/chromeos_switches.cc ...
4 years, 9 months ago (2016-03-11 05:35:40 UTC) #7
dmazzoni
https://codereview.chromium.org/1785833002/diff/40001/chrome/common/pref_names.h File chrome/common/pref_names.h (right): https://codereview.chromium.org/1785833002/diff/40001/chrome/common/pref_names.h#newcode222 chrome/common/pref_names.h:222: extern const char kAccessibilitySwitchAccessEnabled[]; On 2016/03/11 02:20:55, oshima wrote: ...
4 years, 9 months ago (2016-03-11 15:11:28 UTC) #8
dmazzoni
On 2016/03/11 05:35:40, Dan Beam wrote: > instead, I recommend you port it ;) (to ...
4 years, 9 months ago (2016-03-11 15:12:54 UTC) #9
Dan Beam
On 2016/03/11 15:12:54, dmazzoni wrote: > On 2016/03/11 05:35:40, Dan Beam wrote: > > instead, ...
4 years, 9 months ago (2016-03-11 17:23:04 UTC) #10
dmazzoni
OK, ported to md-settings, too. It works, but the strings don't show up until after ...
4 years, 9 months ago (2016-03-11 20:29:35 UTC) #11
Dan Beam
i would consider splitting the MD impl off if this CL is time sensitive https://codereview.chromium.org/1785833002/diff/60001/chrome/browser/resources/options/browser_options.html ...
4 years, 9 months ago (2016-03-11 22:07:20 UTC) #12
dmazzoni
Material Design settings changes moved to a different changelist: https://codereview.chromium.org/1798733003/ https://codereview.chromium.org/1785833002/diff/60001/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): https://codereview.chromium.org/1785833002/diff/60001/chrome/browser/resources/options/browser_options.html#newcode970 ...
4 years, 9 months ago (2016-03-14 04:24:53 UTC) #13
Ken Rockot(use gerrit already)
extensions lgtm
4 years, 9 months ago (2016-03-14 18:59:00 UTC) #14
Dan Beam
still lgtm
4 years, 9 months ago (2016-03-14 21:11:50 UTC) #15
oshima
https://codereview.chromium.org/1785833002/diff/40001/chrome/common/pref_names.h File chrome/common/pref_names.h (right): https://codereview.chromium.org/1785833002/diff/40001/chrome/common/pref_names.h#newcode222 chrome/common/pref_names.h:222: extern const char kAccessibilitySwitchAccessEnabled[]; On 2016/03/11 15:11:28, dmazzoni wrote: ...
4 years, 9 months ago (2016-03-14 23:19:52 UTC) #16
dmazzoni
On 2016/03/14 23:19:52, oshima wrote: > It doesn't have to be in this CL, but ...
4 years, 9 months ago (2016-03-15 05:30:33 UTC) #17
oshima
lgtm thanks!
4 years, 9 months ago (2016-03-15 07:27:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785833002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785833002/120001
4 years, 9 months ago (2016-03-15 17:34:18 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/157203)
4 years, 9 months ago (2016-03-15 17:48:02 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785833002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785833002/160001
4 years, 9 months ago (2016-03-15 21:02:22 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/157296)
4 years, 9 months ago (2016-03-15 21:16:02 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785833002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785833002/180001
4 years, 9 months ago (2016-03-15 21:33:23 UTC) #31
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 9 months ago (2016-03-15 23:55:31 UTC) #32
commit-bot: I haz the power
4 years, 9 months ago (2016-03-15 23:56:25 UTC) #34
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/756089a218696542cadcf96a1a7ed00025c1f255
Cr-Commit-Position: refs/heads/master@{#381353}

Powered by Google App Engine
This is Rietveld 408576698