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

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

Issue 7530020: Re-design the "data" tab on about:net-internals. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address mmenke's comments Created 9 years, 4 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=categoryTabHandles class="tab-switcher-view"> 2 <div id=categoryTabHandles class="tab-switcher-view">
3 <a href="#data" id=dataTab>Data</a> 3 <a href="#capture" id=captureTab>Capture</a>
4 <a href="#export" id=exportTab>Export</a>
5 <a href="#import" id=importTab>Import</a>
4 <a href="#proxy" id=proxyTab>Proxy</a> 6 <a href="#proxy" id=proxyTab>Proxy</a>
5 <a href="#events" id=eventsTab>Events</a> 7 <a href="#events" id=eventsTab>Events</a>
6 <a href="#dns" id=dnsTab>DNS</a> 8 <a href="#dns" id=dnsTab>DNS</a>
7 <a href="#sockets" id=socketsTab>Sockets</a> 9 <a href="#sockets" id=socketsTab>Sockets</a>
8 <a href="#spdy" id=spdyTab>SPDY</a> 10 <a href="#spdy" id=spdyTab>SPDY</a>
9 <a href="#httpCache" id=httpCacheTab>HTTP Cache</a> 11 <a href="#httpCache" id=httpCacheTab>HTTP Cache</a>
10 <a href="#httpThrottling" id=httpThrottlingTab>HTTP Throttling</a> 12 <a href="#httpThrottling" id=httpThrottlingTab>HTTP Throttling</a>
11 <!-- Tab is only shown on Windows --> 13 <!-- Tab is only shown on Windows -->
12 <a href="#serviceProviders" id=serviceProvidersTab style="display: none;">SPIs </a> 14 <a href="#serviceProviders" id=serviceProvidersTab style="display: none;">SPIs </a>
13 <a href="#tests" id=testTab>Tests</a> 15 <a href="#tests" id=testTab>Tests</a>
14 <a href="#hsts" id=hstsTab>HSTS</a> 16 <a href="#hsts" id=hstsTab>HSTS</a>
15 <!-- Tab is only shown on ChromeOS --> 17 <!-- Tab is only shown on ChromeOS -->
16 <a href="#logs" id=logsTab style="display: none;">Logs</a> 18 <a href="#logs" id=logsTab style="display: none;">Logs</a>
17 <a href="#prerender" id=prerenderTab>Prerender</a> 19 <a href="#prerender" id=prerenderTab>Prerender</a>
18 </div> 20 </div>
19 21
20 <!-- Splitter Box: This is a handle to resize the vertical divider --> 22 <!-- Splitter Box: This is a handle to resize the vertical divider -->
21 <div id=splitterBoxForMainTabs class=splitterBox></div> 23 <div id=splitterBoxForMainTabs class=splitterBox></div>
22 24
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/capture_view.js ('k') | chrome/browser/resources/net_internals/data_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698