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

Side by Side Diff: chrome/browser/resources/hung_renderer_dialog.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/history2.html ('k') | chrome/browser/resources/media_internals.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 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <include src="content_security_policy.html"/>
7 <link rel="stylesheet" href="hung_renderer_dialog.css"> 6 <link rel="stylesheet" href="hung_renderer_dialog.css">
8 <link rel="stylesheet" href="chrome://resources/css/button.css"> 7 <link rel="stylesheet" href="chrome://resources/css/button.css">
9 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
10 <script src="chrome://hung-renderer/strings.js"></script> 9 <script src="chrome://hung-renderer/strings.js"></script>
11 <script src="chrome://resources/js/cr.js"></script> 10 <script src="chrome://resources/js/cr.js"></script>
12 <script src="chrome://resources/js/cr/ui.js"></script> 11 <script src="chrome://resources/js/cr/ui.js"></script>
13 <script src="chrome://resources/js/i18n_template.js"></script> 12 <script src="chrome://resources/js/i18n_template.js"></script>
14 <script src="chrome://resources/js/util.js"></script> 13 <script src="chrome://resources/js/util.js"></script>
15 <script src="chrome://hung-renderer/hung_renderer_dialog.js"></script> 14 <script src="chrome://hung-renderer/hung_renderer_dialog.js"></script>
16 </head> 15 </head>
(...skipping 23 matching lines...) Expand all
40 </div> 39 </div>
41 <div> 40 <div>
42 <div class="hbox" id="buttons-table"> 41 <div class="hbox" id="buttons-table">
43 <div><button id="kill" i18n-content="kill">Kill pages</button></div> 42 <div><button id="kill" i18n-content="kill">Kill pages</button></div>
44 <div><button id="wait" i18n-content="wait">Wait</button></div> 43 <div><button id="wait" i18n-content="wait">Wait</button></div>
45 </div> 44 </div>
46 </div> 45 </div>
47 </div> 46 </div>
48 </body> 47 </body>
49 </html> 48 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history2.html ('k') | chrome/browser/resources/media_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698