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

Unified Diff: dashboard/ui/changelog_blink.html

Issue 148963013: Omit protocol part in URLs in changelog pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/perf.git@master
Patch Set: Omit protocol in js/changelog.js as well. Created 6 years, 11 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 | « dashboard/ui/changelog.html ('k') | dashboard/ui/changelog_v8.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/ui/changelog_blink.html
diff --git a/dashboard/ui/changelog_blink.html b/dashboard/ui/changelog_blink.html
index 5e626956290c65eb72401bd6c3580e0d5de8c37c..9c8ef67df7aa9d01f4fe9c1c727eda38e91d7a32 100644
--- a/dashboard/ui/changelog_blink.html
+++ b/dashboard/ui/changelog_blink.html
@@ -59,8 +59,8 @@ form {
</form>
<script>
-var svnRootUrl = "http://src.chromium.org/blink/";
-var viewVc = "http://src.chromium.org/viewvc/blink";
+var svnRootUrl = "//src.chromium.org/blink/";
+var viewVc = "//src.chromium.org/viewvc/blink";
params = ParseParams();
var svnPath = params["url"];
« no previous file with comments | « dashboard/ui/changelog.html ('k') | dashboard/ui/changelog_v8.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698