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

Side by Side Diff: chrome/browser/resources/net_internals/index.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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2011 The Chromium Authors. All rights reserved. 4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head i18n-values="dir:textdirection;"> 8 <head i18n-values="dir:textdirection;">
9 <include src="../content_security_policy.html"/>
10 <link rel="stylesheet" href="main.css"> 9 <link rel="stylesheet" href="main.css">
11 <link rel="stylesheet" href="events_view.css"> 10 <link rel="stylesheet" href="events_view.css">
12 <link rel="stylesheet" href="logs_view.css"> 11 <link rel="stylesheet" href="logs_view.css">
13 <link rel="stylesheet" href="tab_switcher_view.css"> 12 <link rel="stylesheet" href="tab_switcher_view.css">
14 <script src="chrome://resources/js/util.js"></script> 13 <script src="chrome://resources/js/util.js"></script>
15 <script src="chrome://resources/js/cr.js"></script> 14 <script src="chrome://resources/js/cr.js"></script>
16 <script src="chrome://net-internals/index.js"></script> 15 <script src="chrome://net-internals/index.js"></script>
17 <script src="chrome://net-internals/strings.js"></script> 16 <script src="chrome://net-internals/strings.js"></script>
18 </head> 17 </head>
19 <body id=import-view-drop-target> 18 <body id=import-view-drop-target>
(...skipping 24 matching lines...) Expand all
44 <include src="test_view.html"/> 43 <include src="test_view.html"/>
45 <include src="hsts_view.html"/> 44 <include src="hsts_view.html"/>
46 <include src="events_view.html"/> 45 <include src="events_view.html"/>
47 <include src="logs_view.html"/> 46 <include src="logs_view.html"/>
48 47
49 <script src="chrome://resources/js/i18n_template.js"></script> 48 <script src="chrome://resources/js/i18n_template.js"></script>
50 <script src="chrome://resources/js/i18n_process.js"></script> 49 <script src="chrome://resources/js/i18n_process.js"></script>
51 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 50 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
52 </body> 51 </body>
53 </html> 52 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/help.html ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698