OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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/extensions. | 6 // under src/extensions. |
7 | 7 |
8 // See extensions/common/features/* to understand this file, in particular | 8 // See extensions/common/features/* to understand this file, in particular |
9 // feature.h, simple_feature.h, and base_feature_provider.h. | 9 // feature.h, simple_feature.h, and base_feature_provider.h. |
10 | 10 |
(...skipping 29 matching lines...) Expand all Loading... |
40 }, | 40 }, |
41 { | 41 { |
42 "channel": "stable", | 42 "channel": "stable", |
43 "extension_types": ["platform_app"], | 43 "extension_types": ["platform_app"], |
44 "whitelist": [ | 44 "whitelist": [ |
45 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 | 45 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 |
46 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", | 46 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", |
47 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 | 47 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 |
48 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", | 48 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", |
49 "312745D9BF916161191143F6490085EEA0434997", | 49 "312745D9BF916161191143F6490085EEA0434997", |
50 "53041A2FA309EECED01FFC751E7399186E860B2C" | 50 "53041A2FA309EECED01FFC751E7399186E860B2C", |
| 51 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748 |
| 52 "F16F23C83C5F6DAD9B65A120448B34056DD80691", |
| 53 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" |
51 ] | 54 ] |
52 } | 55 } |
53 ], | 56 ], |
54 "app.window.shape": [ | 57 "app.window.shape": [ |
55 { | 58 { |
56 "channel": "dev", | 59 "channel": "dev", |
57 "extension_types": ["platform_app"] | 60 "extension_types": ["platform_app"] |
58 }, | 61 }, |
59 { | 62 { |
60 "channel": "stable", | 63 "channel": "stable", |
(...skipping 29 matching lines...) Expand all Loading... |
90 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868", | 93 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868", |
91 "F76F43EFFF56BF17A9868A5243F339BA28746632", // http://crbug.com/386324 | 94 "F76F43EFFF56BF17A9868A5243F339BA28746632", // http://crbug.com/386324 |
92 "C6EA52B92F80878515F94137020F01519357E5B5", | 95 "C6EA52B92F80878515F94137020F01519357E5B5", |
93 "E466389F058ABD73FF6FDD06F768A351FCBF8532", | 96 "E466389F058ABD73FF6FDD06F768A351FCBF8532", |
94 "40063F1CF7B68BA847A26FA6620DDF156171D23C", | 97 "40063F1CF7B68BA847A26FA6620DDF156171D23C", |
95 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A", | 98 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A", |
96 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912", | 99 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912", |
97 "02037314DA4D913640DCF0E296A7D01F4FD793EC", | 100 "02037314DA4D913640DCF0E296A7D01F4FD793EC", |
98 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", | 101 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", |
99 "48CA541313139786F056DBCB504A1025CFF5D2E3", | 102 "48CA541313139786F056DBCB504A1025CFF5D2E3", |
100 "05106136AE7F08A3C181D4648E5438350B1D2B4F" | 103 "05106136AE7F08A3C181D4648E5438350B1D2B4F", |
| 104 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748 |
| 105 "F16F23C83C5F6DAD9B65A120448B34056DD80691", |
| 106 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" |
101 ] | 107 ] |
102 } | 108 } |
103 ], | 109 ], |
104 "audioCapture": [ | 110 "audioCapture": [ |
105 { | 111 { |
106 "channel": "stable", | 112 "channel": "stable", |
107 "extension_types": ["platform_app"] | 113 "extension_types": ["platform_app"] |
108 }, | 114 }, |
109 { | 115 { |
110 "channel": "stable", | 116 "channel": "stable", |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 // addressed. Tracked in crbug/285151. | 327 // addressed. Tracked in crbug/285151. |
322 "channel": "stable", | 328 "channel": "stable", |
323 "extension_types": ["extension"], | 329 "extension_types": ["extension"], |
324 "location": "component", | 330 "location": "component", |
325 "whitelist": [ | 331 "whitelist": [ |
326 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 332 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
327 ] | 333 ] |
328 } | 334 } |
329 ] | 335 ] |
330 } | 336 } |
OLD | NEW |