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

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

Issue 643283002: Add Chrome IME extensions to the whitelisted extensions for app.window.alpha (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add reference to crbug Created 6 years, 2 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 45 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773
46 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", 46 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7",
47 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 47 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200
48 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", 48 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3",
49 "312745D9BF916161191143F6490085EEA0434997", 49 "312745D9BF916161191143F6490085EEA0434997",
50 "53041A2FA309EECED01FFC751E7399186E860B2C", 50 "53041A2FA309EECED01FFC751E7399186E860B2C",
51 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748 51 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748
52 "F16F23C83C5F6DAD9B65A120448B34056DD80691", 52 "F16F23C83C5F6DAD9B65A120448B34056DD80691",
53 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" 53 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B"
54 ] 54 ]
55 },
56 {
57 "channel": "stable",
58 "extension_types": ["extension"],
59 "whitelist": [
60 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // http://crbug.com/425539
61 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33"
62 ]
55 } 63 }
56 ], 64 ],
57 "app.window.shape": { 65 "app.window.shape": {
58 "channel": "stable", 66 "channel": "stable",
59 "extension_types": ["platform_app"] 67 "extension_types": ["platform_app"]
60 }, 68 },
61 "app.window.ime": [ 69 "app.window.ime": [
62 { 70 {
63 "channel": "stable", 71 "channel": "stable",
64 "extension_types": ["extension"], 72 "extension_types": ["extension"],
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "extension_types": ["extension", "legacy_packaged_app"] 329 "extension_types": ["extension", "legacy_packaged_app"]
322 } 330 }
323 ], 331 ],
324 "webRequestBlocking": [ 332 "webRequestBlocking": [
325 { 333 {
326 "channel": "stable", 334 "channel": "stable",
327 "extension_types": ["extension", "legacy_packaged_app"] 335 "extension_types": ["extension", "legacy_packaged_app"]
328 } 336 }
329 ] 337 ]
330 } 338 }
OLDNEW
« no previous file with comments | « extensions/browser/api/app_window/app_window_api.cc ('k') | extensions/common/permissions/extensions_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698