| OLD | NEW |
| 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 30 matching lines...) Expand all Loading... |
| 41 "activityLogPrivate": { | 41 "activityLogPrivate": { |
| 42 "channel": "stable", | 42 "channel": "stable", |
| 43 "extension_types": ["extension", "platform_app"], | 43 "extension_types": ["extension", "platform_app"], |
| 44 "whitelist": [ | 44 "whitelist": [ |
| 45 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // For unit testing ALP | 45 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // For unit testing ALP |
| 46 "C50DC2AC31D826BC977032AF12DE4694CC8467DC", // For unit testing ALP | 46 "C50DC2AC31D826BC977032AF12DE4694CC8467DC", // For unit testing ALP |
| 47 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 47 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
| 48 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. | 48 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. |
| 49 ] | 49 ] |
| 50 }, | 50 }, |
| 51 "audioModem": [ | |
| 52 { | |
| 53 "channel": "dev", | |
| 54 "extension_types": ["extension", "platform_app"] | |
| 55 }, | |
| 56 { | |
| 57 "channel": "stable", | |
| 58 "extension_types": ["extension", "platform_app"], | |
| 59 "whitelist": [ | |
| 60 "05EBA3051DFCA6AF17070AEE5FE8C66322FF4738", // http://crbug.com/431978 | |
| 61 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/458218 | |
| 62 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/458218 | |
| 63 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/458218 | |
| 64 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/458218 | |
| 65 ] | |
| 66 } | |
| 67 ], | |
| 68 "autofillPrivate": { | 51 "autofillPrivate": { |
| 69 "channel": "trunk", | 52 "channel": "trunk", |
| 70 "extension_types": ["extension", "platform_app"], | 53 "extension_types": ["extension", "platform_app"], |
| 71 "location": "component" | 54 "location": "component" |
| 72 }, | 55 }, |
| 73 "autotestPrivate": { | 56 "autotestPrivate": { |
| 74 "channel": "stable", | 57 "channel": "stable", |
| 75 "extension_types": ["extension", "legacy_packaged_app"], | 58 "extension_types": ["extension", "legacy_packaged_app"], |
| 76 "location": "component" | 59 "location": "component" |
| 77 }, | 60 }, |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "extension_types": ["extension", "legacy_packaged_app"] | 179 "extension_types": ["extension", "legacy_packaged_app"] |
| 197 }, | 180 }, |
| 198 "contextMenus": { | 181 "contextMenus": { |
| 199 "channel": "stable", | 182 "channel": "stable", |
| 200 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 183 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 201 }, | 184 }, |
| 202 "cookies": { | 185 "cookies": { |
| 203 "channel": "stable", | 186 "channel": "stable", |
| 204 "extension_types": ["extension", "legacy_packaged_app"] | 187 "extension_types": ["extension", "legacy_packaged_app"] |
| 205 }, | 188 }, |
| 206 "copresencePrivate": { | |
| 207 "channel": "stable", | |
| 208 "extension_types": ["extension"], | |
| 209 "location": "component", | |
| 210 "whitelist": [ | |
| 211 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy | |
| 212 ] | |
| 213 }, | |
| 214 "cryptotokenPrivate": { | 189 "cryptotokenPrivate": { |
| 215 "channel": "stable", | 190 "channel": "stable", |
| 216 "extension_types": ["extension"], | 191 "extension_types": ["extension"], |
| 217 "location": "component", | 192 "location": "component", |
| 218 "whitelist": [ | 193 "whitelist": [ |
| 219 "E24F1786D842E91E74C27929B0B3715A4689A473" // Cryptotoken | 194 "E24F1786D842E91E74C27929B0B3715A4689A473" // Cryptotoken |
| 220 ] | 195 ] |
| 221 }, | 196 }, |
| 222 "dataReductionProxy": { | 197 "dataReductionProxy": { |
| 223 "channel": "stable", | 198 "channel": "stable", |
| (...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1012 "channel": "stable", | 987 "channel": "stable", |
| 1013 "extension_types": ["platform_app"], | 988 "extension_types": ["platform_app"], |
| 1014 "platforms": ["chromeos"], | 989 "platforms": ["chromeos"], |
| 1015 "whitelist": [ | 990 "whitelist": [ |
| 1016 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 991 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 1017 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 992 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 1018 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 993 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 1019 ] | 994 ] |
| 1020 } | 995 } |
| 1021 } | 996 } |
| OLD | NEW |