Sign in
chromium
/
chromium
/
src
/
61ec82ea8448a84b4c9ba4b51faa1d3ae6d468b5
/
net
/
websockets
/
websocket_frame_parser.h
6562397
Remove many naked new statements from net/websockets.
by Bence Béky
· 7 years ago
9c5cab5
Change scoped_ptr to std::unique_ptr in //net/websockets.
by danakj
· 9 years ago
13fc893
Switch to standard integer types in net/.
by Avi Drissman
· 10 years ago
592ff7f
Use std::vector<scoped_ptr<T>> instead of scoped_vector<T> in net/websockets.
by yhirano
· 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
40e9c62f
Add missing status codes to WebSocketError enum.
by
[email protected]
· 12 years ago
c0ccbb2
Use the optimised masking function MaskWebSocketFramePayload() in
by
[email protected]
· 13 years ago
a30b9400
[chromedriver] Write websocket client and sync websocket client. BUG=none
by
[email protected]
· 13 years ago
be5a782
Add WebSocketError to indicate decoding failure reason
by
[email protected]
· 13 years ago
8308b1d1
Now WebSocketFrameChunk use std::vector<char> to hold payload data.
by
[email protected]
· 13 years ago
01c86ec
Remove the rest of #pragma once in one big CL.
by
[email protected]
· 13 years ago
cf901f5
Add WebSocketFrameParser.
by
[email protected]
· 13 years ago