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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 "channel": "stable", | 491 "channel": "stable", |
492 "extension_types": ["platform_app"], | 492 "extension_types": ["platform_app"], |
493 "location": "component", | 493 "location": "component", |
494 "platforms": ["chromeos"] | 494 "platforms": ["chromeos"] |
495 }, | 495 }, |
496 "fontSettings": { | 496 "fontSettings": { |
497 "channel": "stable", | 497 "channel": "stable", |
498 "extension_types": ["extension", "legacy_packaged_app"] | 498 "extension_types": ["extension", "legacy_packaged_app"] |
499 }, | 499 }, |
500 "gcdPrivate": { | 500 "gcdPrivate": { |
501 "channel": "trunk", | 501 "channel": "dev", |
502 "extension_types": ["extension", "platform_app"] | 502 "extension_types": ["extension", "platform_app"], |
| 503 "whitelist": [ |
| 504 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/394124 |
| 505 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/394124 |
| 506 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/394124 |
| 507 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/394124 |
| 508 ] |
503 }, | 509 }, |
504 "gcm": { | 510 "gcm": { |
505 "channel": "stable", | 511 "channel": "stable", |
506 "extension_types": ["extension", "platform_app"] | 512 "extension_types": ["extension", "platform_app"] |
507 }, | 513 }, |
508 "geolocation": { | 514 "geolocation": { |
509 "channel": "stable", | 515 "channel": "stable", |
510 "extension_types": [ | 516 "extension_types": [ |
511 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 517 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
512 ] | 518 ] |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1095 // Only allowed for whitelisted extensions until all the caveats are | 1101 // Only allowed for whitelisted extensions until all the caveats are |
1096 // addressed. Tracked in crbug/285151. | 1102 // addressed. Tracked in crbug/285151. |
1097 "channel": "stable", | 1103 "channel": "stable", |
1098 "extension_types": ["extension"], | 1104 "extension_types": ["extension"], |
1099 "location": "component", | 1105 "location": "component", |
1100 "whitelist": [ | 1106 "whitelist": [ |
1101 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1107 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1102 ] | 1108 ] |
1103 }] | 1109 }] |
1104 } | 1110 } |
OLD | NEW |