| OLD | NEW |
| 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 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 feature_provider.h. | 8 // well as feature.h, simple_feature.h, and 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "platforms": ["chromeos"], | 336 "platforms": ["chromeos"], |
| 337 "whitelist": [ | 337 "whitelist": [ |
| 338 "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader | 338 "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader |
| 339 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 339 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 340 "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery | 340 "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery |
| 341 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 341 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 342 "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests | 342 "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests |
| 343 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846 | 343 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846 |
| 344 ] | 344 ] |
| 345 }, | 345 }, |
| 346 "fileSystem": [{ | |
| 347 "channel": "stable", | |
| 348 "extension_types": ["platform_app"], | |
| 349 "default_parent": true | |
| 350 },{ | |
| 351 "channel": "stable", | |
| 352 "extension_types": ["extension"], | |
| 353 "whitelist": [ | |
| 354 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | |
| 355 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal | |
| 356 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | |
| 357 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | |
| 358 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | |
| 359 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562 | |
| 360 "2B6C6A4A5940017146F3E58B7F90116206E84685", // http://crbug.com/642141 | |
| 361 "B6C2EFAB3EC3BF6EF03701408B6B09A67B2D0069", // http://crbug.com/642141 | |
| 362 "96FF2FFA5C9173C76D47184B3E86D267B37781DE", // http://crbug.com/642141 | |
| 363 "0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141 | |
| 364 ] | |
| 365 }], | |
| 366 "fileSystem.directory": { | |
| 367 "channel": "stable", | |
| 368 "extension_types": ["platform_app"] | |
| 369 }, | |
| 370 "fileSystem.retainEntries": { | |
| 371 "channel": "stable", | |
| 372 "extension_types": ["platform_app"] | |
| 373 }, | |
| 374 "fileSystem.write": [{ | |
| 375 "channel": "stable", | |
| 376 "extension_types": ["platform_app"] | |
| 377 },{ | |
| 378 "channel": "stable", | |
| 379 "extension_types": ["extension"], | |
| 380 "whitelist": [ | |
| 381 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | |
| 382 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal | |
| 383 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | |
| 384 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | |
| 385 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | |
| 386 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 | |
| 387 ] | |
| 388 }], | |
| 389 "fileSystem.requestFileSystem": { | |
| 390 "channel": "stable", | |
| 391 "extension_types": ["platform_app"], | |
| 392 "platforms": ["chromeos"] | |
| 393 }, | |
| 394 "fileSystemProvider": [{ | 346 "fileSystemProvider": [{ |
| 395 "channel": "stable", | 347 "channel": "stable", |
| 396 "extension_types": ["extension", "platform_app"], | 348 "extension_types": ["extension", "platform_app"], |
| 397 "platforms": ["chromeos"] | 349 "platforms": ["chromeos"] |
| 398 }, { | 350 }, { |
| 399 "channel": "stable", | 351 "channel": "stable", |
| 400 "extension_types": ["legacy_packaged_app"], | 352 "extension_types": ["legacy_packaged_app"], |
| 401 "platforms": ["chromeos"], | 353 "platforms": ["chromeos"], |
| 402 "whitelist": [ | 354 "whitelist": [ |
| 403 "0EA6B717932AD64C469C1CCB6911457733295907", // http://crbug.com/673004 | 355 "0EA6B717932AD64C469C1CCB6911457733295907", // http://crbug.com/673004 |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 "channel": "stable", | 849 "channel": "stable", |
| 898 "extension_types": ["platform_app"], | 850 "extension_types": ["platform_app"], |
| 899 "platforms": ["chromeos"], | 851 "platforms": ["chromeos"], |
| 900 "whitelist": [ | 852 "whitelist": [ |
| 901 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 853 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 902 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 854 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 903 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 855 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 904 ] | 856 ] |
| 905 } | 857 } |
| 906 } | 858 } |
| OLD | NEW |