1. 76aacb20 Reland "[WebSocket] Reduce memcpy at websocket_frame_parser.cc" by Yutaka Hirano · 6 years ago
  2. 8e5f4a9 Revert "[WebSocket] Reduce memcpy at websocket_frame_parser.cc" by Olga Sharonova · 6 years ago
  3. 67e6ba1 [WebSocket] Reduce memcpy at websocket_frame_parser.cc by Yoichi Osato · 6 years ago
  4. fcaa2a2 [WebSocket] Remove manual quota control for receiving. by Yoichi Osato · 6 years ago
  5. b088adc [WebSocket] Rename mojom::WebSocketClient::OnFlowControl to AddSendFlowControlQuota by Yoichi Osato · 6 years ago
  6. d9df3d3 Plumb net error to SSLErrorHandler by Emily Stark · 6 years ago
  7. f2c9bbd Unrefcount AuthChallengeInfo by Emily Stark · 6 years ago
  8. 01faed6 Use IPEndPoint instead of HostPortPair by Tsuyoshi Horo · 6 years ago
  9. 70fa2591 [Network Service] Support OnAuthRequired WebRequest API for WebSocket by Yutaka Hirano · 7 years ago
  10. 4165de9 Remove WebSocketEventInterface::ChanneState by Yutaka Hirano · 7 years ago
  11. 6562397 Remove many naked new statements from net/websockets. by Bence Béky · 7 years ago
  12. 4a59383 Provide child/frame IDs for WebSocket handshake request by yhirano · 9 years ago
  13. 0da77e92 Change WebSocketChannel to pass data via IOBuffer by darin · 9 years ago
  14. 9c5cab5 Change scoped_ptr to std::unique_ptr in //net/websockets. by danakj · 9 years ago
  15. 92ae1414 Convert //content/browser/cache_storage from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  16. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
  17. ea94afc23 net/websockets: Remove basictypes.h includes. by tfarina · 10 years ago
  18. 8a2c66c2 net/websockets: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  19. c06da56 Remove fail argument from WebSocket AddChannelResponse message by tyoshino · 10 years ago
  20. a6244952 Support recovery from SSL errors. by [email protected] · 11 years ago
  21. 86ec5550 Pass was_clean from WebSocketChannel to renderer by [email protected] · 11 years ago
  22. 6c5d9f6 Pass extensions from WebSocketChannel to renderer by [email protected] · 12 years ago
  23. cd48ed1 Notify WebSocket opening handshake information to the renderer. by [email protected] · 12 years ago
  24. 9686820 Fail WebSocket channel when handshake fails. by [email protected] · 12 years ago
  25. f485985e See by [email protected] · 12 years ago
  26. 999bcaa WebSocketChannel implements the transport-independent parts of the WebSocket protocol. It also provides the interface to the content library. by [email protected] · 12 years ago