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

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

Issue 7396026: Consolidate content-security-policy markup (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
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 <meta http-equiv="X-WebKit-CSP" 5 <include src="content_security_policy.html"/>
6 content="object-src 'none';
7 script-src chrome://resources
8 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
9 'self' 'unsafe-eval'">
10 <title i18n-content="title"></title> 6 <title i18n-content="title"></title>
11 <style> 7 <style>
12 body { 8 body {
13 margin: 10px; 9 margin: 10px;
14 min-width: 47em; 10 min-width: 47em;
15 } 11 }
16 12
17 a { 13 a {
18 color: blue; 14 color: blue;
19 font-size: 103%; 15 font-size: 103%;
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 <div id="get-moar-extensions" jsdisplay="extensions.length > 0" 570 <div id="get-moar-extensions" jsdisplay="extensions.length > 0"
575 i18n-content="getMoreExtensions"></div> 571 i18n-content="getMoreExtensions"></div>
576 </div> 572 </div>
577 </div> 573 </div>
578 </div> 574 </div>
579 <script src="chrome://resources/js/i18n_template.js"></script> 575 <script src="chrome://resources/js/i18n_template.js"></script>
580 <script src="chrome://resources/js/i18n_process.js"></script> 576 <script src="chrome://resources/js/i18n_process.js"></script>
581 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 577 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
582 </body> 578 </body>
583 </html> 579 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698