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

Unified Diff: chrome/browser/resources/net_internals/index.html

Issue 1525016: Make it possible to switch between views of the new net-internals page by usi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix long lines Created 10 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 43897)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -24,11 +24,11 @@
<!-- Tab switcher for main categories. -->
<div id=categoryTabHandles>
<ul>
- <li><a href="#" id=proxyTab>Proxy</a></li>
- <li><a href="#" id=requestsTab>Requests</a></li>
- <li><a href="#" id=dnsTab>DNS</a></li>
- <li><a href="#" id=socketsTab>Sockets</a></li>
- <li><a href="#" id=httpCacheTab>HTTP Cache</a></li>
+ <li><a href="#proxy" id=proxyTab>Proxy</a></li>
+ <li><a href="#requests" id=requestsTab>Requests</a></li>
+ <li><a href="#dns" id=dnsTab>DNS</a></li>
+ <li><a href="#sockets" id=socketsTab>Sockets</a></li>
+ <li><a href="#httpCache" id=httpCacheTab>HTTP Cache</a></li>
</ul>
<div style="clear: both;"></div>
</div>
@@ -46,8 +46,10 @@
</h4>
<table border=1>
<thead>
- <th>Bad proxy server</th>
- <th>Time for next retry</th>
+ <tr>
+ <th>Bad proxy server</th>
+ <th>Time for next retry</th>
+ </tr>
</thead>
<tbody id=badProxiesTableBody></tbody>
</table>
« no previous file with comments | « chrome/browser/resources/net_internals/detailsview.js ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698