summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job_spdy2_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-18/+16
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-12/+12
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-6/+7
* Move static functions in WebSocketJobTest into namespace netttuttle@chromium.org2013-05-081-65/+65
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-031-4/+5
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-0/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), asunsafe@trevp.net2013-03-021-4/+4
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-7/+0
* Include destination port for websocket throttling.ricea@chromium.org2013-02-081-1/+5
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-1/+1
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-4/+0
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-12/+12
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-1/+2
* WebSocket over SPDY: implement opening handshake to conform the draft spec 8toyoshim@chromium.org2012-07-121-41/+30
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-4/+6
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-5/+3
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-11/+3
* Refactor TransportSecurityState.palmer@chromium.org2012-05-011-4/+5
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-50/+62
* Add CookieStore::DeleteSessionCookiesAsync method.husky@chromium.org2012-04-251-0/+3
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-5/+5
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-221-1/+3
* Add a new set of socket pools for WebSocket connections to HttpNetworkSession.yutak@chromium.org2012-03-171-1/+2
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-3/+3
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-0/+1
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+1099