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

Side by Side Diff: chrome/common/extensions/api/_api_features.json

Issue 258063008: Revert "Rename experimental.accessibility to accessibilityPrivate" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines extension APIs implemented under src/chrome. 5 // This features file defines extension APIs implemented under src/chrome.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 // 8 //
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
11 11
12 { 12 {
13 "accessibilityFeatures": [{ 13 "accessibilityFeatures": [{
14 "platforms": ["chromeos"], 14 "platforms": ["chromeos"],
15 "dependencies": ["permission:accessibilityFeatures.modify"], 15 "dependencies": ["permission:accessibilityFeatures.modify"],
16 "contexts": ["blessed_extension"] 16 "contexts": ["blessed_extension"]
17 }, { 17 }, {
18 "platforms": ["chromeos"], 18 "platforms": ["chromeos"],
19 "dependencies": ["permission:accessibilityFeatures.read"], 19 "dependencies": ["permission:accessibilityFeatures.read"],
20 "contexts": ["blessed_extension"] 20 "contexts": ["blessed_extension"]
21 }], 21 }],
22 "accessibilityPrivate": {
23 "dependencies": ["permission:accessibilityPrivate"],
24 "contexts": ["blessed_extension"]
25 },
26 "activityLogPrivate": { 22 "activityLogPrivate": {
27 "dependencies": ["permission:activityLogPrivate"], 23 "dependencies": ["permission:activityLogPrivate"],
28 "contexts": ["blessed_extension"] 24 "contexts": ["blessed_extension"]
29 }, 25 },
30 "adview": { 26 "adview": {
31 "dependencies": ["permission:adview"], 27 "dependencies": ["permission:adview"],
32 "contexts": ["blessed_extension"] 28 "contexts": ["blessed_extension"]
33 }, 29 },
34 "alarms": { 30 "alarms": {
35 "dependencies": ["permission:alarms"], 31 "dependencies": ["permission:alarms"],
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "dependencies": ["permission:enterprise.platformKeysPrivate"], 277 "dependencies": ["permission:enterprise.platformKeysPrivate"],
282 "contexts": ["blessed_extension"] 278 "contexts": ["blessed_extension"]
283 }, 279 },
284 "events": { 280 "events": {
285 "internal": true, 281 "internal": true,
286 "channel": "stable", 282 "channel": "stable",
287 "extension_types": ["platform_app", "extension"], 283 "extension_types": ["platform_app", "extension"],
288 "contexts": "all", 284 "contexts": "all",
289 "matches": ["<all_urls>"] 285 "matches": ["<all_urls>"]
290 }, 286 },
287 "experimental.accessibility": {
288 "dependencies": ["permission:experimental"],
289 "contexts": ["blessed_extension"]
290 },
291 "experimental.devtools.audits": { 291 "experimental.devtools.audits": {
292 "dependencies": ["permission:experimental", "manifest:devtools_page"], 292 "dependencies": ["permission:experimental", "manifest:devtools_page"],
293 "extension_types": ["platform_app"], 293 "extension_types": ["platform_app"],
294 "contexts": ["blessed_extension"] 294 "contexts": ["blessed_extension"]
295 }, 295 },
296 "experimental.devtools.console": { 296 "experimental.devtools.console": {
297 "dependencies": ["permission:experimental", "manifest:devtools_page"], 297 "dependencies": ["permission:experimental", "manifest:devtools_page"],
298 "extension_types": ["platform_app"], 298 "extension_types": ["platform_app"],
299 "contexts": ["blessed_extension"] 299 "contexts": ["blessed_extension"]
300 }, 300 },
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 "internal": true, 788 "internal": true,
789 "channel": "stable", 789 "channel": "stable",
790 "dependencies": ["permission:webview"], 790 "dependencies": ["permission:webview"],
791 "contexts": ["blessed_extension"] 791 "contexts": ["blessed_extension"]
792 }, 792 },
793 "windows": { 793 "windows": {
794 "dependencies": ["api:tabs"], 794 "dependencies": ["api:tabs"],
795 "contexts": ["blessed_extension"] 795 "contexts": ["blessed_extension"]
796 } 796 }
797 } 797 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.cc ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698