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

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

Issue 9580034: [polish] Make link targets on about:net-internals open in new window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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/hsts_view.html » ('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 891dcd47d426c3c94a0cd1d154bd16522269926d..4a5aa2b3c6448c2b6e91f869d48afd1bb640ffdf 100644
--- a/chrome/browser/resources/net_internals/dns_view.html
+++ b/chrome/browser/resources/net_internals/dns_view.html
@@ -6,14 +6,14 @@
<li>Default address family: <span id=dns-view-default-family></span>
<span id=dns-view-ipv6-disabled class=warning-text style="display: none;">
(IPv6 disabled)
- <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hideOnLoadLog" />
+ <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hide-when-not-capturing" />
</span>
</li>
</ul>
<h4>
Host resolver cache
- <input type=button value="Clear host cache" id=dns-view-clear-cache class="hideOnLoadLog" />
+ <input type=button value="Clear host cache" id=dns-view-clear-cache class="hide-when-not-capturing" />
</h4>
<ul>
<li>Capacity: <span id=dns-view-cache-capacity></span></li>
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/hsts_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698