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

Unified Diff: chrome/browser/resources/net_internals/dns-view.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 years, 5 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/dns-view.html
===================================================================
--- chrome/browser/resources/net_internals/dns-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/dns-view.html (working copy)
@@ -1,38 +0,0 @@
-<!-- Host resolver info -->
-<div id=dnsTabContent>
- <h4>Host resolver</h4>
- <ul>
- <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST%20type:HOST_RESOLVER_IMPL_JOB%20is:active'>View pending lookups</a></li>
- <li>Default address family: <span id=hostResolverDefaultFamily></span>
- <span id=hostResolverIPv6Disabled class=warningText style="display: none;">
- (IPv6 disabled)
- <input type=button value="Enable IPv6" id=hostResolverEnableIPv6 />
- </span>
- </li>
- </ul>
-
- <h4>
- Host resolver cache
- <input type=button value="Clear host cache" id=clearHostResolverCache class="hideOnLoadLog" />
- </h4>
- <ul>
- <li>Capacity: <span id=hostResolverCacheCapacity></span></li>
- <li>Time to live (ms) for success entries:
- <span id=hostResolverCacheTTLSuccess></span></li>
- <li>Time to live (ms) for failure entries:
- <span id=hostResolverCacheTTLFailure></span></li>
- </ul>
-
- <table class="styledTable">
- <thead>
- <tr>
- <th>Hostname</th>
- <th>Family</th>
- <th>Addresses</th>
- <th>Expires</th>
- </tr>
- </thead>
- <tbody id=hostResolverCacheTbody>
- </tbody>
- </table>
-</div>
« no previous file with comments | « chrome/browser/resources/net_internals/detailsview.js ('k') | chrome/browser/resources/net_internals/dns_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698