Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 // chrome-extension://hoobinhbdbiehknkpbpejbbpdbkdjmoco/ | 2 // chrome-extension://hoobinhbdbiehknkpbpejbbpdbkdjmoco/ |
| 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBjsTE4ocXJWzgcCDCUcsPASoRCGaTHr Hn6b4zDTCayTuJtyGKzw4xZPMiG4dbEbmSAwEU7UCoyJAM1XfLS7UQ/Zz7ft8wpZkSS8/PJW+E4Qu++t MS0csj2Wdrrd2c5yyWxlJ+H9o2ivwtwuxs7pd+LXt+gsBA0epnT04T9EvOTQIDAQAB", | 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBjsTE4ocXJWzgcCDCUcsPASoRCGaTHr Hn6b4zDTCayTuJtyGKzw4xZPMiG4dbEbmSAwEU7UCoyJAM1XfLS7UQ/Zz7ft8wpZkSS8/PJW+E4Qu++t MS0csj2Wdrrd2c5yyWxlJ+H9o2ivwtwuxs7pd+LXt+gsBA0epnT04T9EvOTQIDAQAB", |
| 4 "name": "chrome file manager browser tests", | 4 "name": "chrome file manager browser tests", |
| 5 "version": "0.1", | 5 "version": "0.1", |
| 6 "incognito": "split", // Run a separate instance for the incognito mode. | 6 "incognito": "split", // Run a separate instance for the incognito mode. |
| 7 "manifest_version": 2, | 7 "manifest_version": 2, |
| 8 "background": { | 8 "background": { |
| 9 "scripts": [ | 9 "scripts": [ |
| 10 // List background.js first because the testcase namespace is defined | 10 // List background.js first because the testcase namespace is defined |
| 11 // here. | 11 // here. |
| 12 "background.js", | 12 "background.js", |
| 13 "drive_specific.js", | 13 "drive_specific.js", |
| 14 "copy_between_windows.js", | 14 "copy_between_windows.js", |
| 15 "execute_default_task.js", | 15 "execute_default_task.js", |
| 16 "file_display.js", | 16 "file_display.js", |
| 17 "hide_search_box.js", | 17 "hide_search_box.js", |
| 18 "keyboard_operations.js", | 18 "keyboard_operations.js", |
| 19 "multi_profile.js", | 19 "multi_profile.js", |
| 20 "navigation_list.js", | 20 "navigation_list.js", |
| 21 "open_special_types.js", | 21 "open_special_types.js", |
| 22 "open_audio_files.js", | |
|
hirono
2014/03/27 08:54:20
Please sort files in the alphabet order: open_audi
yoshiki
2014/03/27 09:38:14
Done.
| |
| 22 "restore_geometry.js", | 23 "restore_geometry.js", |
| 23 "restore_prefs.js", | 24 "restore_prefs.js", |
| 24 "share_dialog.js", | 25 "share_dialog.js", |
| 25 "suggest_app_dialog.js", | 26 "suggest_app_dialog.js", |
| 26 "tab_index.js", | 27 "tab_index.js", |
| 27 "thumbnails.js", | 28 "thumbnails.js", |
| 28 "transfer.js", | 29 "transfer.js", |
| 29 "traverse.js" | 30 "traverse.js" |
| 30 ] | 31 ] |
| 31 }, | 32 }, |
| 32 "permissions": [ | 33 "permissions": [ |
| 33 "tabs", | 34 "tabs", |
| 34 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*", | 35 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*", |
| 35 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*" | 36 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*" |
| 36 ] | 37 ] |
| 37 } | 38 } |
| OLD | NEW |