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

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

Issue 24294003: [Telemetry] Move WPR archives and credentials from src-internal to Cloud Storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test fixes and .gitignore Created 7 years, 3 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
OLDNEW
1 { 1 {
2 "description": "Key mobile sites", 2 "description": "Key mobile sites",
3 "archive_data_file": "../data/key_mobile_sites.json", 3 "archive_data_file": "data/key_mobile_sites.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://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that -an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/ ", 9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that -an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/ ",
10 "why": "crbug.com/242544" 10 "why": "crbug.com/242544"
11 }, 11 },
12 { 12 {
13 "url": "http://nytimes.com/", 13 "url": "http://nytimes.com/",
14 "why": "Top news site" 14 "why": "Top news site"
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "remaining_scroll_distance_function": "function() { return Math.max(0, 1 250 + document.getElementById('element-5').getBoundingClientRect().top); }" 239 "remaining_scroll_distance_function": "function() { return Math.max(0, 1 250 + document.getElementById('element-5').getBoundingClientRect().top); }"
240 } 240 }
241 }, 241 },
242 { 242 {
243 "disabled": "Doesn't scroll; crbug.com/249736", 243 "disabled": "Doesn't scroll; crbug.com/249736",
244 "url": "http://forecast.io", 244 "url": "http://forecast.io",
245 "why": "crbug.com/231413" 245 "why": "crbug.com/231413"
246 } 246 }
247 ] 247 ]
248 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698