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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 655 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
656 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 656 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
657 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release | 657 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release |
658 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. | 658 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. |
659 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444. | 659 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444. |
660 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562. | 660 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562. |
661 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd | 661 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd |
662 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd | 662 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd |
663 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools | 663 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools |
664 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 | 664 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 |
665 "0EEDFC0EED87871237213F34EBC7B4982A195C95" // http://crbug.com/374955 | 665 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 |
| 666 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21" // http://crbug.com/374965 |
666 ] | 667 ] |
667 }, | 668 }, |
668 "mdns": { | 669 "mdns": { |
669 "channel": "stable", | 670 "channel": "stable", |
670 "extension_types": ["extension"], | 671 "extension_types": ["extension"], |
671 "whitelist": [ | 672 "whitelist": [ |
672 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 673 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
673 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 674 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
674 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 675 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
675 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 676 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1028 // Only allowed for whitelisted extensions until all the caveats are | 1029 // Only allowed for whitelisted extensions until all the caveats are |
1029 // addressed. Tracked in crbug/285151. | 1030 // addressed. Tracked in crbug/285151. |
1030 "channel": "stable", | 1031 "channel": "stable", |
1031 "extension_types": ["extension"], | 1032 "extension_types": ["extension"], |
1032 "location": "component", | 1033 "location": "component", |
1033 "whitelist": [ | 1034 "whitelist": [ |
1034 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1035 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1035 ] | 1036 ] |
1036 }] | 1037 }] |
1037 } | 1038 } |
OLD | NEW |