| 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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now | 653 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now |
| 654 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP | 654 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP |
| 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 |
| 665 "0EEDFC0EED87871237213F34EBC7B4982A195C95" // http://crbug.com/374955 |
| 664 ] | 666 ] |
| 665 }, | 667 }, |
| 666 "mdns": { | 668 "mdns": { |
| 667 "channel": "stable", | 669 "channel": "stable", |
| 668 "extension_types": ["extension"], | 670 "extension_types": ["extension"], |
| 669 "whitelist": [ | 671 "whitelist": [ |
| 670 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 672 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
| 671 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 673 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
| 672 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 674 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
| 673 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 675 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1026 // Only allowed for whitelisted extensions until all the caveats are | 1028 // Only allowed for whitelisted extensions until all the caveats are |
| 1027 // addressed. Tracked in crbug/285151. | 1029 // addressed. Tracked in crbug/285151. |
| 1028 "channel": "stable", | 1030 "channel": "stable", |
| 1029 "extension_types": ["extension"], | 1031 "extension_types": ["extension"], |
| 1030 "location": "component", | 1032 "location": "component", |
| 1031 "whitelist": [ | 1033 "whitelist": [ |
| 1032 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1034 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1033 ] | 1035 ] |
| 1034 }] | 1036 }] |
| 1035 } | 1037 } |
| OLD | NEW |