Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/ | 2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/ |
| 3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==", | 3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==", |
| 4 "manifest_version": 2, | 4 "manifest_version": 2, |
| 5 "name": "Files", | 5 "name": "Files", |
| 6 "version": "3.0", | 6 "version": "3.0", |
| 7 "description": "File Manager", | 7 "description": "File Manager", |
| 8 "incognito" : "split", | 8 "incognito" : "split", |
| 9 "icons": { | 9 "icons": { |
| 10 "16": "common/images/icon16.png", | 10 "16": "common/images/icon16.png", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 185 { | 185 { |
| 186 "id": "open", | 186 "id": "open", |
| 187 "default_title": "__MSG_OPEN_ACTION__", | 187 "default_title": "__MSG_OPEN_ACTION__", |
| 188 "default_icon": "common/images/file_types/200/generic.png", | 188 "default_icon": "common/images/file_types/200/generic.png", |
| 189 "file_filters": [] | 189 "file_filters": [] |
| 190 } | 190 } |
| 191 ], | 191 ], |
| 192 // Required to import scripts in a web worker. Note, that in Apps v2, it is | 192 // Required to import scripts in a web worker. Note, that in Apps v2, it is |
| 193 // enough that anything is passed to web_accessible_resources. If there is | 193 // enough that anything is passed to web_accessible_resources. If there is |
| 194 // at least any file, then all files are allowed. http://crbug.com/179127. | 194 // at least any file, then all files are allowed. http://crbug.com/179127. |
| 195 "web_accessible_resources": ["foreground/js/metadata/byte_reader.js"], | 195 "web_accessible_resources": [ |
| 196 "background/js/*.js", | |
| 197 "common/js/*.js", | |
| 198 "foreground/js/metadata/*.js" | |
|
yoshiki
2014/04/23 07:08:39
Could you move the follwoing file/directory into c
hirono
2014/04/23 08:13:15
Previously 'common' means the assets are shared by
yoshiki
2014/04/24 03:49:40
ui/file_manager/common can't be accessible by app.
hirono
2014/04/24 05:11:15
So let me keep the structure as it is. I'm also th
yoshiki
2014/04/24 10:09:19
sgtm
| |
| 199 ], | |
| 196 "app": { | 200 "app": { |
| 197 "background": { | 201 "background": { |
| 198 "scripts": [ | 202 "scripts": [ |
| 199 "common/js/error_util.js", | 203 "common/js/error_util.js", |
| 200 "chrome://resources/js/load_time_data.js", | 204 "chrome://resources/js/load_time_data.js", |
| 201 "chrome://resources/js/cr.js", | 205 "chrome://resources/js/cr.js", |
| 202 "chrome://resources/js/cr/event_target.js", | 206 "chrome://resources/js/cr/event_target.js", |
| 203 "chrome://resources/js/cr/ui/array_data_model.js", | 207 "chrome://resources/js/cr/ui/array_data_model.js", |
| 204 "common/js/async_util.js", | 208 "common/js/async_util.js", |
| 205 "common/js/path_util.js", | 209 "common/js/path_util.js", |
| 206 "common/js/progress_center_common.js", | 210 "common/js/progress_center_common.js", |
| 207 "common/js/util.js", | 211 "common/js/util.js", |
| 208 "background/js/device_handler.js", | 212 "background/js/device_handler.js", |
| 209 "background/js/drive_sync_handler.js", | 213 "background/js/drive_sync_handler.js", |
| 210 "background/js/file_operation_handler.js", | 214 "background/js/file_operation_handler.js", |
| 211 "background/js/file_operation_manager.js", | 215 "background/js/file_operation_manager.js", |
| 212 "background/js/progress_center.js", | 216 "background/js/progress_center.js", |
| 213 "background/js/test_util.js", | 217 "background/js/test_util.js", |
| 214 "background/js/volume_manager.js", | 218 "background/js/volume_manager.js", |
| 215 "background/js/background.js" | 219 "background/js/background.js" |
| 216 ] | 220 ] |
| 217 }, | 221 }, |
| 218 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension. | 222 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension. |
| 219 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp; style-src 'self' ' unsafe-inline' chrome://resources; frame-src 'self' about:; img-src 'self' chrom e://resources chrome://theme data: https://docs.google.com https://*.googleuserc ontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent .com; connect-src https://drive.google.com; object-src 'self'" | 223 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp; style-src 'self' ' unsafe-inline' chrome://resources; frame-src 'self' about:; img-src 'self' chrom e://resources chrome://theme data: https://docs.google.com https://*.googleuserc ontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent .com; connect-src https://drive.google.com; object-src 'self'" |
| 220 } | 224 } |
| 221 } | 225 } |
| OLD | NEW |