diff options
author | simonjam@chromium.org <simonjam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 22:17:03 +0000 |
---|---|---|
committer | simonjam@chromium.org <simonjam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 22:17:03 +0000 |
commit | 837c4f559f45a1b66c1e6af28924ce51a1133c03 (patch) | |
tree | 15d3465f40abd57ccebae87c9df0c05bdc2668f0 /chrome/browser/resources/net_internals/index.js | |
parent | 096fa7b6ccf1c147a4c510516c6aa93419bb4d0a (diff) | |
download | chromium_src-837c4f559f45a1b66c1e6af28924ce51a1133c03.zip chromium_src-837c4f559f45a1b66c1e6af28924ce51a1133c03.tar.gz chromium_src-837c4f559f45a1b66c1e6af28924ce51a1133c03.tar.bz2 |
Add HTTP pipelining to net-internals:
- Make HttpPipelinedConnection its own NetLog::Source
- Report when pipelines are constructed and deleted
- Report pipelining feedback
- Add a HTTP Pipelining tab with status, active pipelines, and known hosts.
BUG=None
TEST=chrome://net-internals
Review URL: http://codereview.chromium.org/8947012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals/index.js')
-rw-r--r-- | chrome/browser/resources/net_internals/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/net_internals/index.js b/chrome/browser/resources/net_internals/index.js index 2954b1f..b002ee6e 100644 --- a/chrome/browser/resources/net_internals/index.js +++ b/chrome/browser/resources/net_internals/index.js @@ -40,6 +40,7 @@ <include src="logs_view.js"/> <include src="prerender_view.js"/> <include src="chromeos_view.js"/> +<include src="http_pipeline_view.js"/> document.addEventListener('DOMContentLoaded', function() { MainView.getInstance(); // from main.js |