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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 51 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748 |
52 "F16F23C83C5F6DAD9B65A120448B34056DD80691", | 52 "F16F23C83C5F6DAD9B65A120448B34056DD80691", |
53 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" | 53 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" |
54 ] | 54 ] |
| 55 }, |
| 56 { |
| 57 "channel": "stable", |
| 58 "extension_types": ["extension"], |
| 59 "whitelist": [ |
| 60 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // http://crbug.com/425539 |
| 61 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33" |
| 62 ] |
55 } | 63 } |
56 ], | 64 ], |
57 "app.window.shape": { | 65 "app.window.shape": { |
58 "channel": "stable", | 66 "channel": "stable", |
59 "extension_types": ["platform_app"] | 67 "extension_types": ["platform_app"] |
60 }, | 68 }, |
61 "app.window.ime": [ | 69 "app.window.ime": [ |
62 { | 70 { |
63 "channel": "stable", | 71 "channel": "stable", |
64 "extension_types": ["extension"], | 72 "extension_types": ["extension"], |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 "extension_types": ["extension", "legacy_packaged_app"] | 329 "extension_types": ["extension", "legacy_packaged_app"] |
322 } | 330 } |
323 ], | 331 ], |
324 "webRequestBlocking": [ | 332 "webRequestBlocking": [ |
325 { | 333 { |
326 "channel": "stable", | 334 "channel": "stable", |
327 "extension_types": ["extension", "legacy_packaged_app"] | 335 "extension_types": ["extension", "legacy_packaged_app"] |
328 } | 336 } |
329 ] | 337 ] |
330 } | 338 } |
OLD | NEW |