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

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 399783002: Begin whitelisting specific extensions for global key registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests. Created 6 years, 4 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 | Annotate | Revision Log
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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "channel": "stable", 268 "channel": "stable",
269 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 269 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
270 // CloudPrint 270 // CloudPrint
271 "whitelist": ["99060B01DE911EB85FD630C8BA6320C9186CA3AB"] 271 "whitelist": ["99060B01DE911EB85FD630C8BA6320C9186CA3AB"]
272 }, 272 },
273 "commandLinePrivate": { 273 "commandLinePrivate": {
274 "channel": "stable", 274 "channel": "stable",
275 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 275 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
276 "location": "component" 276 "location": "component"
277 }, 277 },
278 "commands.accessibility": {
279 "channel": "stable",
280 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
281 "whitelist": [
282 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E", // http://crbug.com/404768
283 "75C7F4B720314B6CB1B5817CD86089DB95CD2461" // http://crbug.com/404768
284 ]
285 },
278 "contentSettings": { 286 "contentSettings": {
279 "channel": "stable", 287 "channel": "stable",
280 "extension_types": ["extension", "legacy_packaged_app"] 288 "extension_types": ["extension", "legacy_packaged_app"]
281 }, 289 },
282 "contextMenus": { 290 "contextMenus": {
283 "channel": "stable", 291 "channel": "stable",
284 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 292 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
285 }, 293 },
286 "cookies": { 294 "cookies": {
287 "channel": "stable", 295 "channel": "stable",
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 // Only allowed for whitelisted extensions until all the caveats are 1169 // Only allowed for whitelisted extensions until all the caveats are
1162 // addressed. Tracked in crbug/285151. 1170 // addressed. Tracked in crbug/285151.
1163 "channel": "stable", 1171 "channel": "stable",
1164 "extension_types": ["extension"], 1172 "extension_types": ["extension"],
1165 "location": "component", 1173 "location": "component",
1166 "whitelist": [ 1174 "whitelist": [
1167 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1175 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1168 ] 1176 ]
1169 }] 1177 }]
1170 } 1178 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/commands/command_service.cc ('k') | chrome/common/extensions/api/commands/commands_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698