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

Side by Side Diff: chrome/browser/resources/net_internals/index.js

Issue 7455005: Apply content-security-policy to chrome://net-internals. (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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 <include src="util.js"/>
6 <include src="view.js"/>
7 <include src="tabswitcherview.js"/>
8 <include src="dataview.js"/>
9 <include src="httpcacheview.js"/>
10 <include src="testview.js"/>
11 <include src="hstsview.js"/>
12 <include src="logdumputil.js"/>
13 <include src="main.js"/>
14 <include src="dnsview.js"/>
15 <include src="eventsview.js"/>
16 <include src="detailsview.js"/>
17 <include src="sourceentry.js"/>
18 <include src="resizableverticalsplitview.js"/>
19 <include src="topmidbottomview.js"/>
20 <include src="timelineviewpainter.js"/>
21 <include src="logviewpainter.js"/>
22 <include src="loggrouper.js"/>
23 <include src="proxyview.js"/>
24 <include src="socketpoolwrapper.js"/>
25 <include src="socketsview.js"/>
26 <include src="spdyview.js"/>
27 <include src="serviceprovidersview.js"/>
28 <include src="httpthrottlingview.js"/>
29 <include src="logsview.js"/>
30 <include src="prerenderview.js"/>
31
32 document.addEventListener('DOMContentLoaded', function () {
33 $('reloaded-link').addEventListener('click', function () {
34 history.go(0);
35 });
36 onLoaded(); // from main.js
37 });
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | chrome/browser/resources/net_internals_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698