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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 662 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
663 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release | 663 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release |
664 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. | 664 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. |
665 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444. | 665 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444. |
666 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562. | 666 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562. |
667 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd | 667 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd |
668 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd | 668 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd |
669 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools | 669 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools |
670 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 | 670 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 |
671 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 | 671 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 |
672 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21" // http://crbug.com/374965 | 672 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965 |
| 673 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067 |
| 674 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A" // http://crbug.com/378067 |
673 ] | 675 ] |
674 }, | 676 }, |
675 "mdns": { | 677 "mdns": { |
676 "channel": "stable", | 678 "channel": "stable", |
677 "extension_types": ["extension"], | 679 "extension_types": ["extension"], |
678 "whitelist": [ | 680 "whitelist": [ |
679 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 681 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
680 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 682 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
681 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 683 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
682 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 684 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 // Only allowed for whitelisted extensions until all the caveats are | 1037 // Only allowed for whitelisted extensions until all the caveats are |
1036 // addressed. Tracked in crbug/285151. | 1038 // addressed. Tracked in crbug/285151. |
1037 "channel": "stable", | 1039 "channel": "stable", |
1038 "extension_types": ["extension"], | 1040 "extension_types": ["extension"], |
1039 "location": "component", | 1041 "location": "component", |
1040 "whitelist": [ | 1042 "whitelist": [ |
1041 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1043 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1042 ] | 1044 ] |
1043 }] | 1045 }] |
1044 } | 1046 } |
OLD | NEW |