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

Side by Side Diff: chrome/browser/resources/about_version.html

Issue 7215034: Apply CSP to chrome: and about: pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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_stats.js ('k') | chrome/browser/resources/about_version.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <!-- 3 <!--
4 about:version template page 4 about:version template page
5 --> 5 -->
6 6
7 <html id="t"> 7 <html id="t">
8 <head> 8 <head>
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrom e://resources 'self' 'unsafe-eval'">
10 <style> 11 <style>
11 body { 12 body {
12 font-family:Helvetica,Arial,sans-serif; 13 font-family:Helvetica,Arial,sans-serif;
13 background-color:white; 14 background-color:white;
14 color: black; 15 color: black;
15 margin: 0px; 16 margin: 0px;
16 } 17 }
17 #outer { 18 #outer {
18 text-align: left; 19 text-align: left;
19 margin-top: 10px; 20 margin-top: 10px;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 } 55 }
55 #useragent { 56 #useragent {
56 font-family: monospace; 57 font-family: monospace;
57 } 58 }
58 .version { 59 .version {
59 font-family: monospace; 60 font-family: monospace;
60 padding-left: 5px; 61 padding-left: 5px;
61 max-width: 430px; 62 max-width: 430px;
62 } 63 }
63 </style> 64 </style>
65 <script src="chrome://version/version.js"></script>
66 <script src="chrome://version/strings.js"></script>
64 </head> 67 </head>
65 68
66 <body> 69 <body>
67 <div id="outer"> 70 <div id="outer">
68 <div id="logo"> 71 <div id="logo">
69 <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" /> 72 <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" />
70 <div id="company" i18n-content="company"></div> 73 <div id="company" i18n-content="company"></div>
71 <div id="copyright" i18n-content="copyright"></div> 74 <div id="copyright" i18n-content="copyright"></div>
72 </div> 75 </div>
73 <table id="inner" cellpadding="0" cellspacing="0" border="0"> 76 <table id="inner" cellpadding="0" cellspacing="0" border="0">
(...skipping 19 matching lines...) Expand all
93 <td class="version" id="command_line" i18n-content="command_line"></ td> 96 <td class="version" id="command_line" i18n-content="command_line"></ td>
94 </tr> 97 </tr>
95 <tr><td class="label" valign="top" i18n-content="executable_path_name">< /td> 98 <tr><td class="label" valign="top" i18n-content="executable_path_name">< /td>
96 <td class="version" id="executable_path" i18n-content="executable_pa th"></td> 99 <td class="version" id="executable_path" i18n-content="executable_pa th"></td>
97 </tr> 100 </tr>
98 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td > 101 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td >
99 <td class="version" id="profile_path" i18n-content="profile_path"></ td> 102 <td class="version" id="profile_path" i18n-content="profile_path"></ td>
100 </tr> 103 </tr>
101 </table> 104 </table>
102 </div> 105 </div>
106 <script src="chrome://resources/js/i18n_template.js"></script>
107 <script src="chrome://resources/js/i18n_process.js"></script>
108 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
103 </body> 109 </body>
104 110
105 </html> 111 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_stats.js ('k') | chrome/browser/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698