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

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: Rebase 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader 346 "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader
347 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 347 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
348 "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery 348 "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery
349 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 349 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
350 "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests 350 "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests
351 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846 351 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846
352 ] 352 ]
353 }, 353 },
354 "fileSystem": [{ 354 "fileSystem": [{
355 "channel": "stable", 355 "channel": "stable",
356 "extension_types": ["platform_app"] 356 "extension_types": ["platform_app"],
357 "default_parent": true
357 },{ 358 },{
358 "channel": "stable", 359 "channel": "stable",
359 "extension_types": ["extension"], 360 "extension_types": ["extension"],
360 "whitelist": [ 361 "whitelist": [
361 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 362 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
362 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 363 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
363 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 364 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
364 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 365 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
365 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 366 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
366 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 367 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
367 ] 368 ]
368 }], 369 }],
369 "fileSystem.directory": [{ 370 "fileSystem.directory": {
370 "channel": "stable", 371 "channel": "stable",
371 "extension_types": ["platform_app"] 372 "extension_types": ["platform_app"]
372 }], 373 },
373 "fileSystem.retainEntries": [{ 374 "fileSystem.retainEntries": {
374 "channel": "stable", 375 "channel": "stable",
375 "extension_types": ["platform_app"] 376 "extension_types": ["platform_app"]
376 }], 377 },
377 "fileSystem.write": [{ 378 "fileSystem.write": [{
378 "channel": "stable", 379 "channel": "stable",
379 "extension_types": ["platform_app"] 380 "extension_types": ["platform_app"]
380 },{ 381 },{
381 "channel": "stable", 382 "channel": "stable",
382 "extension_types": ["extension"], 383 "extension_types": ["extension"],
383 "whitelist": [ 384 "whitelist": [
384 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 385 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
385 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 386 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
386 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 387 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 ], 457 ],
457 "location": "component" 458 "location": "component"
458 }, 459 },
459 "idltest": { 460 "idltest": {
460 "channel": "trunk", 461 "channel": "trunk",
461 "extension_types": ["extension"] 462 "extension_types": ["extension"]
462 }, 463 },
463 "input": [{ 464 "input": [{
464 "channel": "stable", 465 "channel": "stable",
465 "extension_types": ["extension", "legacy_packaged_app"], 466 "extension_types": ["extension", "legacy_packaged_app"],
466 // TODO(kalman): Um what does this inply?
467 "inplies_full_url_access": true,
468 "platforms": ["chromeos"] 467 "platforms": ["chromeos"]
469 }, { 468 }, {
470 "channel": "dev", 469 "channel": "dev",
471 "extension_types": ["extension", "legacy_packaged_app"], 470 "extension_types": ["extension", "legacy_packaged_app"],
472 // TODO(kalman): Um what does this inply?
473 "inplies_full_url_access": true,
474 "platforms": ["win", "linux"] 471 "platforms": ["win", "linux"]
475 }], 472 }],
476 "inputMethodPrivate": [{ 473 "inputMethodPrivate": [{
477 "channel": "stable", 474 "channel": "stable",
478 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 475 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
479 "platforms": ["chromeos"], 476 "platforms": ["chromeos"],
480 "whitelist": [ 477 "whitelist": [
481 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver 478 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver
482 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta 479 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta
483 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev 480 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev
484 ] 481 ]
485 },{ 482 },{
486 "channel": "stable", 483 "channel": "stable",
487 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 484 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
488 "location": "component" 485 "location": "component"
489 }], 486 }],
490 "languageSettingsPrivate": { 487 "languageSettingsPrivate": {
491 "channel": "trunk", 488 "channel": "trunk",
492 "extension_types": ["extension", "platform_app"], 489 "extension_types": ["extension", "platform_app"],
493 "location": "component" 490 "location": "component"
494 }, 491 },
495 "launcherSearchProvider": { 492 "launcherSearchProvider": {
496 "channel": "stable", 493 "channel": "stable",
497 "extension_types": ["extension", "platform_app"], 494 "extension_types": ["extension", "platform_app"],
498 "platform": ["chromeos"], 495 "platforms": ["chromeos"],
499 "whitelist": [ 496 "whitelist": [
500 "A948368FC53BE437A55FEB414106E207925482F5" // File Manager 497 "A948368FC53BE437A55FEB414106E207925482F5" // File Manager
501 ] 498 ]
502 }, 499 },
503 "logPrivate": { 500 "logPrivate": {
504 "channel": "stable", 501 "channel": "stable",
505 "extension_types": ["extension", "platform_app"], 502 "extension_types": ["extension", "platform_app"],
506 "whitelist": [ 503 "whitelist": [
507 "ddammdhioacbehjngdmkjcjbnfginlla", // Test 504 "ddammdhioacbehjngdmkjcjbnfginlla", // Test
508 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 505 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 "channel": "stable", 984 "channel": "stable",
988 "extension_types": ["platform_app"], 985 "extension_types": ["platform_app"],
989 "platforms": ["chromeos"], 986 "platforms": ["chromeos"],
990 "whitelist": [ 987 "whitelist": [
991 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 988 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
992 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 989 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
993 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 990 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
994 ] 991 ]
995 } 992 }
996 } 993 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698