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

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

Issue 8474001: Add a timeline view to about:net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Comment fix Created 9 years, 1 month 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="#dns" id=tab-handle-dns>DNS</a> 9 <a href="#dns" id=tab-handle-dns>DNS</a>
9 <a href="#sockets" id=tab-handle-sockets>Sockets</a> 10 <a href="#sockets" id=tab-handle-sockets>Sockets</a>
10 <a href="#spdy" id=tab-handle-spdy>SPDY</a> 11 <a href="#spdy" id=tab-handle-spdy>SPDY</a>
11 <a href="#httpCache" id=tab-handle-http-cache>HTTP Cache</a> 12 <a href="#httpCache" id=tab-handle-http-cache>HTTP Cache</a>
12 <a href="#httpThrottling" id=tab-handle-http-throttling>HTTP Throttling</a> 13 <a href="#httpThrottling" id=tab-handle-http-throttling>HTTP Throttling</a>
13 <!-- Tab is only shown on Windows --> 14 <!-- Tab is only shown on Windows -->
14 <a href="#serviceProviders" id=tab-handle-service-providers style="display: no ne;">SPIs</a> 15 <a href="#serviceProviders" id=tab-handle-service-providers style="display: no ne;">SPIs</a>
15 <a href="#tests" id=tab-handle-tests>Tests</a> 16 <a href="#tests" id=tab-handle-tests>Tests</a>
16 <a href="#hsts" id=tab-handle-hsts>HSTS</a> 17 <a href="#hsts" id=tab-handle-hsts>HSTS</a>
17 <!-- Tab is only shown on ChromeOS --> 18 <!-- Tab is only shown on ChromeOS -->
18 <a href="#logs" id=tab-handle-logs style="display: none;">Logs</a> 19 <a href="#logs" id=tab-handle-logs style="display: none;">Logs</a>
19 <a href="#prerender" id=tab-handle-prerender>Prerender</a> 20 <a href="#prerender" id=tab-handle-prerender>Prerender</a>
20 </div> 21 </div>
21 22
22 <!-- Splitter Box: This is a handle to resize the vertical divider --> 23 <!-- Splitter Box: This is a handle to resize the vertical divider -->
23 <div id=splitter-box-for-main-tabs class=vertical-splitter></div> 24 <div id=splitter-box-for-main-tabs class=vertical-splitter></div>
24 25
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/capture_view.js ('k') | chrome/browser/resources/net_internals/details_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698