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

Unified Diff: chrome/browser/resources/hung_renderer_dialog.html

Issue 8103008: Add content-security-policy directive to chrome://hung-renderer. WebUI pages should specify CSP ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hung_renderer_dialog.html
===================================================================
--- chrome/browser/resources/hung_renderer_dialog.html (revision 103537)
+++ chrome/browser/resources/hung_renderer_dialog.html (working copy)
@@ -3,15 +3,16 @@
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
+ <include src="content_security_policy.html"/>
<link rel="stylesheet" href="hung_renderer_dialog.css">
<link rel="stylesheet" href="chrome://resources/css/button.css">
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
- <script src="strings.js"></script>
+ <script src="chrome://hung-renderer/strings.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/util.js"></script>
- <script src="hung_renderer_dialog.js"></script>
+ <script src="chrome://hung-renderer/hung_renderer_dialog.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698