summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/sockets_view.html
blob: 6553cc0666ee76685a20d3e99dd2a4c8ed077c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div id=sockets-view-tab-content class=content-box>
  <h4>Socket pools</h4>
  <ul>
    <li class="hide-when-not-capturing">
      <input type=button value="Close idle sockets" id=sockets-view-close-idle-button>
    </li>
    <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>
    <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
    </li>
  </ul>
  <p>
    <div id=sockets-view-pool-div>
    </div>
  </p>
  <p>
    <div id=sockets-view-pool-groups-div>
    </div>
  </p>
</div>