summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/websocket_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Support recovery from SSL errors.ricea@chromium.org2014-06-051-12/+107
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-4/+3
* Block WebSocket handshake information transfer if necessary.yhirano@chromium.org2014-03-271-4/+10
* [WebSocketDispatcherHost] Rename IPC sending methods based on users' point of...tyoshino@chromium.org2014-03-191-5/+5
* [WebSocketHost] Insert spaces for readabilitytyoshino@chromium.org2014-03-141-3/+15
* Introduce url::Origin to represent Web Origin.yhirano@chromium.org2014-03-131-4/+6
* [WebSocket] Send (request|response)_headers_text to the inspector.yhirano@chromium.org2014-02-211-0/+9
* Pass was_clean from WebSocketChannel to rendererricea@chromium.org2014-02-101-5/+8
* Pass extensions from WebSocketChannel to rendererricea@chromium.org2014-01-271-7/+7
* Notify WebSocket opening handshake information to the renderer.yhirano@chromium.org2014-01-221-1/+39
* Fail WebSocket channel when handshake fails.yhirano@chromium.org2014-01-091-0/+8
* Improve WebSocketHost logging.ricea@chromium.org2013-11-071-12/+27
* Notify WebSocket connection failure, chromium sideyhirano@chromium.org2013-11-051-3/+6
* Seericea@chromium.org2013-10-241-27/+45
* Create WebSocketDispatcherHost and WebSocketHost classes. WebSocketDispatcher...ricea@chromium.org2013-10-081-0/+187