summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/async_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-8/+9
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-4/+5
* Move creation and ownership of HostZoomMap to content instead of having every...jam@chromium.org2012-02-221-2/+4
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-3/+2
* Create Content API around HostZoomMap.jam@chromium.org2012-01-301-3/+2
* Remove dependency on ResourceMessageFilter in Chrome.jam@chromium.org2012-01-261-1/+1
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-0/+1
* Store URL in AsyncResourceHandler to debug crash of issue 107692battre@chromium.org2012-01-031-2/+9
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-1/+2
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-161-2/+5
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-241-9/+11
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-07-011-0/+1
* Wholesale move of debugger sources to content.joi@chromium.org2011-06-291-1/+1
* Fix a regression in sending the content settings data from r85247. The conte...jam@chromium.org2011-06-211-6/+9
* Move load_from_memory_cache_details.* to content now that the SSL code has mo...jam@chromium.org2011-06-131-3/+7
* Make sure that per-hostname zoom settings are retained.mirandac@chromium.org2011-05-271-1/+2
* Get rid of render_messages.h and web_cache_manager.h. I moved the view sourc...jam@chromium.org2011-05-261-1/+0
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-2/+1
* Get rid of the remaining content settings code in the content module.jam@chromium.org2011-05-131-6/+0
* Remove ChromeURLRequestContext from content/.willchan@chromium.org2011-04-291-12/+14
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-131-3/+3
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-081-1/+5
* Move a bunch more renderer messages from chrome to content.jam@chromium.org2011-03-221-0/+1
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-051-14/+14
* Move core pieces of browser\renderer_host to src\content.jam@chromium.org2011-02-191-0/+265