| 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 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "channel": "stable", | 506 "channel": "stable", |
| 507 "extension_types": [ | 507 "extension_types": [ |
| 508 "legacy_packaged_app", "platform_app" | 508 "legacy_packaged_app", "platform_app" |
| 509 ], | 509 ], |
| 510 "location": "component" | 510 "location": "component" |
| 511 }, | 511 }, |
| 512 "idltest": { | 512 "idltest": { |
| 513 "channel": "trunk", | 513 "channel": "trunk", |
| 514 "extension_types": ["extension"] | 514 "extension_types": ["extension"] |
| 515 }, | 515 }, |
| 516 "input": [{ | 516 "input": { |
| 517 "channel": "stable", | 517 "channel": "stable", |
| 518 "extension_types": ["extension", "legacy_packaged_app"], | 518 "extension_types": ["extension", "legacy_packaged_app"], |
| 519 // TODO(kalman): Um what does this inply? | 519 // TODO(kalman): Um what does this inply? |
| 520 "inplies_full_url_access": true, | 520 "inplies_full_url_access": true, |
| 521 "platforms": ["chromeos"] | 521 "platforms": ["chromeos", "win", "linux"] |
| 522 }, { | 522 }, |
| 523 "channel": "dev", | |
| 524 "extension_types": ["extension", "legacy_packaged_app"], | |
| 525 // TODO(kalman): Um what does this inply? | |
| 526 "inplies_full_url_access": true, | |
| 527 "platforms": ["win", "linux"] | |
| 528 }], | |
| 529 "inputMethodPrivate": [{ | 523 "inputMethodPrivate": [{ |
| 530 "channel": "stable", | 524 "channel": "stable", |
| 531 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 525 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 532 "platforms": ["chromeos"], | 526 "platforms": ["chromeos"], |
| 533 "whitelist": [ | 527 "whitelist": [ |
| 534 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver | 528 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver |
| 535 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta | 529 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta |
| 536 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev | 530 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev |
| 537 ] | 531 ] |
| 538 },{ | 532 },{ |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 "channel": "stable", | 1038 "channel": "stable", |
| 1045 "extension_types": ["platform_app"], | 1039 "extension_types": ["platform_app"], |
| 1046 "platforms": ["chromeos"], | 1040 "platforms": ["chromeos"], |
| 1047 "whitelist": [ | 1041 "whitelist": [ |
| 1048 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 1042 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 1049 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 1043 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 1050 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 1044 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 1051 ] | 1045 ] |
| 1052 } | 1046 } |
| 1053 } | 1047 } |
| OLD | NEW |