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

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

Issue 11299261: Added www.suddeutsche.de to the key_mobile_sites list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | 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 "description": "Mobile sites for M25", 2 "description": "Mobile sites for M25",
3 "credentials_path": "../data/credentials.json", 3 "credentials_path": "../data/credentials.json",
4 "pages": [ 4 "pages": [
5 { 5 {
6 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mount s-that-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-pr ogram/", 6 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mount s-that-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-pr ogram/",
7 "scrolling": { 7 "scrolling": {
8 "action": "scrolling_interaction" 8 "action": "scrolling_interaction"
9 } 9 }
10 }, 10 },
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "url": "http://www.deviantart.com/", 344 "url": "http://www.deviantart.com/",
345 "scrolling": { 345 "scrolling": {
346 "action": "scrolling_interaction" 346 "action": "scrolling_interaction"
347 } 347 }
348 }, 348 },
349 { 349 {
350 "url": "http://www.baidu.com/s?wd=barack+obama&rsv_bp=0&rsv_spt=3&rs v_sug3=9&rsv_sug=0&rsv_sug4=3824&rsv_sug1=3&inputT=4920", 350 "url": "http://www.baidu.com/s?wd=barack+obama&rsv_bp=0&rsv_spt=3&rs v_sug3=9&rsv_sug=0&rsv_sug4=3824&rsv_sug1=3&inputT=4920",
351 "scrolling": { 351 "scrolling": {
352 "action": "scrolling_interaction" 352 "action": "scrolling_interaction"
353 } 353 }
354 },
355 {
356 "url": "http://www.sueddeutsche.de",
357 "scrolling": {
358 "action": "scrolling_interaction"
359 }
354 } 360 }
355 ] 361 ]
356 } 362 }
357 363
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698