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

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

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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
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 permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/chrome. 6 // under src/chrome.
7 // See extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 "channel": "stable", 1014 "channel": "stable",
1015 "extension_types": ["platform_app"] 1015 "extension_types": ["platform_app"]
1016 }, 1016 },
1017 "syncedNotificationsPrivate": { 1017 "syncedNotificationsPrivate": {
1018 "channel": "dev", 1018 "channel": "dev",
1019 "extension_types": ["platform_app"], 1019 "extension_types": ["platform_app"],
1020 "whitelist": [ 1020 "whitelist": [
1021 "34967F9FA3C399E1EC380B443D7331AA93AC445B" // http://crbug.com/400436 1021 "34967F9FA3C399E1EC380B443D7331AA93AC445B" // http://crbug.com/400436
1022 ] 1022 ]
1023 }, 1023 },
1024 "system.cpu": [
1025 {
1026 "channel": "stable",
1027 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
1028 },
1029 {
1030 "channel": "stable",
1031 "extension_types": ["hosted_app"],
1032 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
1033 }
1034 ],
1035 "system.memory": [
1036 {
1037 "channel": "stable",
1038 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
1039 },
1040 {
1041 "channel": "stable",
1042 "extension_types": ["hosted_app"],
1043 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
1044 }
1045 ],
1046 "system.network": [
1047 {
1048 "channel": "stable",
1049 "extension_types": ["platform_app"]
1050 },
1051 {
1052 "channel": "stable",
1053 "extension_types": ["hosted_app"],
1054 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
1055 }
1056 ],
1057 "system.storage": [
1058 {
1059 "channel": "stable",
1060 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
1061 },
1062 {
1063 "channel": "stable",
1064 "extension_types": ["hosted_app"],
1065 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
1066 }
1067 ],
1068 "system.display": [
1069 {
1070 "channel": "stable",
1071 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
1072 },
1073 {
1074 "channel": "stable",
1075 "extension_types": ["hosted_app"],
1076 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
1077 }
1078 ],
1079 "systemPrivate": { 1024 "systemPrivate": {
1080 "channel": "stable", 1025 "channel": "stable",
1081 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 1026 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
1082 "location": "component" 1027 "location": "component"
1083 }, 1028 },
1084 "tabs": [ 1029 "tabs": [
1085 { 1030 {
1086 "channel": "stable", 1031 "channel": "stable",
1087 "extension_types": ["extension", "legacy_packaged_app"] 1032 "extension_types": ["extension", "legacy_packaged_app"]
1088 }, 1033 },
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 // Only allowed for whitelisted extensions until all the caveats are 1146 // Only allowed for whitelisted extensions until all the caveats are
1202 // addressed. Tracked in crbug/285151. 1147 // addressed. Tracked in crbug/285151.
1203 "channel": "stable", 1148 "channel": "stable",
1204 "extension_types": ["extension"], 1149 "extension_types": ["extension"],
1205 "location": "component", 1150 "location": "component",
1206 "whitelist": [ 1151 "whitelist": [
1207 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1152 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1208 ] 1153 ]
1209 }] 1154 }]
1210 } 1155 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698