| 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 { | 8 { |
| 9 "activityLogPrivate": { | 9 "activityLogPrivate": { |
| 10 "dependencies": ["permission:activityLogPrivate"], | 10 "dependencies": ["permission:activityLogPrivate"], |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "location": "component" | 97 "location": "component" |
| 98 }, | 98 }, |
| 99 "brailleDisplayPrivate": { | 99 "brailleDisplayPrivate": { |
| 100 "dependencies": ["permission:brailleDisplayPrivate"], | 100 "dependencies": ["permission:brailleDisplayPrivate"], |
| 101 "contexts": ["blessed_extension"] | 101 "contexts": ["blessed_extension"] |
| 102 }, | 102 }, |
| 103 "browserAction": { | 103 "browserAction": { |
| 104 "dependencies": ["manifest:browser_action"], | 104 "dependencies": ["manifest:browser_action"], |
| 105 "contexts": ["blessed_extension"] | 105 "contexts": ["blessed_extension"] |
| 106 }, | 106 }, |
| 107 // This API is whitelisted on stable and should not be enabled for a wider |
| 108 // audience without resolving security issues raised in API proposal and |
| 109 // review (https://codereview.chromium.org/25305002). |
| 110 "browserAction.openPopup": [{ |
| 111 "channel": "dev", |
| 112 "dependencies": ["manifest:browser_action"], |
| 113 "contexts": ["blessed_extension"] |
| 114 }, { |
| 115 "channel": "stable", |
| 116 "dependencies": ["manifest:browser_action"], |
| 117 "whitelist": [ |
| 118 "enhhojjnijigcajfphajepfemndkmdlo", // Dev |
| 119 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester |
| 120 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging |
| 121 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary |
| 122 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) |
| 123 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release |
| 124 ], |
| 125 "contexts": ["blessed_extension"] |
| 126 }], |
| 107 "browsingData": { | 127 "browsingData": { |
| 108 "dependencies": ["permission:browsingData"], | 128 "dependencies": ["permission:browsingData"], |
| 109 "contexts": ["blessed_extension"] | 129 "contexts": ["blessed_extension"] |
| 110 }, | 130 }, |
| 111 "cast.channel": { | 131 "cast.channel": { |
| 112 "dependencies": ["permission:cast"], | 132 "dependencies": ["permission:cast"], |
| 113 "contexts": ["blessed_extension"] | 133 "contexts": ["blessed_extension"] |
| 114 }, | 134 }, |
| 115 "chromeosInfoPrivate": { | 135 "chromeosInfoPrivate": { |
| 116 "platforms": ["chromeos"], | 136 "platforms": ["chromeos"], |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "internal": true, | 692 "internal": true, |
| 673 "channel": "stable", | 693 "channel": "stable", |
| 674 "dependencies": ["permission:webview"], | 694 "dependencies": ["permission:webview"], |
| 675 "contexts": ["blessed_extension"] | 695 "contexts": ["blessed_extension"] |
| 676 }, | 696 }, |
| 677 "windows": { | 697 "windows": { |
| 678 "dependencies": ["api:tabs"], | 698 "dependencies": ["api:tabs"], |
| 679 "contexts": ["blessed_extension"] | 699 "contexts": ["blessed_extension"] |
| 680 } | 700 } |
| 681 } | 701 } |
| OLD | NEW |