summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/websocket_dispatcher_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-3/+3
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-2/+2
* [WebSocket] Send a close frame when the renderer process is gone.yhirano@chromium.org2014-07-281-7/+66
* Revert of [WebSocket] Send a close frame when the renderer process is gone. (...kaznacheev@chromium.org2014-07-251-45/+4
* [WebSocket] Send a close frame when the renderer process is gone.yhirano@chromium.org2014-07-251-4/+45
* Support recovery from SSL errors.ricea@chromium.org2014-06-051-3/+12
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-14/+6
* Block WebSocket handshake information transfer if necessary.yhirano@chromium.org2014-03-271-6/+6
* Introduce url::Origin to represent Web Origin.yhirano@chromium.org2014-03-131-2/+3
* Add a unittest to WebSocketDispatcherHost class.tyoshino@chromium.org2013-10-211-0/+158