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

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

Issue 503383002: Allow component IME extension use app.window and add 'ime' window type for app window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and make app.window.canSetVisibleOnAllWorkspaces complex feature Created 6 years, 3 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/extensions. 6 // under src/extensions.
7 7
8 // See extensions/common/features/* to understand this file, in particular 8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h. 9 // feature.h, simple_feature.h, and base_feature_provider.h.
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "02037314DA4D913640DCF0E296A7D01F4FD793EC", 100 "02037314DA4D913640DCF0E296A7D01F4FD793EC",
101 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", 101 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5",
102 "48CA541313139786F056DBCB504A1025CFF5D2E3", 102 "48CA541313139786F056DBCB504A1025CFF5D2E3",
103 "05106136AE7F08A3C181D4648E5438350B1D2B4F", 103 "05106136AE7F08A3C181D4648E5438350B1D2B4F",
104 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748 104 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748
105 "F16F23C83C5F6DAD9B65A120448B34056DD80691", 105 "F16F23C83C5F6DAD9B65A120448B34056DD80691",
106 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" 106 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B"
107 ] 107 ]
108 } 108 }
109 ], 109 ],
110 "app.window.ime": [
111 {
112 "channel": "stable",
113 "extension_types": ["extension"],
114 "platforms": ["chromeos"],
115 "whitelist": [
116 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E",
117 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33"
118 ]
119 }
120 ],
110 "audioCapture": [ 121 "audioCapture": [
111 { 122 {
112 "channel": "stable", 123 "channel": "stable",
113 "extension_types": ["platform_app"] 124 "extension_types": ["platform_app"]
114 }, 125 },
115 { 126 {
116 "channel": "stable", 127 "channel": "stable",
117 "extension_types": ["extension"], 128 "extension_types": ["extension"],
118 "whitelist": [ 129 "whitelist": [
119 // http://crbug.com/292856 130 // http://crbug.com/292856
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 // addressed. Tracked in crbug/285151. 338 // addressed. Tracked in crbug/285151.
328 "channel": "stable", 339 "channel": "stable",
329 "extension_types": ["extension"], 340 "extension_types": ["extension"],
330 "location": "component", 341 "location": "component",
331 "whitelist": [ 342 "whitelist": [
332 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 343 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
333 ] 344 ]
334 } 345 }
335 ] 346 ]
336 } 347 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698