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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 | 102 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 |
103 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 | 103 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 |
104 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 | 104 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 |
105 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", // http://crbug.com/320952 | 105 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", // http://crbug.com/320952 |
106 "3D14248405B8A59043420AAC160077C99E7788A9", // http://crbug.com/398585 | 106 "3D14248405B8A59043420AAC160077C99E7788A9", // http://crbug.com/398585 |
107 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", // http://crbug.com/398585 | 107 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", // http://crbug.com/398585 |
108 "3407516021EA3669C0EC8E65E6B9837E5A521B9C", // http://crbug.com/398585 | 108 "3407516021EA3669C0EC8E65E6B9837E5A521B9C", // http://crbug.com/398585 |
109 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B", // http://crbug.com/405800 | 109 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B", // http://crbug.com/405800 |
110 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", // http://crbug.com/405800 | 110 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", // http://crbug.com/405800 |
111 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/405800 | 111 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/405800 |
112 "0F42756099D914A026DADFA182871C015735DD95" // http://crbug.com/405800 | 112 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/405800 |
| 113 "F16F23C83C5F6DAD9B65A120448B34056DD80691" // http://crbug.com/413748 |
113 ] | 114 ] |
114 } | 115 } |
115 ], | 116 ], |
116 "bookmarkManagerPrivate": { | 117 "bookmarkManagerPrivate": { |
117 "channel": "stable", | 118 "channel": "stable", |
118 "extension_types": ["extension", "legacy_packaged_app"], | 119 "extension_types": ["extension", "legacy_packaged_app"], |
119 "whitelist": [ | 120 "whitelist": [ |
120 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager | 121 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager |
121 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | 122 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 |
122 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | 123 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 |
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 }, | 1038 }, |
1038 "webRequest": { | 1039 "webRequest": { |
1039 "channel": "stable", | 1040 "channel": "stable", |
1040 "extension_types": ["extension", "legacy_packaged_app"] | 1041 "extension_types": ["extension", "legacy_packaged_app"] |
1041 }, | 1042 }, |
1042 "webRequestBlocking": { | 1043 "webRequestBlocking": { |
1043 "channel": "stable", | 1044 "channel": "stable", |
1044 "extension_types": ["extension", "legacy_packaged_app"] | 1045 "extension_types": ["extension", "legacy_packaged_app"] |
1045 } | 1046 } |
1046 } | 1047 } |
OLD | NEW |