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

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

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fixes Created 4 years, 5 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
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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader 371 "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader
372 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 372 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
373 "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery 373 "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery
374 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 374 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
375 "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests 375 "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests
376 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846 376 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846
377 ] 377 ]
378 }, 378 },
379 "fileSystem": [{ 379 "fileSystem": [{
380 "channel": "stable", 380 "channel": "stable",
381 "extension_types": ["platform_app"] 381 "extension_types": ["platform_app"],
382 "default_parent": true
382 },{ 383 },{
383 "channel": "stable", 384 "channel": "stable",
384 "extension_types": ["extension"], 385 "extension_types": ["extension"],
385 "whitelist": [ 386 "whitelist": [
386 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 387 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
387 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 388 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
388 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 389 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
389 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 390 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
390 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 391 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
391 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 392 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
392 ] 393 ]
393 }], 394 }],
394 "fileSystem.directory": [{ 395 "fileSystem.directory": {
395 "channel": "stable", 396 "channel": "stable",
396 "extension_types": ["platform_app"] 397 "extension_types": ["platform_app"]
397 }], 398 },
398 "fileSystem.retainEntries": [{ 399 "fileSystem.retainEntries": {
399 "channel": "stable", 400 "channel": "stable",
400 "extension_types": ["platform_app"] 401 "extension_types": ["platform_app"]
401 }], 402 },
402 "fileSystem.write": [{ 403 "fileSystem.write": [{
403 "channel": "stable", 404 "channel": "stable",
404 "extension_types": ["platform_app"] 405 "extension_types": ["platform_app"]
405 },{ 406 },{
406 "channel": "stable", 407 "channel": "stable",
407 "extension_types": ["extension"], 408 "extension_types": ["extension"],
408 "whitelist": [ 409 "whitelist": [
409 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 410 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
410 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 411 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
411 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 412 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ], 482 ],
482 "location": "component" 483 "location": "component"
483 }, 484 },
484 "idltest": { 485 "idltest": {
485 "channel": "trunk", 486 "channel": "trunk",
486 "extension_types": ["extension"] 487 "extension_types": ["extension"]
487 }, 488 },
488 "input": [{ 489 "input": [{
489 "channel": "stable", 490 "channel": "stable",
490 "extension_types": ["extension", "legacy_packaged_app"], 491 "extension_types": ["extension", "legacy_packaged_app"],
491 // TODO(kalman): Um what does this inply?
492 "inplies_full_url_access": true,
493 "platforms": ["chromeos"] 492 "platforms": ["chromeos"]
494 }, { 493 }, {
495 "channel": "dev", 494 "channel": "dev",
496 "extension_types": ["extension", "legacy_packaged_app"], 495 "extension_types": ["extension", "legacy_packaged_app"],
497 // TODO(kalman): Um what does this inply?
498 "inplies_full_url_access": true,
499 "platforms": ["win", "linux"] 496 "platforms": ["win", "linux"]
500 }], 497 }],
501 "inputMethodPrivate": [{ 498 "inputMethodPrivate": [{
502 "channel": "stable", 499 "channel": "stable",
503 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 500 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
504 "platforms": ["chromeos"], 501 "platforms": ["chromeos"],
505 "whitelist": [ 502 "whitelist": [
506 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver 503 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver
507 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta 504 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta
508 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev 505 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev
509 ] 506 ]
510 },{ 507 },{
511 "channel": "stable", 508 "channel": "stable",
512 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 509 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
513 "location": "component" 510 "location": "component"
514 }], 511 }],
515 "languageSettingsPrivate": { 512 "languageSettingsPrivate": {
516 "channel": "trunk", 513 "channel": "trunk",
517 "extension_types": ["extension", "platform_app"], 514 "extension_types": ["extension", "platform_app"],
518 "location": "component" 515 "location": "component"
519 }, 516 },
520 "launcherSearchProvider": { 517 "launcherSearchProvider": {
521 "channel": "stable", 518 "channel": "stable",
522 "extension_types": ["extension", "platform_app"], 519 "extension_types": ["extension", "platform_app"],
523 "platform": ["chromeos"], 520 "platforms": ["chromeos"],
524 "whitelist": [ 521 "whitelist": [
525 "A948368FC53BE437A55FEB414106E207925482F5" // File Manager 522 "A948368FC53BE437A55FEB414106E207925482F5" // File Manager
526 ] 523 ]
527 }, 524 },
528 "logPrivate": { 525 "logPrivate": {
529 "channel": "stable", 526 "channel": "stable",
530 "extension_types": ["extension", "platform_app"], 527 "extension_types": ["extension", "platform_app"],
531 "whitelist": [ 528 "whitelist": [
532 "ddammdhioacbehjngdmkjcjbnfginlla", // Test 529 "ddammdhioacbehjngdmkjcjbnfginlla", // Test
533 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 530 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 "channel": "stable", 1009 "channel": "stable",
1013 "extension_types": ["platform_app"], 1010 "extension_types": ["platform_app"],
1014 "platforms": ["chromeos"], 1011 "platforms": ["chromeos"],
1015 "whitelist": [ 1012 "whitelist": [
1016 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1013 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1017 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1014 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1018 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1015 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1019 ] 1016 ]
1020 } 1017 }
1021 } 1018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698