summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream_job.h
Commit message (Expand)AuthorAgeFilesLines
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-5/+11
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-121-11/+5
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-5/+11
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-3/+3
* [SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc filesakalin@chromium.org2013-06-251-2/+1
* Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is...yhirano@chromium.org2013-06-191-2/+3
* SocketStream uses a weak ptr to URLRequestContextyhirano@chromium.org2013-06-101-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-2/+2
* Use SSLManager to handle SSL error in SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-211-0/+7
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-2/+3
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-3/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-191-1/+3
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-1/+5
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-2/+2
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-1/+1
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-25/+10
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-10/+25
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-25/+10
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Support HttpOnly cookie on Web Socketukai@chromium.org2010-03-011-0/+87