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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/about_nacl.css ('k') | chrome/browser/resources/about_nacl.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;">
3 <head>
4 <link rel="stylesheet" href="chrome://nacl/about_nacl.css">
5 </head>
6 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
7 <div id="loading-message" i18n-content="loadingMessage"></div>
8 <div id="body-container" hidden>
9 <div id="header">
10 <h1 i18n-content="naclLongTitle"></h1>
11 </div>
12 <div id="naclInfoTemplate">
13 <span jsselect="naclInfo">
14 <span jscontent="key" class="key"></span>
15 <span jscontent="value" class="value"></span>
16 <br>
17 </span>
18 </div>
19 </div>
20 <script src="chrome://nacl/about_nacl.js"></script>
21 <script src="chrome://nacl/strings.js"></script>
22 <script src="chrome://resources/js/i18n_template.js"></script>
23 <script src="chrome://resources/js/i18n_process.js"></script>
24 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
25 <script src="chrome://resources/js/util.js"></script>
26 </body>
27 </html>
OLDNEW
« 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