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

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

Issue 7474013: Extract the CSS for the net_internals EventsView and LogsView to separate files. Also rename thes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/events_view.css » ('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=categoryTabHandles class="tab-switcher-view"> 2 <div id=categoryTabHandles class="tab-switcher-view">
3 <a href="#data" id=dataTab>Data</a> 3 <a href="#data" id=dataTab>Data</a>
4 <a href="#proxy" id=proxyTab>Proxy</a> 4 <a href="#proxy" id=proxyTab>Proxy</a>
5 <a href="#events" id=eventsTab>Events</a> 5 <a href="#events" id=eventsTab>Events</a>
6 <a href="#dns" id=dnsTab>DNS</a> 6 <a href="#dns" id=dnsTab>DNS</a>
7 <a href="#sockets" id=socketsTab>Sockets</a> 7 <a href="#sockets" id=socketsTab>Sockets</a>
8 <a href="#spdy" id=spdyTab>SPDY</a> 8 <a href="#spdy" id=spdyTab>SPDY</a>
9 <a href="#httpCache" id=httpCacheTab>HTTP Cache</a> 9 <a href="#httpCache" id=httpCacheTab>HTTP Cache</a>
10 <a href="#httpThrottling" id=httpThrottlingTab>HTTP Throttling</a> 10 <a href="#httpThrottling" id=httpThrottlingTab>HTTP Throttling</a>
11 <!-- Tab is only shown on Windows --> 11 <!-- Tab is only shown on Windows -->
12 <a href="#serviceProviders" id=serviceProvidersTab style="display: none;">SPIs </a> 12 <a href="#serviceProviders" id=serviceProvidersTab style="display: none;">SPIs </a>
13 <a href="#tests" id=testTab>Tests</a> 13 <a href="#tests" id=testTab>Tests</a>
14 <a href="#hsts" id=hstsTab>HSTS</a> 14 <a href="#hsts" id=hstsTab>HSTS</a>
15 <!-- Tab is only shown on ChromeOS --> 15 <!-- Tab is only shown on ChromeOS -->
16 <a href="#logs" id=logsTab style="display: none;">Logs</a> 16 <a href="#logs" id=logsTab style="display: none;">Logs</a>
17 <a href="#prerender" id=prerenderTab>Prerender</a> 17 <a href="#prerender" id=prerenderTab>Prerender</a>
18 </div> 18 </div>
19 19
20 <!-- Splitter Box: This is a handle to resize the vertical divider --> 20 <!-- Splitter Box: This is a handle to resize the vertical divider -->
21 <div id=splitterBoxForMainTabs class=splitterBox></div> 21 <div id=splitterBoxForMainTabs class=vertical-splitter></div>
22 22
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/events_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698