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

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

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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values=".style.fontFamily: fontfamily;"> 2 <html i18n-values=".style.fontFamily: fontfamily;">
3 <!-- 3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 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> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <!-- Don't use automatic scaling on mobile --> 10 <!-- Don't use automatic scaling on mobile -->
(...skipping 15 matching lines...) Expand all
26 </head> 26 </head>
27 <body id=import-view-drop-target> 27 <body id=import-view-drop-target>
28 <include src="top_bar_view.html"/> 28 <include src="top_bar_view.html"/>
29 29
30 <div id=main-tab-contents> 30 <div id=main-tab-contents>
31 <include src="proxy_view.html"/> 31 <include src="proxy_view.html"/>
32 <include src="dns_view.html"/> 32 <include src="dns_view.html"/>
33 <include src="sockets_view.html"/> 33 <include src="sockets_view.html"/>
34 <include src="spdy_view.html"/> 34 <include src="spdy_view.html"/>
35 <include src="quic_view.html"/> 35 <include src="quic_view.html"/>
36 <include src="http_pipeline_view.html"/>
37 <include src="http_cache_view.html"/> 36 <include src="http_cache_view.html"/>
38 <include src="bandwidth_view.html"/> 37 <include src="bandwidth_view.html"/>
39 <include src="prerender_view.html"/> 38 <include src="prerender_view.html"/>
40 <include src="modules_view.html"/> 39 <include src="modules_view.html"/>
41 <include src="import_view.html"/> 40 <include src="import_view.html"/>
42 <include src="export_view.html"/> 41 <include src="export_view.html"/>
43 <include src="capture_view.html"/> 42 <include src="capture_view.html"/>
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="waterfall_view.html"/> 46 <include src="waterfall_view.html"/>
48 <include src="timeline_view.html"/> 47 <include src="timeline_view.html"/>
49 <include src="logs_view.html"/> 48 <include src="logs_view.html"/>
50 <include src="chromeos_view.html"/> 49 <include src="chromeos_view.html"/>
51 <include src="cros_log_visualizer_view.html"/> 50 <include src="cros_log_visualizer_view.html"/>
52 </div> 51 </div>
53 52
54 <script src="chrome://resources/js/i18n_template2.js"></script> 53 <script src="chrome://resources/js/i18n_template2.js"></script>
55 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 54 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
56 </body> 55 </body>
57 </html> 56 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/http_pipeline_view.js ('k') | chrome/browser/resources/net_internals/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698