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

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

Issue 275193002: Whitelist experimental bookmarks extensions for fileSystem APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | Annotate | Revision Log
« 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/chrome. 6 // under src/chrome.
7 // See extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "channel": "stable", 375 "channel": "stable",
376 "extension_types": ["platform_app"] 376 "extension_types": ["platform_app"]
377 },{ 377 },{
378 "channel": "stable", 378 "channel": "stable",
379 "extension_types": ["extension"], 379 "extension_types": ["extension"],
380 "whitelist": [ 380 "whitelist": [
381 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 381 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
382 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 382 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
383 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 383 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
384 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 384 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
385 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 385 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
386 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
386 ] 387 ]
387 }], 388 }],
388 "fileSystem.directory": [{ 389 "fileSystem.directory": [{
389 "channel": "stable", 390 "channel": "stable",
390 "extension_types": ["platform_app"] 391 "extension_types": ["platform_app"]
391 }], 392 }],
392 "fileSystem.retainEntries": [{ 393 "fileSystem.retainEntries": [{
393 "channel": "stable", 394 "channel": "stable",
394 "extension_types": ["platform_app"] 395 "extension_types": ["platform_app"]
395 }], 396 }],
396 "fileSystem.write": [{ 397 "fileSystem.write": [{
397 "channel": "stable", 398 "channel": "stable",
398 "extension_types": ["platform_app"] 399 "extension_types": ["platform_app"]
399 },{ 400 },{
400 "channel": "stable", 401 "channel": "stable",
401 "extension_types": ["extension"], 402 "extension_types": ["extension"],
402 "whitelist": [ 403 "whitelist": [
403 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 404 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
404 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 405 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
405 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 406 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
406 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 407 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
407 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 408 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
409 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
408 ] 410 ]
409 }], 411 }],
410 "fileSystemProvider": { 412 "fileSystemProvider": {
411 "channel": "trunk", 413 "channel": "trunk",
412 "extension_types": ["platform_app"] 414 "extension_types": ["platform_app"]
413 }, 415 },
414 "firstRunPrivate": { 416 "firstRunPrivate": {
415 "channel": "stable", 417 "channel": "stable",
416 "extension_types": ["platform_app"], 418 "extension_types": ["platform_app"],
417 "location": "component" 419 "location": "component"
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 // Only allowed for whitelisted extensions until all the caveats are 974 // Only allowed for whitelisted extensions until all the caveats are
973 // addressed. Tracked in crbug/285151. 975 // addressed. Tracked in crbug/285151.
974 "channel": "stable", 976 "channel": "stable",
975 "extension_types": ["extension"], 977 "extension_types": ["extension"],
976 "location": "component", 978 "location": "component",
977 "whitelist": [ 979 "whitelist": [
978 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 980 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
979 ] 981 ]
980 }] 982 }]
981 } 983 }
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