summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-12/+12
* Refactor CookieStore to allow BrowsingDataRemover to depend on it.qsr@chromium.org2011-12-211-0/+5
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-6/+5
* Convert TestOldCompletionCallback in WebSocketJobTest.yutak@chromium.org2011-12-011-3/+3
* Replace OldCompletionCallback in SocketStream::Delegate.yutak@chromium.org2011-12-011-1/+1
* Replace Callback0::Type and NewCallback() in WebSocketJobTest.yutak@chromium.org2011-11-291-33/+36
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-171-1/+1
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-1/+0
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-5/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Make TransportSecurityState not ref-counted for simplicity.phajdan.jr@chromium.org2011-09-271-5/+5
* Apply the asynchronous CookieMonster API to WebsocketJob.ycxiao@chromium.org2011-08-011-6/+48
* Introduce a new connection test which verify WebSocket and SPDY connection se...toyoshim@chromium.org2011-07-221-12/+103
* Define an asynchronous API for CookieStore.ycxiao@chromium.org2011-07-121-1/+30
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-111-23/+202
* Revert 91997 - Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-111-201/+21
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-111-21/+201
* WebSocket: Add connection test on WebSocketJobTesttoyoshim@chromium.org2011-07-061-47/+233
* Do tests in both spdy enabled and disabled configurations.toyoshim@chromium.org2011-07-041-17/+84
* 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