summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/index.js
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 21:24:04 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 21:24:04 +0000
commit6f9382246177f915fe14d5700d7c1f733b9bd80b (patch)
tree8e9f6c82418de6c447ef2f6cd88f57690bb09d7b /chrome/browser/resources/net_internals/index.js
parentab2781530070d335fdf778f21a08bf316ca32fad (diff)
downloadchromium_src-6f9382246177f915fe14d5700d7c1f733b9bd80b.zip
chromium_src-6f9382246177f915fe14d5700d7c1f733b9bd80b.tar.gz
chromium_src-6f9382246177f915fe14d5700d7c1f733b9bd80b.tar.bz2
Refactor about:net-internals.
Split up the BrowserBridge and move to its own file, removing functions not directly related to communication with the browser. Add SourceTracker to give multiple tabs access to SourceEntries. BUG=none TEST=none Review URL: http://codereview.chromium.org/7482021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals/index.js')
-rw-r--r--chrome/browser/resources/net_internals/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/resources/net_internals/index.js b/chrome/browser/resources/net_internals/index.js
index 8197867..bc42978 100644
--- a/chrome/browser/resources/net_internals/index.js
+++ b/chrome/browser/resources/net_internals/index.js
@@ -9,9 +9,11 @@
<include src="httpcacheview.js"/>
<include src="testview.js"/>
<include src="hstsview.js"/>
-<include src="logdumputil.js"/>
+<include src="browserbridge.js"/>
+<include src="sourcetracker.js"/>
<include src="main.js"/>
<include src="dnsview.js"/>
+<include src="sourcerow.js"/>
<include src="eventsview.js"/>
<include src="detailsview.js"/>
<include src="sourceentry.js"/>