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

Side by Side Diff: chrome/browser/resources/net_internals/sockets-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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id=socketsTabContent>
2 <h4>Socket pools</h4>
3 <ul>
4 <li class="hideOnLoadLog">
5 <input type=button value="Close idle sockets" id=socketPoolCloseIdleButton />
6 </li>
7 <li class="hideOnLoadLog">
8 <input type=button value="Flush socket pools" id=socketPoolFlushButton />
9 <span class=warningText >May break pages with active connections</span>
10 </li>
11 <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
12 </li>
13 </ul>
14 <p>
15 <div id=socketPoolDiv>
16 </div>
17 </p>
18 <p>
19 <div id=socketPoolGroupsDiv>
20 </div>
21 </p>
22 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/socketpoolwrapper.js ('k') | chrome/browser/resources/net_internals/sockets_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698