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

Unified Diff: tools/android/loading/cloud/frontend/README.md

Issue 1962283002: tools/android/loading Support "report" tasks in the Clovis frontend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@report
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: tools/android/loading/cloud/frontend/README.md
diff --git a/tools/android/loading/cloud/frontend/README.md b/tools/android/loading/cloud/frontend/README.md
index 7e0689845604ce9d6ead9953194f7e91a1ff2935..33ada163991d1d7f049498ad17a26ec07975049e 100644
--- a/tools/android/loading/cloud/frontend/README.md
+++ b/tools/android/loading/cloud/frontend/README.md
@@ -7,7 +7,8 @@
Visit the application URL in your browser, and upload a JSON dictionary with the
following keys:
-- `action` (string): the action to perform. Only `trace` is supported.
+- `action` (string): the action to perform. Only `trace` and `report` are
+ supported.
- `action_params` (dictionary): the parameters associated to the action.
See below for more details.
- `backend_params` (dictionary): the parameters configuring the backend for
@@ -36,6 +37,10 @@ following keys:
- `emulate_device` (string, optional): the device to emulate (e.g. `Nexus 4`).
- `emulate_network` (string, optional): the network to emulate.
+### Parameters for the `report` action
+
+- `urls` (list of strings): the list of URLs to process.
blundell 2016/05/11 10:35:39 I would think we'll also want a mode where you jus
droger 2016/05/11 11:16:27 Very good point. This was my initial idea too, but
+
## Development
### Design overview
« no previous file with comments | « tools/android/loading/cloud/common/clovis_task.py ('k') | tools/android/loading/cloud/frontend/clovis_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698