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

Side by Side Diff: netlog_viewer/sockets_view.html

Issue 2178423002: Bring the gh-pages branch up to date with the master branch (Closed) Base URL: https://github.com/catapult-project/catapult.git@gh-pages
Patch Set: Created 4 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
« no previous file with comments | « netlog_viewer/sdch_view.js ('k') | netlog_viewer/sockets_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 #sockets-view-close-idle-button, 2 #sockets-view-close-idle-button,
3 #sockets-view-flush-button { 3 #sockets-view-flush-button {
4 margin-bottom: 2px; 4 margin-bottom: 2px;
5 } 5 }
6 </style> 6 </style>
7 7
8 <div id=sockets-view-tab-content class=content-box> 8 <div id=sockets-view-tab-content class=content-box>
9 <ul style='margin-top:0'> 9 <a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
10 <li class="hide-when-not-capturing">
11 <input type=button value="Close idle sockets" id=sockets-view-close-idle-b utton>
12 </li>
13 <li class="hide-when-not-capturing">
14 <input type=button value="Flush socket pools" id=sockets-view-flush-button >
15 <span class=warning-text>May break pages with active connections</span>
16 </li>
17 <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
18 </li>
19 </ul>
20 <p> 10 <p>
21 <div id=sockets-view-pool-div> 11 <div id=sockets-view-pool-div>
22 </div> 12 </div>
23 </p> 13 </p>
24 <p> 14 <p>
25 <div id=sockets-view-pool-groups-div> 15 <div id=sockets-view-pool-groups-div>
26 </div> 16 </div>
27 </p> 17 </p>
28 </div> 18 </div>
29 19
OLDNEW
« no previous file with comments | « netlog_viewer/sdch_view.js ('k') | netlog_viewer/sockets_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698