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

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

Issue 11348305: Added http://habrahabr.ru/post/149892/#habracut to the list of key_desktop_sites (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": "Sites of Interest", 2 "description": "Sites of Interest",
3 "archive_path": "../data/sites_of_interest.wpr", 3 "archive_path": "../data/sites_of_interest.wpr",
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "../data/credentials.json",
5 "pages": [ 5 "pages": [
6 { 6 {
7 "url": "http://facebook.com", 7 "url": "http://facebook.com",
8 "credentials": "facebook", 8 "credentials": "facebook",
9 "scrolling": { 9 "scrolling": {
10 "action": "scrolling_interaction" 10 "action": "scrolling_interaction"
(...skipping 4250 matching lines...) Expand 10 before | Expand all | Expand 10 after
4261 "url": "http://www.nfl.com/", 4261 "url": "http://www.nfl.com/",
4262 "scrolling": { 4262 "scrolling": {
4263 "action": "scrolling_interaction" 4263 "action": "scrolling_interaction"
4264 } 4264 }
4265 }, 4265 },
4266 { 4266 {
4267 "url": "http://airbnb.github.com/infinity/demo-on.html", 4267 "url": "http://airbnb.github.com/infinity/demo-on.html",
4268 "scrolling": { 4268 "scrolling": {
4269 "action": "scrolling_interaction" 4269 "action": "scrolling_interaction"
4270 } 4270 }
4271 },
4272 {
4273 "url": "http://habrahabr.ru/post/149892/#habracut",
4274 "scrolling": {
4275 "action": "scrolling_interaction"
4276 }
4271 } 4277 }
4272 ] 4278 ]
4273 } 4279 }
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