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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 "extension_types": ["platform_app"] | 65 "extension_types": ["platform_app"] |
66 }, | 66 }, |
67 "app.window.fullscreen": { | 67 "app.window.fullscreen": { |
68 "channel": "stable", | 68 "channel": "stable", |
69 "extension_types": ["platform_app"] | 69 "extension_types": ["platform_app"] |
70 }, | 70 }, |
71 "app.window.fullscreen.overrideEsc": { | 71 "app.window.fullscreen.overrideEsc": { |
72 "channel": "stable", | 72 "channel": "stable", |
73 "extension_types": ["platform_app"] | 73 "extension_types": ["platform_app"] |
74 }, | 74 }, |
75 "app.window.shape": [ | |
76 { | |
77 "channel": "beta", | |
78 "extension_types": ["platform_app"] | |
79 }, | |
80 { | |
81 "channel": "stable", | |
82 "extension_types": ["platform_app"], | |
83 "whitelist": [ | |
84 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 | |
85 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", | |
86 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 | |
87 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", | |
88 "312745D9BF916161191143F6490085EEA0434997", | |
89 "53041A2FA309EECED01FFC751E7399186E860B2C", | |
90 "EBA908206905323CECE6DC4B276A58A0F4AC573F", | |
91 "2775E568AC98F9578791F1EAB65A1BF5F8CEF414", | |
92 "4AA3C5D69A4AECBD236CAD7884502209F0F5C169", | |
93 "E410CDAB2C6E6DD408D731016CECF2444000A912", | |
94 "9E930B2B5EABA6243AE6C710F126E54688E8FAF6", | |
95 "FAFE8EFDD2D6AE2EEB277AFEB91C870C79064D9E", // http://crbug.com/327507 | |
96 "3B52D273A271D4E2348233E322426DBAE854B567", | |
97 "5DF6ADC8708DF59FCFDDBF16AFBFB451380C2059", | |
98 "1037DEF5F6B06EA46153AD87B6C5C37440E3F2D1", | |
99 "F5815DAFEB8C53B078DD1853B2059E087C42F139", | |
100 "6A08EFFF9C16E090D6DCC7EC55A01CADAE840513", | |
101 "C32D6D93E12F5401DAA3A723E0C3CC5F25429BA4", // http://crbug.com/354258 | |
102 "9099782647D39C778E15C8C6E0D23C88F5CDE170", | |
103 "B7D5B52D1E5B106288BD7F278CAFA5E8D76108B0", | |
104 "89349DBAA2C4022FB244AA50182AB60934EB41EE", | |
105 "CB593E510640572A995CB1B6D41BD85ED51E63F8", | |
106 "1AD1AC86C87969CD3434FA08D99DBA6840AEA612", | |
107 "9C2EA21D7975BDF2B3C01C3A454EE44854067A6D", | |
108 "D2C488C80C3C90C3E01A991112A05E37831E17D0", | |
109 "6EEC061C0E74B46C7B5BE2EEFA49436368F4988F", | |
110 "8B344D9E8A4C505EF82A0DBBC25B8BD1F984E777", | |
111 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868", | |
112 "F76F43EFFF56BF17A9868A5243F339BA28746632", // http://crbug.com/386324 | |
113 "C6EA52B92F80878515F94137020F01519357E5B5", | |
114 "E466389F058ABD73FF6FDD06F768A351FCBF8532", | |
115 "40063F1CF7B68BA847A26FA6620DDF156171D23C", | |
116 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A", | |
117 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912", | |
118 "02037314DA4D913640DCF0E296A7D01F4FD793EC", | |
119 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", | |
120 "48CA541313139786F056DBCB504A1025CFF5D2E3", | |
121 "05106136AE7F08A3C181D4648E5438350B1D2B4F" | |
122 ] | |
123 } | |
124 ], | |
125 "app.window.alpha": [ | 75 "app.window.alpha": [ |
126 { | 76 { |
127 "channel": "dev", | 77 "channel": "dev", |
128 "extension_types": ["platform_app"] | 78 "extension_types": ["platform_app"] |
129 }, | 79 }, |
130 { | 80 { |
131 "channel": "stable", | 81 "channel": "stable", |
132 "extension_types": ["platform_app"], | 82 "extension_types": ["platform_app"], |
133 "whitelist": [ | 83 "whitelist": [ |
134 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 | 84 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 |
135 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", | 85 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", |
136 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 | 86 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 |
137 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", | 87 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", |
138 "312745D9BF916161191143F6490085EEA0434997", | 88 "312745D9BF916161191143F6490085EEA0434997", |
139 "53041A2FA309EECED01FFC751E7399186E860B2C" | 89 "53041A2FA309EECED01FFC751E7399186E860B2C" |
140 ] | 90 ] |
141 } | 91 } |
142 ], | 92 ], |
| 93 "app.window.shape": { |
| 94 "channel": "stable", |
| 95 "extension_types": ["platform_app"] |
| 96 }, |
143 "audio": [ | 97 "audio": [ |
144 { | 98 { |
145 "channel": "dev", | 99 "channel": "dev", |
146 "extension_types": ["platform_app"] | 100 "extension_types": ["platform_app"] |
147 }, | 101 }, |
148 { | 102 { |
149 "channel": "stable", | 103 "channel": "stable", |
150 "extension_types": ["platform_app"], | 104 "extension_types": ["platform_app"], |
151 "whitelist": [ | 105 "whitelist": [ |
152 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", | 106 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", |
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1168 // Only allowed for whitelisted extensions until all the caveats are | 1122 // Only allowed for whitelisted extensions until all the caveats are |
1169 // addressed. Tracked in crbug/285151. | 1123 // addressed. Tracked in crbug/285151. |
1170 "channel": "stable", | 1124 "channel": "stable", |
1171 "extension_types": ["extension"], | 1125 "extension_types": ["extension"], |
1172 "location": "component", | 1126 "location": "component", |
1173 "whitelist": [ | 1127 "whitelist": [ |
1174 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1128 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1175 ] | 1129 ] |
1176 }] | 1130 }] |
1177 } | 1131 } |
OLD | NEW |