PageRenderTime 50ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/chrome/browser/resources/net_internals/sockets_view.html

https://gitlab.com/0072016/Facebook-SDK-
HTML | 28 lines | 27 code | 1 blank | 0 comment | 0 complexity | 167bca525a9f520d74f9f4f8b2f44ccf MD5 | raw file
  1. <style>
  2. #sockets-view-close-idle-button,
  3. #sockets-view-flush-button {
  4. margin-bottom: 2px;
  5. }
  6. </style>
  7. <div id=sockets-view-tab-content class=content-box>
  8. <ul style='margin-top:0'>
  9. <li class="hide-when-not-capturing">
  10. <input type=button value="Close idle sockets" id=sockets-view-close-idle-button>
  11. </li>
  12. <li class="hide-when-not-capturing">
  13. <input type=button value="Flush socket pools" id=sockets-view-flush-button>
  14. <span class=warning-text>May break pages with active connections</span>
  15. </li>
  16. <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
  17. </li>
  18. </ul>
  19. <p>
  20. <div id=sockets-view-pool-div>
  21. </div>
  22. </p>
  23. <p>
  24. <div id=sockets-view-pool-groups-div>
  25. </div>
  26. </p>
  27. </div>