summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/resource_dispatcher_host.h
Commit message (Expand)AuthorAgeFilesLines
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-524/+0
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-5/+0
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-12/+9
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-291-3/+3
* Modify UserScriptListener to use ResourceThrottle instead of ResourceQueue an...darin@chromium.org2012-02-271-16/+2
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-5/+5
* Introduce ResourceThrottle as a replacement for chrome's usage of ResourceHan...darin@chromium.org2012-02-061-0/+9
* Saving content will prefer to retrieve the data out of the HTTP cache for GETs.cbentzel@chromium.org2012-01-281-1/+1
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-4/+4
* Cleanup: ResourceDispatcherHost::BeginDownload takes a scoped_ptr<URLRequest>...cbentzel@chromium.org2012-01-191-24/+24
* Make CancelRequest trigger the destruction of URLRequest objects asynchronouslydarin@chromium.org2012-01-181-2/+3
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-1/+1
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-1/+1
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-1/+1
* Revert r117355 since it is causing browser_tests flakiness.darin@chromium.org2012-01-121-2/+0
* Fix crash caused by URLRequest accessing members of its URLRequestContext afterdarin@chromium.org2012-01-121-0/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-3/+11
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-19/+3
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-3/+19
* Fix deletion of entries from ResourceDispatcherHost::transferred_navigations_battre@chromium.org2012-01-031-1/+8
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-6/+10
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-0/+11
* Start/stop WebKitThread from BrowserMainLoop like other BrowserThreads.joi@chromium.org2011-12-021-8/+0
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-1/+1
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-1/+2
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-101-4/+0
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+0
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-2/+2
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-8/+12
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-1/+2
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-6/+5
* Remove prerendering from net and content.cbentzel@chromium.org2011-08-191-5/+0
* Reland 97048 - Update routing id of pending resource requests for reparented ...rvargas@google.com2011-08-171-0/+1
* Revert 97048 - Trying to see if this is related with arvargas@google.com2011-08-171-1/+0
* Update routing id of pending resource requests for reparented iframes.dimich@chromium.org2011-08-161-0/+1
* Factor out dependncy on download throttling from core download code.jam@chromium.org2011-08-161-8/+0
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-1/+1
* Add load flag indicating a request is probably the result of a user gesture.joi@chromium.org2011-08-091-0/+9
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-021-0/+6
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-9/+13
* Make sure to cancel all URLRequests for a ResourceContext on profile shutdown.willchan@chromium.org2011-07-181-0/+5
* Stop calls to InfoForRequest() and RenderViewForRequest() by TaskManager from...wez@chromium.org2011-07-121-2/+2
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-2/+2
* Remove last extension dependencies from content.mpcomplete@chromium.org2011-06-081-0/+3
* Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...jam@chromium.org2011-06-031-53/+7
* Remove last safebrowsing references from content.jam@chromium.org2011-06-021-15/+13