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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 | 96 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 |
97 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 | 97 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 |
98 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169 | 98 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169 |
99 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169 | 99 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169 |
100 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 | 100 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 |
101 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | 101 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
102 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | 102 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
103 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 | 103 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 |
104 ] | 104 ] |
105 }, | 105 }, |
106 "declarativeWebRequest": [ | |
107 { | |
108 "channel": "beta", | |
109 "extension_types": ["extension", "legacy_packaged_app"] | |
110 } | |
111 ], | |
112 "dns": [ | 106 "dns": [ |
113 { | 107 { |
114 "channel": "dev", | 108 "channel": "dev", |
115 "extension_types": ["extension", "platform_app"] | 109 "extension_types": ["extension", "platform_app"] |
116 }, | 110 }, |
117 { | 111 { |
118 "channel": "stable", | 112 "channel": "stable", |
119 "extension_types": ["extension", "platform_app"], | 113 "extension_types": ["extension", "platform_app"], |
120 "whitelist": [ | 114 "whitelist": [ |
121 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 115 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 // General support for webview in component extensions still in progress. | 297 // General support for webview in component extensions still in progress. |
304 // Only allowed for whitelisted extensions until all the caveats are | 298 // Only allowed for whitelisted extensions until all the caveats are |
305 // addressed. Tracked in crbug/285151. | 299 // addressed. Tracked in crbug/285151. |
306 "channel": "stable", | 300 "channel": "stable", |
307 "extension_types": ["extension"], | 301 "extension_types": ["extension"], |
308 "location": "component", | 302 "location": "component", |
309 "whitelist": [ | 303 "whitelist": [ |
310 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 304 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
311 ] | 305 ] |
312 } | 306 } |
313 ], | |
314 "webRequest": [ | |
315 { | |
316 "channel": "stable", | |
317 "extension_types": ["extension", "legacy_packaged_app"] | |
318 } | |
319 ], | |
320 "webRequestBlocking": [ | |
321 { | |
322 "channel": "stable", | |
323 "extension_types": ["extension", "legacy_packaged_app"] | |
324 } | |
325 ] | 307 ] |
326 } | 308 } |
OLD | NEW |