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

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

Issue 11635023: First cut at UI for saving net_logs data into a temporary file on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 <!-- Tab is only shown on mobile -->
12 <a href="#mobile" id=tab-handle-mobile>Mobile</a>
11 <a href="#spdy" id=tab-handle-spdy>SPDY</a> 13 <a href="#spdy" id=tab-handle-spdy>SPDY</a>
12 <a href="#httpPipeline" id=tab-handle-http-pipeline>Pipelining</a> 14 <a href="#httpPipeline" id=tab-handle-http-pipeline>Pipelining</a>
13 <a href="#httpCache" id=tab-handle-http-cache>Cache</a> 15 <a href="#httpCache" id=tab-handle-http-cache>Cache</a>
14 <!-- Tab is only shown on Windows --> 16 <!-- Tab is only shown on Windows -->
15 <a href="#serviceProviders" id=tab-handle-service-providers style="display: no ne;">SPIs</a> 17 <a href="#serviceProviders" id=tab-handle-service-providers style="display: no ne;">SPIs</a>
16 <a href="#tests" id=tab-handle-tests>Tests</a> 18 <a href="#tests" id=tab-handle-tests>Tests</a>
17 <a href="#hsts" id=tab-handle-hsts>HSTS</a> 19 <a href="#hsts" id=tab-handle-hsts>HSTS</a>
18 <!-- Tab is only shown on ChromeOS --> 20 <!-- Tab is only shown on ChromeOS -->
19 <a href="#logs" id=tab-handle-logs style="display: none;">Logs</a> 21 <a href="#logs" id=tab-handle-logs style="display: none;">Logs</a>
20 <a href="#bandwidth" id=tab-handle-bandwidth>Bandwidth</a> 22 <a href="#bandwidth" id=tab-handle-bandwidth>Bandwidth</a>
21 <a href="#prerender" id=tab-handle-prerender>Prerender</a> 23 <a href="#prerender" id=tab-handle-prerender>Prerender</a>
22 <a href="#chromeos" id=tab-handle-chromeos>ChromeOS</a> 24 <a href="#chromeos" id=tab-handle-chromeos>ChromeOS</a>
23 </div> 25 </div>
24 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698