summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Added parentFrameId to webRequest API callsbattre@chromium.org2011-11-041-15/+20
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-2/+3
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+2
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Revert "Return a specific error code for unknown URL schemes."podivilov@chromium.org2011-10-131-2/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Return a specific error code for unknown URL schemes.mkosiba@chromium.org2011-10-101-1/+2
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-3/+3
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-3/+3
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-3/+3
* Avoid unblocking unrelated routes during RDH::CancelRequestsForContextasanka@chromium.org2011-09-231-6/+3
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-10/+12
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-9/+19
* Find out URLs from leaked renderers.willchan@chromium.org2011-09-151-0/+7
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-2/+2
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-5/+2
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-2/+5
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-6/+5
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-5/+2
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-2/+5
* Add benign race annotation and remove suppression.joi@chromium.org2011-08-221-0/+5
* Remove prerendering from net and content.cbentzel@chromium.org2011-08-191-68/+60
* Fix crash with blocked requests when incognito goes away.willchan@chromium.org2011-08-171-5/+14
* Reland 97048 - Update routing id of pending resource requests for reparented ...rvargas@google.com2011-08-171-0/+20
* Revert 97048 - Trying to see if this is related with arvargas@google.com2011-08-171-20/+0
* Move download UMA functions to their own file in content. Also fire the chrom...jam@chromium.org2011-08-161-6/+0
* Update routing id of pending resource requests for reparented iframes.dimich@chromium.org2011-08-161-0/+20
* Factor out dependncy on download throttling from core download code.jam@chromium.org2011-08-161-6/+3
* Move DownloadResourceHandler to content.jam@chromium.org2011-08-161-1/+1
* Move the core download files to content.jam@chromium.org2011-08-151-2/+2
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-37/+28
* Add load flag indicating a request is probably the result of a user gesture.joi@chromium.org2011-08-091-1/+20
* Add support for WebURLRequest::TargetIsXHR (part I)jochen@chromium.org2011-08-031-0/+1
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-021-0/+22
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-10/+8
* Provide ID of the frame that triggered an event to the webrequest extension.battre@chromium.org2011-07-211-0/+4
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Make sure to cancel all URLRequests for a ResourceContext on profile shutdown.willchan@chromium.org2011-07-181-0/+76
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-2/+2
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1