summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/socket_stream_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-1/+2
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-121-2/+1
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-1/+2
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-311-4/+4
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-301-4/+4
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-281-4/+4
* Modify ResourceMessageFilter so that it can support attaching to PluginProces...jam@chromium.org2013-09-091-5/+3
* Reduce the complexity of WebSocketThrottle's wakeup codetyoshino@chromium.org2013-07-181-0/+19
* Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is...yhirano@chromium.org2013-06-191-10/+23
* Reduce default logging from SocketStreamDispatc...ricea@chromium.org2013-06-181-25/+25
* Protect against empty "labeled" DNS names in DnsTransaction.wez@chromium.org2013-05-171-0/+3
* Websocket should fire 'error' event if no server availabletyoshino@chromium.org2013-05-021-0/+17
* Revert 196728 "Websocket should fire 'error' event if no server ..."ojan@chromium.org2013-04-261-17/+0
* Websocket should fire 'error' event if no server availableli.yin@intel.com2013-04-261-0/+17
* Remove unnecessary use of SupportsWeakPtr in content/browser/renderer_hosthashimoto@chromium.org2012-08-011-4/+5
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-1/+1
* Move some code into the content namespace.darin@chromium.org2012-06-011-14/+18
* Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T>toyoshim@chromium.org2012-05-311-4/+3
* Use WeakPtr for passing SSLErrorHandler::Delegate to SSLManager.toyoshim@chromium.org2012-05-171-4/+6
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-12/+12
* Use SSLManager to handle SSL error in SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-211-3/+38
* Bind RenderViewImpl routing_id to SocketStreamHosttoyoshim@chromium.org2012-03-211-3/+8
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-161-1/+1
* Put socket_stream.h into content namespace.tfarina@chromium.org2012-03-131-7/+7
* OnSSLCertificateError delegate chain back to SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-091-1/+14
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-3/+3
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Removal of Profile from content part 7.avi@chromium.org2011-08-091-1/+0
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-241-1/+1
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-2/+20
* Move the rest of the storage objects into ResourceContext.willchan@chromium.org2011-04-161-14/+6
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-2/+2
* Remove Gears from Chrome.aa@chromium.org2011-03-111-7/+2
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-051-1/+2
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-051-19/+23
* Move core pieces of browser\renderer_host to src\content.jam@chromium.org2011-02-191-0/+164