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

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

Issue 10959073: Small net-internals UI tweaks for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/export_view.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="#httpPipeline" id=tab-handle-http-pipeline>HTTP Pipelining</a> 12 <a href="#httpPipeline" id=tab-handle-http-pipeline>Pipelining</a>
13 <a href="#httpCache" id=tab-handle-http-cache>HTTP Cache</a> 13 <a href="#httpCache" id=tab-handle-http-cache>Cache</a>
14 <!-- Tab is only shown on Windows --> 14 <!-- Tab is only shown on Windows -->
15 <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>
16 <a href="#tests" id=tab-handle-tests>Tests</a> 16 <a href="#tests" id=tab-handle-tests>Tests</a>
17 <a href="#hsts" id=tab-handle-hsts>HSTS</a> 17 <a href="#hsts" id=tab-handle-hsts>HSTS</a>
18 <!-- Tab is only shown on ChromeOS --> 18 <!-- Tab is only shown on ChromeOS -->
19 <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>
20 <a href="#prerender" id=tab-handle-prerender>Prerender</a> 20 <a href="#prerender" id=tab-handle-prerender>Prerender</a>
21 <a href="#chromeos" id=tab-handle-chromeos>ChromeOS</a> 21 <a href="#chromeos" id=tab-handle-chromeos>ChromeOS</a>
22 </div> 22 </div>
23 23
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/export_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698