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

Unified Diff: gm/rebaseline_server/static/index.html

Issue 104623003: rebaseline_server: add "deep linking" to allow bookmarking of particular views (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: rebase Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gm/rebaseline_server/static/loader.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/index.html
===================================================================
--- gm/rebaseline_server/static/index.html (revision 12512)
+++ gm/rebaseline_server/static/index.html (working copy)
@@ -9,13 +9,13 @@
Here are links to the result pages:
<ul>
<li>
- <a href="/static/view.html?resultsToLoad=failures">
+ <a href="/static/view.html#/view.html?resultsToLoad=failures">
failures only
</a>
(loads faster)
</li>
<li>
- <a href="/static/view.html?resultsToLoad=all">
+ <a href="/static/view.html#/view.html?resultsToLoad=all">
all results
</a>
(includes successful test results)
« no previous file with comments | « no previous file | gm/rebaseline_server/static/loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698