diff options
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/quota_internals/main.html | 5 | ||||
-rw-r--r-- | chrome/browser/resources/quota_internals_resources.grd | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/chrome/browser/resources/quota_internals/main.html b/chrome/browser/resources/quota_internals/main.html index f4293da..64972c4 100644 --- a/chrome/browser/resources/quota_internals/main.html +++ b/chrome/browser/resources/quota_internals/main.html @@ -5,6 +5,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <html i18n-values="dir:textdirection;"> +<include src="../content_security_policy.html"/> <title>Quota Internals</title> <link rel="stylesheet" href="main.css"/> @@ -21,8 +22,8 @@ found in the LICENSE file. <script src="chrome://resources/css/tree.css.js"></script> <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> -<script src="message_dispatcher.js"></script> -<script src="event_handler.js"></script> +<script src="chrome://quota-internals/message_dispatcher.js"></script> +<script src="chrome://quota-internals/event_handler.js"></script> <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> diff --git a/chrome/browser/resources/quota_internals_resources.grd b/chrome/browser/resources/quota_internals_resources.grd index 81f44f1..2443fb2 100644 --- a/chrome/browser/resources/quota_internals_resources.grd +++ b/chrome/browser/resources/quota_internals_resources.grd @@ -10,7 +10,9 @@ </outputs> <release seq="1"> <includes> - <include name="IDR_QUOTA_INTERNALS_MAIN_HTML" file="quota_internals/main.html" flattenhtml="true" type="BINDATA" /> + <include name="IDR_QUOTA_INTERNALS_MAIN_HTML" file="quota_internals/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> + <include name="IDR_QUOTA_INTERNALS_EVENT_HANDLER_JS" file="quota_internals/event_handler.js" type="BINDATA" /> + <include name="IDR_QUOTA_INTERNALS_MESSAGE_DISPATCHER_JS" file="quota_internals/message_dispatcher.js" type="BINDATA" /> </includes> </release> </grit> |