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

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

Issue 99463006: Updates permissions and feedback whilelist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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
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 // 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 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
9 // 9 //
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ] 361 ]
362 }, 362 },
363 "feedbackPrivate": { 363 "feedbackPrivate": {
364 "channel": "stable", 364 "channel": "stable",
365 "extension_types": ["extension", "platform_app"], 365 "extension_types": ["extension", "platform_app"],
366 "whitelist": [ 366 "whitelist": [
367 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI. 367 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI.
368 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 368 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
369 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 369 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
370 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 370 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
371 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 371 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB" // http://crbug.com/234235
372 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088
373 ] 372 ]
374 }, 373 },
375 "fileBrowserHandler": { 374 "fileBrowserHandler": {
376 "channel": "stable", 375 "channel": "stable",
377 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 376 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
378 }, 377 },
379 "fileBrowserPrivate": { 378 "fileBrowserPrivate": {
380 "channel": "stable", 379 "channel": "stable",
381 "extension_types": ["extension", "legacy_packaged_app"], 380 "extension_types": ["extension", "legacy_packaged_app"],
382 "location": "component" 381 "location": "component"
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 // Only allowed for whitelisted extensions until all the caveats are 933 // Only allowed for whitelisted extensions until all the caveats are
935 // addressed. Tracked in crbug/285151. 934 // addressed. Tracked in crbug/285151.
936 "channel": "stable", 935 "channel": "stable",
937 "extension_types": ["extension"], 936 "extension_types": ["extension"],
938 "location": "component", 937 "location": "component",
939 "whitelist": [ 938 "whitelist": [
940 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 939 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
941 ] 940 ]
942 }] 941 }]
943 } 942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698