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

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

Issue 2773023003: Add more data to net-internals view of DNS cache (Closed)
Patch Set: undefined -> empty string Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/dns_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/dns_view.html
diff --git a/chrome/browser/resources/net_internals/dns_view.html b/chrome/browser/resources/net_internals/dns_view.html
index 0786cad0a26b8f2393194dcc931d53aa64fb8a6f..07e3927f9c3b38812f55f41b8b77f7905d2fb0c7 100644
--- a/chrome/browser/resources/net_internals/dns_view.html
+++ b/chrome/browser/resources/net_internals/dns_view.html
@@ -29,6 +29,7 @@
<ul>
<li>Active entries: <span id=dns-view-cache-active></span></li>
<li>Expired entries: <span id=dns-view-cache-expired></span></li>
+ <li>Network changes: <span id=dns-view-network-changes></span></li>
</ul>
<table class="styled-table">
@@ -37,7 +38,9 @@
<th>Hostname</th>
<th>Family</th>
<th>Addresses</th>
+ <th>TTL</th>
<th>Expires</th>
+ <th>Network changes</th>
</tr>
</thead>
<tbody id=dns-view-cache-tbody>
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/dns_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698