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

Unified Diff: masters/master.tryserver.chromium.perf/public_html/index.html

Issue 2306853003: Add resource_sizes to chromium_perf steps for Android (Closed)
Patch Set: Revert steps.py for a follow-up Created 4 years, 3 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
Index: masters/master.tryserver.chromium.perf/public_html/index.html
diff --git a/masters/master.tryserver.chromium.perf/public_html/index.html b/masters/master.tryserver.chromium.perf/public_html/index.html
deleted file mode 100644
index 8ab9d3984f9a499bffce9ce563dace037860aa38..0000000000000000000000000000000000000000
--- a/masters/master.tryserver.chromium.perf/public_html/index.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<title>TryServer Index page</title>
-<script>
- var redirect_to = "/builders";
-
- function create_redirect_url(url) {
- var url_no_index = url.replace(/\/index.html$/, "");
- var args = "";
- var index_of_arg = url_no_index.indexOf("?");
- if (index_of_arg != -1) {
- args = url_no_index.slice(index_of_arg);
- url_no_index = url_no_index.slice(0, index_of_arg);
- }
- var url_no_slash = url_no_index.replace(/\/+$/, "");
- var possible = url_no_slash.slice(url_no_slash.length - redirect_to.length);
- if (possible == redirect_to) {
- alert("There was an error redirecting you. Please try again later.");
- return;
- }
-
- new_url = url_no_slash.replace(/$/, redirect_to) + args;
- document.write("<meta http-equiv='REFRESH' content='0;url=" + new_url +
- "'>");
- }
- create_redirect_url(location.href);
-</script>
-</HEAD>
-<BODY>
-</BODY>
-</HTML>
« no previous file with comments | « masters/master.tryserver.chromium.linux/public_html/index.html ('k') | scripts/slave/recipes/android/builder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698