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

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

Issue 797303002: Remove the webview API whitelist (just the GAIA component extension). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 6 years 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 | « no previous file | no next file » | 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 114 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169
115 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 115 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169
116 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169 116 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169
117 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169 117 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169
118 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 118 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
119 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 119 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
120 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 120 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
121 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 121 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
122 ] 122 ]
123 }, 123 },
124 "declarativeWebRequest": [ 124 "declarativeWebRequest": {
125 {
126 "channel": "beta", 125 "channel": "beta",
127 "extension_types": ["extension", "legacy_packaged_app"] 126 "extension_types": ["extension", "legacy_packaged_app"]
128 } 127 },
129 ],
130 "dns": [ 128 "dns": [
131 { 129 {
132 "channel": "dev", 130 "channel": "dev",
133 "extension_types": ["extension", "platform_app"] 131 "extension_types": ["extension", "platform_app"]
134 }, 132 },
135 { 133 {
136 "channel": "stable", 134 "channel": "stable",
137 "extension_types": ["extension", "platform_app"], 135 "extension_types": ["extension", "platform_app"],
138 "whitelist": [ 136 "whitelist": [
139 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 137 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "09FDCB5851B8F3378DB630D06E316076E89C95A6", 316 "09FDCB5851B8F3378DB630D06E316076E89C95A6",
319 "A434B90223C3C52F2B69DB494736B63C612C774D" 317 "A434B90223C3C52F2B69DB494736B63C612C774D"
320 ] 318 ]
321 } 319 }
322 ], 320 ],
323 "vpnProvider": { 321 "vpnProvider": {
324 "channel": "dev", 322 "channel": "dev",
325 "extension_types": ["extension", "platform_app"], 323 "extension_types": ["extension", "platform_app"],
326 "platforms": ["chromeos"] 324 "platforms": ["chromeos"]
327 }, 325 },
328 "webview": [ 326 "webview": {
329 { 327 "channel": "stable",
330 "channel": "stable", 328 "extension_types": ["platform_app"]
331 "extension_types": ["platform_app"] 329 },
332 }, 330 "webRequest": {
333 {
334 // General support for webview in component extensions still in progress.
335 // Only allowed for whitelisted extensions until all the caveats are
336 // addressed. Tracked in crbug/285151.
337 "channel": "stable",
338 "extension_types": ["extension"],
339 "location": "component",
340 "whitelist": [
341 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
342 ]
343 }
344 ],
345 "webRequest": [
346 {
347 "channel": "stable", 331 "channel": "stable",
348 "extension_types": ["extension", "legacy_packaged_app"] 332 "extension_types": ["extension", "legacy_packaged_app"]
349 } 333 },
350 ], 334 "webRequestBlocking": {
351 "webRequestBlocking": [
352 {
353 "channel": "stable", 335 "channel": "stable",
354 "extension_types": ["extension", "legacy_packaged_app"] 336 "extension_types": ["extension", "legacy_packaged_app"]
355 } 337 }
356 ]
357 } 338 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698