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

Side by Side Diff: tools/perf/page_sets/key_silk_cases.json

Issue 120753003: Add inbox_app to silk page set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/perf/page_sets/key_silk_cases/app-drawer.html » ('j') | 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 "description": "Pages hand-picked for project Silk.", 2 "description": "Pages hand-picked for project Silk.",
3 "archive_data_file": "data/key_silk_cases.json", 3 "archive_data_file": "data/key_silk_cases.json",
4 "credentials_path": "data/credentials.json", 4 "credentials_path": "data/credentials.json",
5 "user_agent_type": "mobile", 5 "user_agent_type": "mobile",
6 "smoothness": { "action": "scroll" }, 6 "smoothness": { "action": "scroll" },
7 "pages": [ 7 "pages": [
8 { 8 {
9 "url": "http://groupcloned.com/test/plain/list-recycle-transform.html", 9 "url": "http://groupcloned.com/test/plain/list-recycle-transform.html",
10 "why": "best case infinite scroll from sencha", 10 "why": "best case infinite scroll from sencha",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "smoothness": { "action": "wait", "seconds": 5 } 102 "smoothness": { "action": "wait", "seconds": 5 }
103 }, 103 },
104 { 104 {
105 "url": "http://jsfiddle.net/3yDKh/3/show", 105 "url": "http://jsfiddle.net/3yDKh/3/show",
106 "why": "margin top animation", 106 "why": "margin top animation",
107 "navigate_steps" : [ 107 "navigate_steps" : [
108 { "action": "navigate" }, 108 { "action": "navigate" },
109 { "action": "wait", "seconds": 2 } 109 { "action": "wait", "seconds": 2 }
110 ], 110 ],
111 "smoothness": { "action": "wait", "seconds": 5 } 111 "smoothness": { "action": "wait", "seconds": 5 }
112 },
113 {
114 "url": "file://key_silk_cases/app-drawer.html",
115 "navigate_steps" : [
116 { "action": "navigate" },
117 { "action": "wait", "seconds": 2 }
118 ],
119 "smoothness": {
120 "action": "slide_drawer"
121 },
122 "slide_drawer": [
123 {
124 "action": "swipe",
125 "element_function": "function(callback) { callback(document.getElement ById('nav-drawer')); }",
126 "distance": 200,
127 "direction": "left",
128 "left_start_percentage": 0.8,
129 "top_start_percentage": 0.2
130 },
131 { "action": "wait", "seconds": 2 }
nduca 2014/01/07 20:21:53 is this wait us waiting for an animation to finish
abarth-chromium 2014/01/07 20:26:27 Yes. Without this, telemetry complained that we w
132 ]
112 } 133 }
113 ] 134 ]
114 } 135 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/page_sets/key_silk_cases/app-drawer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698