summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* WebSocket unit test style fix on static const char kFooBar[]toyoshim@chromium.org2011-06-271-29/+46
* Header file which defines unit test's target class should be included at first.toyoshim@chromium.org2011-06-241-1/+2
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-161-1/+9
* Add invalid data send check on CONNECTING statetoyoshim@chromium.org2011-06-021-168/+125
* MAC Cookies (patch 3 of N)abarth@chromium.org2011-05-121-0/+6
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-39/+17
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+1
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-2/+4
* Fix net/ command-line pollution introduced in http://codereview.chromium.org/...cevans@chromium.org2011-05-021-1/+1
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-0/+26
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-061-41/+14
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Reland r74842willchan@chromium.org2011-02-161-2/+2
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-161-2/+2
* Reland r74842willchan@chromium.org2011-02-161-2/+2
* Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?willchan@chromium.org2011-02-141-2/+2
* Revert r74728 which reverted r74561 for exposing a ChromeOS bug.willchan@chromium.org2011-02-141-2/+2
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-121-2/+2
* Reland r74561 after fixing ChromeOS build breakage.willchan@chromium.org2011-02-111-2/+2
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-111-2/+2
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-111-2/+2
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-1/+1
* 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