summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/websocket_dispatcher_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Revert of Add WebSocketDispatcherHostTest.InvalidScheme (patchset #...hiroshige2015-03-161-0/+28
* Revert of Revert of Per-renderer WebSocket throttling (patchset #1 id:1 of ht...hiroshige2015-03-161-13/+208
* Revert of Per-renderer WebSocket throttling (patchset #13 id:300001 of https:...henrika2015-03-161-208/+13
* Revert of Add WebSocketDispatcherHostTest.InvalidScheme (patchset #3 id:40001...hiroshige2015-03-161-28/+0
* Add WebSocketDispatcherHostTest.InvalidSchemehiroshige2015-03-121-0/+28
* Per-renderer WebSocket throttlinghiroshige2015-03-111-13/+208
* 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