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

Unified Diff: tools/perf/page_sets/tough_canvas_cases.json

Issue 24451002: [telemetry] Support absolute paths by changing file:/// to file://. More robust file path handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test on mac, apparently /tmp is a symlink to /private/tmp Created 7 years, 2 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
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases.json ('k') | tools/perf/page_sets/tough_scrolling_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_canvas_cases.json
diff --git a/tools/perf/page_sets/tough_canvas_cases.json b/tools/perf/page_sets/tough_canvas_cases.json
index 627c815be09cccf7b8d5b7a870a8774ae0988d76..c51099ddec866afbd1bea0b73aecad644e3e5677 100644
--- a/tools/perf/page_sets/tough_canvas_cases.json
+++ b/tools/perf/page_sets/tough_canvas_cases.json
@@ -29,12 +29,12 @@
{ "url":"http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html" },
{ "url":"http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.html" },
{ "url":"http://www.smashcat.org/av/canvas_test/" },
- { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=canvas_sprite&back=canvas" },
- { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=image_with_shadow&back=image" },
- { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=filled_path&back=gradient" },
- { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=text&back=white&ball_count=15" },
- { "url": "file:///tough_canvas_cases/canvas-animation-no-clear.html" },
- { "url": "file:///../../../chrome/test/data/perf/canvas_bench/single_image.html" },
- { "url": "file:///../../../chrome/test/data/perf/canvas_bench/many_images.html" }
+ { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=canvas_sprite&back=canvas" },
+ { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=image_with_shadow&back=image" },
+ { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=filled_path&back=gradient" },
+ { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=text&back=white&ball_count=15" },
+ { "url": "file://tough_canvas_cases/canvas-animation-no-clear.html" },
+ { "url": "file://../../../chrome/test/data/perf/canvas_bench/single_image.html" },
+ { "url": "file://../../../chrome/test/data/perf/canvas_bench/many_images.html" }
]
}
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases.json ('k') | tools/perf/page_sets/tough_scrolling_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698