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

Issue 2768703002: Wire up an api to darken screen for accessibility (Closed)

Created:
3 years, 9 months ago by David Tseng
Modified:
3 years, 9 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, mlamouri+watch-content_chromium.org, aboxhall+watch_chromium.org, jam, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, kalyank, chromium-apps-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Wire up an api to darken screen for accessibility BUG=625741 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2768703002 Cr-Commit-Position: refs/heads/master@{#459646} Committed: https://chromium.googlesource.com/chromium/src/+/3a17f21225fc435f31e588292073eab3e4952502

Patch Set 1 #

Patch Set 2 : Cvox changes. #

Total comments: 3

Patch Set 3 : Externs. #

Patch Set 4 : Move to accessibilityPrivate #

Patch Set 5 : Braille command mapping. #

Total comments: 8

Patch Set 6 : Address comments. #

Total comments: 2

Patch Set 7 : Run python script. #

Patch Set 8 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -188 lines) Patch
M chrome/browser/accessibility/accessibility_extension_api.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/accessibility/accessibility_extension_api.cc View 1 2 3 4 5 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js View 1 2 3 1 chunk +0 lines, -65 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json View 1 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/command_store.js View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/key_sequence.js View 1 2 3 3 chunks +1 line, -80 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/braille_command_handler.js View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/resources/chromeos/chromevox/cvox2/background/stubs.js View 1 2 3 1 chunk +0 lines, -37 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/accessibility_private.json View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/closure_compiler/externs/accessibility_private.js View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 31 (15 generated)
David Tseng
3 years, 9 months ago (2017-03-21 23:49:14 UTC) #2
dmazzoni
What do you think about accessibilityPrivate instead of automation? Arguments being: * We probably don't ...
3 years, 9 months ago (2017-03-22 21:40:49 UTC) #5
David Tseng
Just responding to a few comments. This api really belongs in systemPrivate, but that appears ...
3 years, 9 months ago (2017-03-22 22:51:38 UTC) #6
chromium-reviews
Ptal dmazzoni@chromium.org writes: > What do you think about accessibilityPrivate instead > of automation? > ...
3 years, 9 months ago (2017-03-24 15:46:21 UTC) #7
dmazzoni
lgtm with a couple of suggestions https://codereview.chromium.org/2768703002/diff/80001/chrome/browser/accessibility/accessibility_extension_api.cc File chrome/browser/accessibility/accessibility_extension_api.cc (right): https://codereview.chromium.org/2768703002/diff/80001/chrome/browser/accessibility/accessibility_extension_api.cc#newcode142 chrome/browser/accessibility/accessibility_extension_api.cc:142: bool enabled; How ...
3 years, 9 months ago (2017-03-24 16:02:40 UTC) #8
David Tseng
+ isherman for *historgram* + michaelpg for t/c/externs/accessibility_private.js + rockot for c/c/e/api/accessibility_private.json https://codereview.chromium.org/2768703002/diff/80001/chrome/browser/accessibility/accessibility_extension_api.cc File chrome/browser/accessibility/accessibility_extension_api.cc ...
3 years, 9 months ago (2017-03-24 18:07:43 UTC) #10
Ken Rockot(use gerrit already)
lgtm
3 years, 9 months ago (2017-03-24 19:21:06 UTC) #11
michaelpg
lgtm for externs https://codereview.chromium.org/2768703002/diff/80001/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd File chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd (right): https://codereview.chromium.org/2768703002/diff/80001/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd#newcode2711 chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd:2711: <message desc="Describes a command to darken ...
3 years, 9 months ago (2017-03-24 21:13:41 UTC) #12
dmazzoni
https://codereview.chromium.org/2768703002/diff/80001/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd File chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd (right): https://codereview.chromium.org/2768703002/diff/80001/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd#newcode2711 chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd:2711: <message desc="Describes a command to darken the screen." name="IDS_CHROMEVOX_DARKEN_SCREEN"> ...
3 years, 9 months ago (2017-03-24 21:24:37 UTC) #13
Ilya Sherman
https://codereview.chromium.org/2768703002/diff/100001/extensions/browser/extension_function_histogram_value.h File extensions/browser/extension_function_histogram_value.h (right): https://codereview.chromium.org/2768703002/diff/100001/extensions/browser/extension_function_histogram_value.h#newcode1232 extensions/browser/extension_function_histogram_value.h:1232: // python tools/metrics/histograms/update_extension_histograms.py ^^^
3 years, 9 months ago (2017-03-24 21:28:31 UTC) #14
David Tseng
https://codereview.chromium.org/2768703002/diff/100001/extensions/browser/extension_function_histogram_value.h File extensions/browser/extension_function_histogram_value.h (right): https://codereview.chromium.org/2768703002/diff/100001/extensions/browser/extension_function_histogram_value.h#newcode1232 extensions/browser/extension_function_histogram_value.h:1232: // python tools/metrics/histograms/update_extension_histograms.py On 2017/03/24 21:28:29, Ilya Sherman wrote: ...
3 years, 9 months ago (2017-03-24 21:54:39 UTC) #15
Ilya Sherman
histograms.xml lgtm
3 years, 9 months ago (2017-03-24 22:02:47 UTC) #18
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/2768703002/120001
3 years, 9 months ago (2017-03-25 00:34:31 UTC) #23
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/accessibility/accessibility_manager.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-25 00:40:04 UTC) #25
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/2768703002/140001
3 years, 9 months ago (2017-03-25 07:04:00 UTC) #28
commit-bot: I haz the power
3 years, 9 months ago (2017-03-25 09:00:31 UTC) #31
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/3a17f21225fc435f31e588292073...

Powered by Google App Engine
This is Rietveld 408576698