Chromium Code Reviews| 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 base_feature_provider.h. | 8 // well as feature.h, simple_feature.h, and base_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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 445 "channel": "stable", | 445 "channel": "stable", |
| 446 "extension_types": [ | 446 "extension_types": [ |
| 447 "legacy_packaged_app", "platform_app" | 447 "legacy_packaged_app", "platform_app" |
| 448 ], | 448 ], |
| 449 "location": "component" | 449 "location": "component" |
| 450 }, | 450 }, |
| 451 "idltest": { | 451 "idltest": { |
| 452 "channel": "trunk", | 452 "channel": "trunk", |
| 453 "extension_types": ["extension"] | 453 "extension_types": ["extension"] |
| 454 }, | 454 }, |
| 455 "input": [{ | 455 "input": { |
| 456 "channel": "stable", | 456 "channel": "stable", |
| 457 "extension_types": ["extension", "legacy_packaged_app"], | 457 "extension_types": ["extension", "legacy_packaged_app"], |
| 458 "platforms": ["chromeos"] | 458 // TODO(kalman): Um what does this inply? |
| 459 }, { | 459 "inplies_full_url_access": true, |
|
Devlin
2016/08/25 02:00:00
Why are you adding this line?
Shu Chen
2016/08/25 02:02:42
This was carried from the old patchset.
I've now
| |
| 460 "channel": "dev", | 460 "platforms": ["chromeos", "win", "linux"] |
| 461 "extension_types": ["extension", "legacy_packaged_app"], | 461 }, |
| 462 "platforms": ["win", "linux"] | |
| 463 }], | |
| 464 "inputMethodPrivate": [{ | 462 "inputMethodPrivate": [{ |
| 465 "channel": "stable", | 463 "channel": "stable", |
| 466 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 464 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 467 "platforms": ["chromeos"], | 465 "platforms": ["chromeos"], |
| 468 "whitelist": [ | 466 "whitelist": [ |
| 469 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver | 467 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver |
| 470 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta | 468 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta |
| 471 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev | 469 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev |
| 472 ] | 470 ] |
| 473 },{ | 471 },{ |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 979 "channel": "stable", | 977 "channel": "stable", |
| 980 "extension_types": ["platform_app"], | 978 "extension_types": ["platform_app"], |
| 981 "platforms": ["chromeos"], | 979 "platforms": ["chromeos"], |
| 982 "whitelist": [ | 980 "whitelist": [ |
| 983 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 981 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 984 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 982 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 985 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 983 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 986 ] | 984 ] |
| 987 } | 985 } |
| 988 } | 986 } |
| OLD | NEW |