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

Issue 2680383002: Created skeleton for switch access component extension. (Closed)

Created:
3 years, 10 months ago by elichtenberg
Modified:
3 years, 10 months ago
CC:
aboxhall+watch_chromium.org, alemate+watch_chromium.org, arv+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, davemoore+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, extensions-reviews_chromium.org, je_julie, nektar+watch_chromium.org, oshima+watch_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Created skeleton for switch access component extension. If you run Chrome with the --enable-experimental-accessibility-features flag, then toggling the Switch access checkbox in the accessibility settings loads or unloads this component extension. This can be verified by inspecting the extension at chrome://inspect and seeing that switch_access.js logged to the background console. BUG=593885 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2680383002 Cr-Commit-Position: refs/heads/master@{#451915} Committed: https://chromium.googlesource.com/chromium/src/+/0746c1bd31524520714d53ab8e9f593730efa78a

Patch Set 1 #

Patch Set 2 : Fix test failures, address feedback #

Total comments: 4

Patch Set 3 : Fixing copyright year for new files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -1 line) Patch
M chrome/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/extensions/component_extensions_whitelist/whitelist.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/switch_access/BUILD.gn View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/switch_access/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/switch_access/manifest.json.jinja2 View 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/switch_access/switch_access.js View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 54 (37 generated)
elichtenberg
3 years, 10 months ago (2017-02-08 20:48:01 UTC) #3
dmazzoni
Please edit the description and get rid of extra notes like merging, etc. in Chrome ...
3 years, 10 months ago (2017-02-09 00:16:04 UTC) #8
elichtenberg
On 2017/02/09 00:16:04, dmazzoni wrote: > Please edit the description and get rid of extra ...
3 years, 10 months ago (2017-02-09 19:14:13 UTC) #16
elichtenberg
3 years, 10 months ago (2017-02-09 19:16:20 UTC) #17
dmazzoni
lgtm +rockot for OWNERS approval of *extensions* https://codereview.chromium.org/2680383002/diff/20001/chrome/browser/resources/chromeos/switch_access/BUILD.gn File chrome/browser/resources/chromeos/switch_access/BUILD.gn (right): https://codereview.chromium.org/2680383002/diff/20001/chrome/browser/resources/chromeos/switch_access/BUILD.gn#newcode1 chrome/browser/resources/chromeos/switch_access/BUILD.gn:1: # Copyright ...
3 years, 10 months ago (2017-02-09 19:22:52 UTC) #19
Ken Rockot(use gerrit already)
rs lgtm
3 years, 10 months ago (2017-02-10 03:42:13 UTC) #20
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/2680383002/20001
3 years, 10 months ago (2017-02-10 19:27:25 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/361809)
3 years, 10 months ago (2017-02-10 19:41:48 UTC) #24
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/2680383002/20001
3 years, 10 months ago (2017-02-11 00:15:14 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/362120)
3 years, 10 months ago (2017-02-11 00:23:34 UTC) #32
elichtenberg
https://codereview.chromium.org/2680383002/diff/20001/chrome/browser/resources/chromeos/switch_access/BUILD.gn File chrome/browser/resources/chromeos/switch_access/BUILD.gn (right): https://codereview.chromium.org/2680383002/diff/20001/chrome/browser/resources/chromeos/switch_access/BUILD.gn#newcode1 chrome/browser/resources/chromeos/switch_access/BUILD.gn:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
3 years, 10 months ago (2017-02-11 00:36:59 UTC) #33
dmazzoni
+brettw for: chrome/browser/extensions/component_extensions_whitelist/whitelist.cc (discussed in offline thread - this will not impact startup performance)
3 years, 10 months ago (2017-02-15 22:49:18 UTC) #35
brettw
whitelist.cc LGTM as per eng-review thread started Feb 13.
3 years, 10 months ago (2017-02-20 17:36:07 UTC) #36
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/2680383002/40001
3 years, 10 months ago (2017-02-22 01:12:02 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-22 03:14:58 UTC) #49
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/2680383002/40001
3 years, 10 months ago (2017-02-22 07:49:54 UTC) #51
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 08:00:08 UTC) #54
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/0746c1bd31524520714d53ab8e9f...

Powered by Google App Engine
This is Rietveld 408576698