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

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

Issue 290043006: Add whitelist for app.window.shape permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add whitelist for stable channel. Created 6 years, 7 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
« no previous file with comments | « no previous file | 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 // 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "extension_types": ["platform_app"] 63 "extension_types": ["platform_app"]
64 }, 64 },
65 "app.window.fullscreen": { 65 "app.window.fullscreen": {
66 "channel": "stable", 66 "channel": "stable",
67 "extension_types": ["platform_app"] 67 "extension_types": ["platform_app"]
68 }, 68 },
69 "app.window.fullscreen.overrideEsc": { 69 "app.window.fullscreen.overrideEsc": {
70 "channel": "stable", 70 "channel": "stable",
71 "extension_types": ["platform_app"] 71 "extension_types": ["platform_app"]
72 }, 72 },
73 "app.window.shape": { 73 "app.window.shape": [
74 "channel": "beta", 74 {
75 "extension_types": ["platform_app"] 75 "channel": "beta",
76 }, 76 "extension_types": ["platform_app"]
77 },
78 {
79 "channel": "stable",
80 "extension_types": ["platform_app"],
81 "whitelist": [
82 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773
83 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7",
84 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200
85 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3",
86 "312745D9BF916161191143F6490085EEA0434997",
87 "53041A2FA309EECED01FFC751E7399186E860B2C",
88 "EBA908206905323CECE6DC4B276A58A0F4AC573F",
89 "2775E568AC98F9578791F1EAB65A1BF5F8CEF414",
90 "4AA3C5D69A4AECBD236CAD7884502209F0F5C169",
91 "E410CDAB2C6E6DD408D731016CECF2444000A912",
92 "9E930B2B5EABA6243AE6C710F126E54688E8FAF6",
93 "FAFE8EFDD2D6AE2EEB277AFEB91C870C79064D9E", // http://crbug.com/327507
94 "3B52D273A271D4E2348233E322426DBAE854B567",
95 "5DF6ADC8708DF59FCFDDBF16AFBFB451380C2059",
96 "1037DEF5F6B06EA46153AD87B6C5C37440E3F2D1",
97 "F5815DAFEB8C53B078DD1853B2059E087C42F139",
98 "6A08EFFF9C16E090D6DCC7EC55A01CADAE840513",
99 "C32D6D93E12F5401DAA3A723E0C3CC5F25429BA4", // http://crbug.com/354258
100 "9099782647D39C778E15C8C6E0D23C88F5CDE170",
101 "B7D5B52D1E5B106288BD7F278CAFA5E8D76108B0",
102 "89349DBAA2C4022FB244AA50182AB60934EB41EE",
103 "CB593E510640572A995CB1B6D41BD85ED51E63F8",
104 "1AD1AC86C87969CD3434FA08D99DBA6840AEA612",
105 "9C2EA21D7975BDF2B3C01C3A454EE44854067A6D",
106 "D2C488C80C3C90C3E01A991112A05E37831E17D0",
107 "6EEC061C0E74B46C7B5BE2EEFA49436368F4988F",
108 "8B344D9E8A4C505EF82A0DBBC25B8BD1F984E777",
109 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868"
110 ]
111 }
112 ],
77 "audio": [ 113 "audio": [
78 { 114 {
79 "channel": "dev", 115 "channel": "dev",
80 "extension_types": ["platform_app"] 116 "extension_types": ["platform_app"]
81 }, 117 },
82 { 118 {
83 "channel": "stable", 119 "channel": "stable",
84 "extension_types": ["platform_app"], 120 "extension_types": ["platform_app"],
85 "whitelist": [ 121 "whitelist": [
86 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", 122 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 // Only allowed for whitelisted extensions until all the caveats are 1026 // Only allowed for whitelisted extensions until all the caveats are
991 // addressed. Tracked in crbug/285151. 1027 // addressed. Tracked in crbug/285151.
992 "channel": "stable", 1028 "channel": "stable",
993 "extension_types": ["extension"], 1029 "extension_types": ["extension"],
994 "location": "component", 1030 "location": "component",
995 "whitelist": [ 1031 "whitelist": [
996 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1032 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
997 ] 1033 ]
998 }] 1034 }]
999 } 1035 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698