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

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

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line endings Created 6 years, 7 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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 <include src="util.js"/> 5 <include src="util.js"/>
6 <include src="table_printer.js"/> 6 <include src="table_printer.js"/>
7 <include src="view.js"/> 7 <include src="view.js"/>
8 <include src="mouse_over_help.js"/> 8 <include src="mouse_over_help.js"/>
9 <include src="tab_switcher_view.js"/> 9 <include src="tab_switcher_view.js"/>
10 <include src="import_view.js"/> 10 <include src="import_view.js"/>
(...skipping 30 matching lines...) Expand all
41 <include src="log_grouper.js"/> 41 <include src="log_grouper.js"/>
42 <include src="proxy_view.js"/> 42 <include src="proxy_view.js"/>
43 <include src="quic_view.js"/> 43 <include src="quic_view.js"/>
44 <include src="socket_pool_wrapper.js"/> 44 <include src="socket_pool_wrapper.js"/>
45 <include src="sockets_view.js"/> 45 <include src="sockets_view.js"/>
46 <include src="spdy_view.js"/> 46 <include src="spdy_view.js"/>
47 <include src="modules_view.js"/> 47 <include src="modules_view.js"/>
48 <include src="logs_view.js"/> 48 <include src="logs_view.js"/>
49 <include src="prerender_view.js"/> 49 <include src="prerender_view.js"/>
50 <include src="chromeos_view.js"/> 50 <include src="chromeos_view.js"/>
51 <include src="http_pipeline_view.js"/>
52 <include src="bandwidth_view.js"/> 51 <include src="bandwidth_view.js"/>
53 <include src="cros_log_visualizer_view.js"/> 52 <include src="cros_log_visualizer_view.js"/>
54 <include src="cros_log_entry.js"/> 53 <include src="cros_log_entry.js"/>
55 <include src="cros_log_visualizer.js" /> 54 <include src="cros_log_visualizer.js" />
56 <include src="cros_log_marker.js" /> 55 <include src="cros_log_marker.js" />
57 56
58 document.addEventListener('DOMContentLoaded', function() { 57 document.addEventListener('DOMContentLoaded', function() {
59 MainView.getInstance(); // from main.js 58 MainView.getInstance(); // from main.js
60 }); 59 });
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698