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

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

Issue 11696010: Integrate QUIC info into net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 7 years, 11 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 <!-- Tab switcher for main categories. --> 1 <!-- Tab switcher for main categories. -->
2 <div id=category-tab-handles class="tab-switcher-view"> 2 <div id=category-tab-handles class="tab-switcher-view">
3 <a href="#capture" id=tab-handle-capture>Capture</a> 3 <a href="#capture" id=tab-handle-capture>Capture</a>
4 <a href="#export" id=tab-handle-export>Export</a> 4 <a href="#export" id=tab-handle-export>Export</a>
5 <a href="#import" id=tab-handle-import>Import</a> 5 <a href="#import" id=tab-handle-import>Import</a>
6 <a href="#proxy" id=tab-handle-proxy>Proxy</a> 6 <a href="#proxy" id=tab-handle-proxy>Proxy</a>
7 <a href="#events" id=tab-handle-events>Events</a> 7 <a href="#events" id=tab-handle-events>Events</a>
8 <a href="#timeline" id=tab-handle-timeline>Timeline</a> 8 <a href="#timeline" id=tab-handle-timeline>Timeline</a>
9 <a href="#dns" id=tab-handle-dns>DNS</a> 9 <a href="#dns" id=tab-handle-dns>DNS</a>
10 <a href="#sockets" id=tab-handle-sockets>Sockets</a> 10 <a href="#sockets" id=tab-handle-sockets>Sockets</a>
11 <a href="#spdy" id=tab-handle-spdy>SPDY</a> 11 <a href="#spdy" id=tab-handle-spdy>SPDY</a>
12 <a href="#quic" id=tab-handle-quic>QUIC</a>
12 <a href="#httpPipeline" id=tab-handle-http-pipeline>Pipelining</a> 13 <a href="#httpPipeline" id=tab-handle-http-pipeline>Pipelining</a>
13 <a href="#httpCache" id=tab-handle-http-cache>Cache</a> 14 <a href="#httpCache" id=tab-handle-http-cache>Cache</a>
14 <!-- Tab is only shown on Windows --> 15 <!-- Tab is only shown on Windows -->
15 <a href="#serviceProviders" id=tab-handle-service-providers style="display: no ne;">SPIs</a> 16 <a href="#serviceProviders" id=tab-handle-service-providers style="display: no ne;">SPIs</a>
16 <a href="#tests" id=tab-handle-tests>Tests</a> 17 <a href="#tests" id=tab-handle-tests>Tests</a>
17 <a href="#hsts" id=tab-handle-hsts>HSTS</a> 18 <a href="#hsts" id=tab-handle-hsts>HSTS</a>
18 <!-- Tab is only shown on ChromeOS --> 19 <!-- Tab is only shown on ChromeOS -->
19 <a href="#logs" id=tab-handle-logs style="display: none;">Logs</a> 20 <a href="#logs" id=tab-handle-logs style="display: none;">Logs</a>
20 <a href="#bandwidth" id=tab-handle-bandwidth>Bandwidth</a> 21 <a href="#bandwidth" id=tab-handle-bandwidth>Bandwidth</a>
21 <a href="#prerender" id=tab-handle-prerender>Prerender</a> 22 <a href="#prerender" id=tab-handle-prerender>Prerender</a>
22 <a href="#chromeos" id=tab-handle-chromeos>ChromeOS</a> 23 <a href="#chromeos" id=tab-handle-chromeos>ChromeOS</a>
23 </div> 24 </div>
24 25
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/browser_bridge.js ('k') | chrome/browser/resources/net_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698