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

Unified Diff: chrome/browser/resources/chromeos/slow.html

Issue 22336007: Add chrome://slow for enabling performance tracing for feedback reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 7 years, 4 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 | « chrome/browser/resources/chromeos/slow.css ('k') | chrome/browser/resources/chromeos/slow.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/slow.html
diff --git a/chrome/browser/resources/chromeos/slow.html b/chrome/browser/resources/chromeos/slow.html
new file mode 100644
index 0000000000000000000000000000000000000000..4a1eebb8451f59b59f5f69892520e7e93aef2247
--- /dev/null
+++ b/chrome/browser/resources/chromeos/slow.html
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection">
+<head>
+<meta name="viewport" content="width=device-width, initial-scale=1.0,
+ maximum-scale=1.0, user-scalable=no">
+<link rel="stylesheet" href="chrome://resources/css/widgets.css">
+<link rel="stylesheet" href="slow.css">
+<script src="chrome://resources/js/load_time_data.js"></script>
+<script src="chrome://resources/js/cr.js"></script>
+<script src="chrome://resources/js/cr/event_target.js"></script>
+<script src="chrome://resources/js/util.js"></script>
+<script src="chrome://slow/slow.js"></script>
+<script src="chrome://slow/strings.js"></script>
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;">
+ <div id="container" class="container">
+ <div i18n-content="slowDescription"></div>
+ <br>
+ <div i18n-values=".innerHTML:slowWarning"></div>
+ <div id="container-inner" width=100% class="container-inner">
+ <button id="slow-disable" i18n-content="slowDisable" hidden></button>
+ <button id="slow-enable" i18n-content="slowEnable" hidden></button>
+ </div>
+ </div>
+<script src="chrome://resources/js/i18n_template2.js"></script>
+<script src="chrome://resources/js/jstemplate_compiled.js"></script>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/chromeos/slow.css ('k') | chrome/browser/resources/chromeos/slow.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698