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