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

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: Resync 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
« no previous file with comments | « chrome/browser/resources/feedback/js/event_handler.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 }, 175 },
176 "chromeosInfoPrivate": { 176 "chromeosInfoPrivate": {
177 "channel": "stable", 177 "channel": "stable",
178 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 178 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
179 "whitelist": [ 179 "whitelist": [
180 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 180 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
181 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 181 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
182 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 182 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
183 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 183 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
184 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 184 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
185 "314B0FC37CAE989AF42887E5303BD1E98BF12DDE", // http://crbug.com/329088
185 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088 186 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088
186 ] 187 ]
187 }, 188 },
188 "clipboardRead": { 189 "clipboardRead": {
189 "channel": "stable", 190 "channel": "stable",
190 "extension_types": [ 191 "extension_types": [
191 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 192 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
192 ] 193 ]
193 }, 194 },
194 "clipboardWrite": { 195 "clipboardWrite": {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 }, 364 },
364 "feedbackPrivate": { 365 "feedbackPrivate": {
365 "channel": "stable", 366 "channel": "stable",
366 "extension_types": ["extension", "platform_app"], 367 "extension_types": ["extension", "platform_app"],
367 "whitelist": [ 368 "whitelist": [
368 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI. 369 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI.
369 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 370 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
370 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 371 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
371 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 372 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
372 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 373 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
373 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 374 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/329690
374 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088
375 ] 375 ]
376 }, 376 },
377 "fileBrowserHandler": { 377 "fileBrowserHandler": {
378 "channel": "stable", 378 "channel": "stable",
379 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 379 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
380 }, 380 },
381 "fileBrowserPrivate": { 381 "fileBrowserPrivate": {
382 "channel": "stable", 382 "channel": "stable",
383 "extension_types": ["extension", "legacy_packaged_app"], 383 "extension_types": ["extension", "legacy_packaged_app"],
384 "location": "component" 384 "location": "component"
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "extension_types": ["extension", "legacy_packaged_app"] 694 "extension_types": ["extension", "legacy_packaged_app"]
695 }, 695 },
696 "pushMessaging": { 696 "pushMessaging": {
697 "channel": "stable", 697 "channel": "stable",
698 "extension_types": ["extension", "platform_app"] 698 "extension_types": ["extension", "platform_app"]
699 }, 699 },
700 "imageWriterPrivate": { 700 "imageWriterPrivate": {
701 "channel": "stable", 701 "channel": "stable",
702 "extension_types": ["platform_app"], 702 "extension_types": ["platform_app"],
703 "whitelist": [ 703 "whitelist": [
704 "314B0FC37CAE989AF42887E5303BD1E98BF12DDE", // Chrome OS Recovery Tool Dev
704 "D7986543275120831B39EF28D1327552FC343960" // Chrome OS Recovery Tool 705 "D7986543275120831B39EF28D1327552FC343960" // Chrome OS Recovery Tool
705 ] 706 ]
706 }, 707 },
707 "rtcPrivate": { 708 "rtcPrivate": {
708 "channel": "stable", 709 "channel": "stable",
709 "extension_types": ["extension", "legacy_packaged_app"], 710 "extension_types": ["extension", "legacy_packaged_app"],
710 "whitelist": [ 711 "whitelist": [
711 "53041A2FA309EECED01FFC751E7399186E860B2C", // Google Talk prod 712 "53041A2FA309EECED01FFC751E7399186E860B2C", // Google Talk prod
712 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta 713 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", // Google Talk beta
713 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha 714 "E7E2461CE072DF036CF9592740196159E2D7C089", // Google Talk alpha
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 // Only allowed for whitelisted extensions until all the caveats are 938 // Only allowed for whitelisted extensions until all the caveats are
938 // addressed. Tracked in crbug/285151. 939 // addressed. Tracked in crbug/285151.
939 "channel": "stable", 940 "channel": "stable",
940 "extension_types": ["extension"], 941 "extension_types": ["extension"],
941 "location": "component", 942 "location": "component",
942 "whitelist": [ 943 "whitelist": [
943 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 944 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
944 ] 945 ]
945 }] 946 }]
946 } 947 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/feedback/js/event_handler.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698