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

Side by Side Diff: chrome/browser/resources/about_conflicts.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/browser_resources.grd ('k') | chrome/browser/resources/about_flash.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 <style> 5 <style>
7 body { 6 body {
8 margin: 10px; 7 margin: 10px;
9 min-width: 47em; 8 min-width: 47em;
10 } 9 }
11 10
12 a { 11 a {
13 color: blue; 12 color: blue;
14 font-size: 103%; 13 font-size: 103%;
15 } 14 }
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 </div> 247 </div>
249 </div> 248 </div>
250 </div> 249 </div>
251 <script src="chrome://conflicts/strings.js"></script> 250 <script src="chrome://conflicts/strings.js"></script>
252 <script src="chrome://conflicts/conflicts.js"></script> 251 <script src="chrome://conflicts/conflicts.js"></script>
253 <script src="chrome://resources/js/i18n_template.js"></script> 252 <script src="chrome://resources/js/i18n_template.js"></script>
254 <script src="chrome://resources/js/i18n_process.js"></script> 253 <script src="chrome://resources/js/i18n_process.js"></script>
255 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 254 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
256 </body> 255 </body>
257 </html> 256 </html>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/about_flash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698