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

Side by Side Diff: chrome/browser/resources/plugins.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
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/policy.html » ('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 <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="pluginsTitle"></title> 5 <title i18n-content="pluginsTitle"></title>
7 <link rel="stylesheet" href="plugins.css"/> 6 <link rel="stylesheet" href="plugins.css"/>
8 </head> 7 </head>
9 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 8 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
10 <div id="body-container" style="visibility:hidden"> 9 <div id="body-container" style="visibility:hidden">
11 10
12 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div> 11 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div>
13 12
14 <div id="pluginTemplate"> 13 <div id="pluginTemplate">
15 14
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 </div> 203 </div>
205 </div> 204 </div>
206 </div> 205 </div>
207 <script src="chrome://plugins/plugins.js"></script> 206 <script src="chrome://plugins/plugins.js"></script>
208 <script src="chrome://plugins/strings.js"></script> 207 <script src="chrome://plugins/strings.js"></script>
209 <script src="chrome://resources/js/i18n_template.js"></script> 208 <script src="chrome://resources/js/i18n_template.js"></script>
210 <script src="chrome://resources/js/i18n_process.js"></script> 209 <script src="chrome://resources/js/i18n_process.js"></script>
211 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 210 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
212 </body> 211 </body>
213 </html> 212 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698