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

Side by Side Diff: chrome/browser/resources/about_flash.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 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. 3 <include src="content_security_policy.html"/>
4 TODO(tsepez) rename when Content-security-policy is done.
5 -->
6 <meta http-equiv="X-WebKit-CSP"
7 content="object-src 'none';
8 script-src chrome://resources
9 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
10 'self' 'unsafe-eval'">
11 <head> 4 <head>
12 <style> 5 <style>
13 .key { 6 .key {
14 font-weight: bold; 7 font-weight: bold;
15 } 8 }
16 9
17 .value { 10 .value {
18 margin-left: 15px; 11 margin-left: 15px;
19 } 12 }
20 </style> 13 </style>
(...skipping 12 matching lines...) Expand all
33 </table> 26 </table>
34 </div> 27 </div>
35 </div> 28 </div>
36 <script src="chrome://flash/about_flash.js"></script> 29 <script src="chrome://flash/about_flash.js"></script>
37 <script src="chrome://flash/strings.js"></script> 30 <script src="chrome://flash/strings.js"></script>
38 <script src="chrome://resources/js/i18n_template.js"></script> 31 <script src="chrome://resources/js/i18n_template.js"></script>
39 <script src="chrome://resources/js/i18n_process.js"></script> 32 <script src="chrome://resources/js/i18n_process.js"></script>
40 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 33 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
41 </body> 34 </body>
42 </html> 35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698