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

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

Issue 8124010: Replace <meta> tag with header for content-security-policy on chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <include src="content_security_policy.html"/>
6 <title i18n-content="crashesTitle"></title> 5 <title i18n-content="crashesTitle"></title>
7 <link rel="stylesheet" href="crashes.css"> 6 <link rel="stylesheet" href="crashes.css">
8 <script src="chrome://resources/js/local_strings.js"></script> 7 <script src="chrome://resources/js/local_strings.js"></script>
9 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
10 <script src="chrome://crashes/strings.js"></script> 9 <script src="chrome://crashes/strings.js"></script>
11 <script src="chrome://crashes/crashes.js"></script> 10 <script src="chrome://crashes/crashes.js"></script>
12 </head> 11 </head>
13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
14 <header><h1 i18n-content="crashesTitle"></h1></header> 13 <header><h1 i18n-content="crashesTitle"></h1></header>
15 <div id="enabledMode"> 14 <div id="enabledMode">
16 <h2 id="countBanner"></h2> 15 <h2 id="countBanner"></h2>
17 <div id="crashList"></div> 16 <div id="crashList"></div>
18 <p id="noCrashes" i18n-content="noCrashesMessage" hidden></p> 17 <p id="noCrashes" i18n-content="noCrashesMessage" hidden></p>
19 </div> 18 </div>
20 <div id="disabledMode" hidden> 19 <div id="disabledMode" hidden>
21 <h2 i18n-content="disabledHeader"></h2> 20 <h2 i18n-content="disabledHeader"></h2>
22 <p i18n-values=".innerHTML:disabledMessage"></p> 21 <p i18n-values=".innerHTML:disabledMessage"></p>
23 </div> 22 </div>
24 <script src="chrome://resources/js/i18n_template.js"></script> 23 <script src="chrome://resources/js/i18n_template.js"></script>
25 <script src="chrome://resources/js/i18n_process.js"></script> 24 <script src="chrome://resources/js/i18n_process.js"></script>
26 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 25 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
27 </body> 26 </body>
28 </html> 27 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/content_security_policy.html ('k') | chrome/browser/resources/downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698