OLD | NEW |
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 |
OLD | NEW |