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 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 122 "extension_types": ["platform_app"] | 122 "extension_types": ["platform_app"] |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "channel": "stable", | 125 "channel": "stable", |
| 126 "extension_types": ["extension"], | 126 "extension_types": ["extension"], |
| 127 "whitelist": [ | 127 "whitelist": [ |
| 128 // http://crbug.com/292856 | 128 // http://crbug.com/292856 |
| 129 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", | 129 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", |
| 130 "09FDCB5851B8F3378DB630D06E316076E89C95A6", | 130 "09FDCB5851B8F3378DB630D06E316076E89C95A6", |
| 131 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", | 131 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", |
| 132 "FF78670081967CE21DB86A04AD94A0498F01E20A" | 132 "FF78670081967CE21DB86A04AD94A0498F01E20A", |
| 133 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B" | |
|
benwells
2014/08/21 05:55:32
Can you add a comment saying what this extension i
Anand Mistry (off Chromium)
2014/08/21 06:07:57
Done.
| |
| 133 ] | 134 ] |
| 134 } | 135 } |
| 135 ], | 136 ], |
| 136 "background": [ | 137 "background": [ |
| 137 { | 138 { |
| 138 "channel": "stable", | 139 "channel": "stable", |
| 139 "extension_types": [ | 140 "extension_types": [ |
| 140 "extension", "legacy_packaged_app", "hosted_app" | 141 "extension", "legacy_packaged_app", "hosted_app" |
| 141 ] | 142 ] |
| 142 }, | 143 }, |
| (...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1159 // Only allowed for whitelisted extensions until all the caveats are | 1160 // Only allowed for whitelisted extensions until all the caveats are |
| 1160 // addressed. Tracked in crbug/285151. | 1161 // addressed. Tracked in crbug/285151. |
| 1161 "channel": "stable", | 1162 "channel": "stable", |
| 1162 "extension_types": ["extension"], | 1163 "extension_types": ["extension"], |
| 1163 "location": "component", | 1164 "location": "component", |
| 1164 "whitelist": [ | 1165 "whitelist": [ |
| 1165 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1166 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1166 ] | 1167 ] |
| 1167 }] | 1168 }] |
| 1168 } | 1169 } |
| OLD | NEW |