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

Unified Diff: chrome/browser/resources/net_internals/sockets_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 | « chrome/browser/resources/net_internals/proxy_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/sockets_view.html
diff --git a/chrome/browser/resources/net_internals/sockets_view.html b/chrome/browser/resources/net_internals/sockets_view.html
index ff5376c40895692d305d7f8aa3ad03eecbf4bee3..3de1283afdfadd5c9c6837df2c7161ec5ea7160c 100644
--- a/chrome/browser/resources/net_internals/sockets_view.html
+++ b/chrome/browser/resources/net_internals/sockets_view.html
@@ -1,10 +1,10 @@
<div id=sockets-view-tab-content class=content-box>
<h4>Socket pools</h4>
<ul>
- <li class="hideOnLoadLog">
+ <li class="hide-when-not-capturing">
<input type=button value="Close idle sockets" id=sockets-view-close-idle-button />
</li>
- <li class="hideOnLoadLog">
+ <li class="hide-when-not-capturing">
<input type=button value="Flush socket pools" id=sockets-view-flush-button />
<span class=warning-text>May break pages with active connections</span>
</li>
« no previous file with comments | « chrome/browser/resources/net_internals/proxy_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698