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

Side by Side Diff: ui/file_manager/integration_tests/file_manager_test_manifest.json

Issue 1092573002: [Files.app] Added a tabindex test for save file dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix test failure Created 5 years, 7 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
« no previous file with comments | « ui/file_manager/integration_tests/file_manager/tab_index.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 test_util.js and background.js first because the testcase 10 // List test_util.js and background.js first because the testcase
(...skipping 18 matching lines...) Expand all
29 "file_manager/share_dialog.js", 29 "file_manager/share_dialog.js",
30 "file_manager/sort_columns.js", 30 "file_manager/sort_columns.js",
31 "file_manager/suggest_app_dialog.js", 31 "file_manager/suggest_app_dialog.js",
32 "file_manager/tab_index.js", 32 "file_manager/tab_index.js",
33 "file_manager/tasks.js", 33 "file_manager/tasks.js",
34 "file_manager/transfer.js", 34 "file_manager/transfer.js",
35 "file_manager/traverse.js" 35 "file_manager/traverse.js"
36 ] 36 ]
37 }, 37 },
38 "permissions": [ 38 "permissions": [
39 "fileSystem", 39 {"fileSystem": ["write"]},
40 "tabs", 40 "tabs",
41 "commandLinePrivate", 41 "commandLinePrivate",
42 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*", 42 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*",
43 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*" 43 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*"
44 ] 44 ]
45 } 45 }
OLDNEW
« no previous file with comments | « ui/file_manager/integration_tests/file_manager/tab_index.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698