summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-4/+4
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-1/+1
* Coverity issue 7892: Bad override (in unit test).finnur@chromium.org2010-07-221-1/+1
* Factor out WebSocket frame handler out of WebSocketJob.ukai@chromium.org2010-06-011-104/+71
* Fix WebSocketJob to pass /key_3/ after handshake request header.ukai@chromium.org2010-03-301-0/+45
* Try to fix a compile error on ARM.eroman@chromium.org2010-03-231-4/+4
* Refactor WebSocket throttling feature.ukai@chromium.org2010-03-171-2/+17
* Support HttpOnly cookie on Web Socketukai@chromium.org2010-03-011-0/+495