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

Unified Diff: chrome/browser/resources/file_manager/README.harness

Issue 9232008: Fixing ChromeOS File Browser test harness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright fix Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/harness.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/README.harness
diff --git a/chrome/browser/resources/file_manager/README.harness b/chrome/browser/resources/file_manager/README.harness
index 0e80f79eb4ca7e34513cc11a7e2415aed6d50657..4f920c3e826f15f9bf73018e28b98d0dd03974cf 100644
--- a/chrome/browser/resources/file_manager/README.harness
+++ b/chrome/browser/resources/file_manager/README.harness
@@ -6,12 +6,17 @@ useful for development and manual unit testing.
In order to use the harness, you must start chrome with the following
arguments:
- chrome --allow-file-access-from-files --unlimited-quota-for-files
+ chrome --allow-file-access-from-files --user-data-dir=UDD_PATH
+
+It is recommended to use the harness with a dedicated user data directory.
To view the harness, visit:
file://PATH/TO/src/chrome/browser/resources/file_manager/harness.html
-This will display a "Open File" dialog by default. You can switch to another
+On the first page load Chrome will ask for the permission to store local files.
+Click OK, then reload the page.
+
+"Full page" view is displayed by default. You can switch to another
kind of dialog using the links at the top of the page.
Populating the development filesystem
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/harness.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698