Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Side by Side Diff: extensions/common/api/_permission_features.json

Issue 596003002: Allow declarative webrequest and webrequest in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/web_view_request.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ],
106 "dns": [ 112 "dns": [
107 { 113 {
108 "channel": "dev", 114 "channel": "dev",
109 "extension_types": ["extension", "platform_app"] 115 "extension_types": ["extension", "platform_app"]
110 }, 116 },
111 { 117 {
112 "channel": "stable", 118 "channel": "stable",
113 "extension_types": ["extension", "platform_app"], 119 "extension_types": ["extension", "platform_app"],
114 "whitelist": [ 120 "whitelist": [
115 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 121 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 // General support for webview in component extensions still in progress. 303 // General support for webview in component extensions still in progress.
298 // Only allowed for whitelisted extensions until all the caveats are 304 // Only allowed for whitelisted extensions until all the caveats are
299 // addressed. Tracked in crbug/285151. 305 // addressed. Tracked in crbug/285151.
300 "channel": "stable", 306 "channel": "stable",
301 "extension_types": ["extension"], 307 "extension_types": ["extension"],
302 "location": "component", 308 "location": "component",
303 "whitelist": [ 309 "whitelist": [
304 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 310 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
305 ] 311 ]
306 } 312 }
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 }
307 ] 325 ]
308 } 326 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/web_view_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698