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

Unified Diff: chrome/browser/resources/about_nacl.html

Issue 10823214: Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review, copyright, etc. Created 8 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/about_nacl.css ('k') | chrome/browser/resources/about_nacl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_nacl.html
diff --git a/chrome/browser/resources/about_nacl.html b/chrome/browser/resources/about_nacl.html
new file mode 100644
index 0000000000000000000000000000000000000000..35396a0380a06fd48f6b41e171291d98059e299b
--- /dev/null
+++ b/chrome/browser/resources/about_nacl.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection;">
+<head>
+ <link rel="stylesheet" href="chrome://nacl/about_nacl.css">
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<div id="loading-message" i18n-content="loadingMessage"></div>
+<div id="body-container" hidden>
+ <div id="header">
+ <h1 i18n-content="naclLongTitle"></h1>
+ </div>
+ <div id="naclInfoTemplate">
+ <span jsselect="naclInfo">
+ <span jscontent="key" class="key"></span>
+ <span jscontent="value" class="value"></span>
+ <br>
+ </span>
+ </div>
+</div>
+<script src="chrome://nacl/about_nacl.js"></script>
+<script src="chrome://nacl/strings.js"></script>
+<script src="chrome://resources/js/i18n_template.js"></script>
+<script src="chrome://resources/js/i18n_process.js"></script>
+<script src="chrome://resources/js/jstemplate_compiled.js"></script>
+<script src="chrome://resources/js/util.js"></script>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/about_nacl.css ('k') | chrome/browser/resources/about_nacl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698