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

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

Issue 2592613003: Remove networking API permissions depdendency on behavior feature (Closed)
Patch Set: Created 4 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 | extensions/common/extension_api.cc » ('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 // See chrome/common/extensions/api/_features.md to understand this file, as 7 // See chrome/common/extensions/api/_features.md to understand this file, as
8 // well as feature.h, simple_feature.h, and base_feature_provider.h. 8 // well as feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // If you add a new platform_app permission please update the "stubs_app" test: 10 // If you add a new platform_app permission please update the "stubs_app" test:
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141 303 "0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141
304 ] 304 ]
305 }, 305 },
306 "networking.config": { 306 "networking.config": {
307 "channel": "stable", 307 "channel": "stable",
308 "platforms": ["chromeos"], 308 "platforms": ["chromeos"],
309 "extension_types": ["extension", "platform_app"] 309 "extension_types": ["extension", "platform_app"]
310 }, 310 },
311 "networking.onc": { 311 "networking.onc": {
312 "channel": "dev", 312 "channel": "dev",
313 "dependencies": ["behavior:whitelisted_for_networking_onc_api"], 313 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
314 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 314 "platforms": ["chromeos", "mac", "win", "linux"],
315 "whitelist": [
316 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651
317 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
318 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
319 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
320 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
321 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
322 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/380890
323 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/380890
324 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/380890
325 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/380890
326 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
327 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
328 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
329 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
330 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
331 "226CF815E39A363090A1E547D53063472B8279FA", // http://crbug.com/588179
332 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
333 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
334 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release
335 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
336 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
337 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
338 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693
339 "2F6F6FDB84E0290ABAB7A9D7571EB344821E5F12", // http://crbug.com/610452
340 "5B9E39EA374B136CBE7AED2D872003107642EAD5", // http://crbug.com/610452
341 "E0E94FB0C01FFB9CDC7A5F098C99B5A8D2F95902", // http://crbug.com/610452
342 "52E0557059A7A28F74ED1D92DDD997E0CCD37806" // http://crbug.com/610452
343 ]
315 }, 344 },
316 "networkingPrivate": { 345 "networkingPrivate": {
317 "dependencies": ["behavior:whitelisted_for_networking_onc_api"], 346 "channel": "stable",
318 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 347 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
348 "platforms": ["chromeos", "mac", "win", "linux"],
349 "whitelist": [
Devlin 2016/12/21 02:47:25 It's a little sad to duplicate the whitelists, but
tbarzic 2016/12/21 04:05:29 Yeah, it males me sad, too Done
350 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651
351 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
352 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
353 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
354 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
355 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
356 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/380890
357 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/380890
358 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/380890
359 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/380890
360 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
361 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
362 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
363 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
364 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
365 "226CF815E39A363090A1E547D53063472B8279FA", // http://crbug.com/588179
366 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
367 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
368 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release
369 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
370 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
371 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
372 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693
373 "2F6F6FDB84E0290ABAB7A9D7571EB344821E5F12", // http://crbug.com/610452
374 "5B9E39EA374B136CBE7AED2D872003107642EAD5", // http://crbug.com/610452
375 "E0E94FB0C01FFB9CDC7A5F098C99B5A8D2F95902", // http://crbug.com/610452
376 "52E0557059A7A28F74ED1D92DDD997E0CCD37806" // http://crbug.com/610452
377 ]
319 }, 378 },
320 "power": { 379 "power": {
321 "channel": "stable", 380 "channel": "stable",
322 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ] 381 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ]
323 }, 382 },
324 "printerProvider": { 383 "printerProvider": {
325 "channel": "stable", 384 "channel": "stable",
326 "extension_types": ["extension", "platform_app" ] 385 "extension_types": ["extension", "platform_app" ]
327 }, 386 },
328 // Note: runtime is not actually a permission, but some systems check these 387 // Note: runtime is not actually a permission, but some systems check these
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 }], 578 }],
520 "webRequest": { 579 "webRequest": {
521 "channel": "stable", 580 "channel": "stable",
522 "extension_types": ["extension", "legacy_packaged_app"] 581 "extension_types": ["extension", "legacy_packaged_app"]
523 }, 582 },
524 "webRequestBlocking": { 583 "webRequestBlocking": {
525 "channel": "stable", 584 "channel": "stable",
526 "extension_types": ["extension", "legacy_packaged_app"] 585 "extension_types": ["extension", "legacy_packaged_app"]
527 } 586 }
528 } 587 }
OLDNEW
« no previous file with comments | « no previous file | extensions/common/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698