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

Unified Diff: perf/dashboard/ui/changelog_blink.html

Issue 13608002: Copy changelog.html to changelog_blink.html with appropriate modifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/dashboard/ui/changelog_blink.html
===================================================================
--- perf/dashboard/ui/changelog_blink.html (revision 192188)
+++ perf/dashboard/ui/changelog_blink.html (working copy)
@@ -29,7 +29,7 @@
font-family: monospace;
}
form {
- background-color: lightblue;
+ background-color: rgb(198, 230, 173);
border: 1px solid gray;
padding: 2px;
}
@@ -50,6 +50,7 @@
</head>
<body>
<form name="ui">
+ <strong>Blink Changelog:</strong>
SVN path: <input id="url" type="text" name="url" value="">
SVN revision range: <input id="range" type="text" name="range" value="">
<input id="mode_text" type="radio" name="mode" value="text">text
@@ -58,8 +59,8 @@
</form>
<script>
-var svnRootUrl = "http://src.chromium.org/svn/";
-var viewVc = "http://src.chromium.org/viewvc/chrome";
+var svnRootUrl = "http://src.chromium.org/blink/";
+var viewVc = "http://src.chromium.org/viewvc/blink";
params = ParseParams();
var svnPath = params["url"];
« 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