summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_frame.h
Commit message (Expand)AuthorAgeFilesLines
* Most of the WebSocket code does not need to care about the originalricea@chromium.org2013-09-261-7/+27
* Change the WebSocket OpCode constants to an enumricea@chromium.org2013-05-201-31/+36
* Remove deprecated WebSocketFrameHeader constructorricea@chromium.org2013-05-171-13/+0
* Add missing status codes to WebSocketError enum.ricea@chromium.org2013-05-071-0/+43
* [chromedriver] Write websocket client and sync websocket client.kkania@chromium.org2012-11-291-6/+6
* Add a function that calculates the size of WebSocket frame header.yutak@chromium.org2012-08-211-4/+10
* Now WebSocketFrameChunk use std::vector<char> to hold payload data.toyoshim@chromium.org2012-08-011-2/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add functions used for building WebSocket frame data.yutak@chromium.org2012-06-121-0/+51
* Add WebSocketFrameParser.yutak@chromium.org2012-05-101-0/+80