summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Switch MHTMLGenerationManager to use a Callback.jcivelli@chromium.org2011-11-233-31/+39
* Revert 111252 - Switch MHTMLGenerationManager to use a Callback.jcivelli@chromium.org2011-11-223-35/+31
* Switch MHTMLGenerationManager to use a Callback.jcivelli@chromium.org2011-11-223-31/+35
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-2112-1175/+1497
* Update the windows UI to support displaying a warning after thenoelutz@google.com2011-11-181-6/+8
* Changed argument to GetAcceptLangs() to a BrowserContext.rdsmith@chromium.org2011-11-182-4/+8
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-184-11/+11
* Propagate the SafeBrowsing download protection verdict to the DownloadItem.noelutz@google.com2011-11-174-69/+60
* Add OVERRIDE to content/.avi@chromium.org2011-11-174-27/+45
* Fix properties on new download files.gavinp@chromium.org2011-11-172-0/+0
* Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...cbentzel@chromium.org2011-11-171-6/+6
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-175-303/+748
* Fix check_perms failure from r110377.thestig@chromium.org2011-11-162-0/+0
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-1615-131/+594
* Create a Null DownloadRequestHandle for use by SavePackage DownloadItems.rdsmith@chromium.org2011-11-161-1/+31
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-153-14/+12
* Disable caching when downloading.rdsmith@chromium.org2011-11-101-0/+4
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-1010-17/+49
* Added a test for searching downloads to avoid repeats of http://crbug.com/102...rdsmith@chromium.org2011-11-102-3/+3
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-106-21/+1
* Removed progress timer from DownloadItembenwells@chromium.org2011-11-082-32/+0
* Check request handle existence in MatchQuery.rdsmith@chromium.org2011-11-041-1/+2
* Add unit tests for DownloadItem notification generation.benwells@chromium.org2011-11-031-1/+2
* Fixed a bug where Linux users couldn't download to NTFS file systems.ahendrickson@chromium.org2011-11-031-4/+7
* Adds a webstorePrivate method for silently installing extensions.jstritar@chromium.org2011-11-021-1/+0
* First pass at some Downloads UMA to get a handle on downloads performance.rdsmith@chromium.org2011-11-025-1/+48
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0220-7/+39
* Use a DownloadRequestHandle pointer in construction to allow mocking for tests.rdsmith@chromium.org2011-11-018-38/+68
* Rearrange Should*Download delegate calls to be more useful and intuitive.rdsmith@chromium.org2011-11-015-10/+13
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-314-9/+17
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-2918-103/+131
* Replace NewRunnable with Callback in DownloadManager.achuith@chromium.org2011-10-281-43/+46
* Replace NewRunnableMethod with Callback in DownloadResourceHandler.achuith@chromium.org2011-10-281-13/+7
* Replace NewRunnableMethod with Callback in DownloadFileManager.achuith@chromium.org2011-10-281-45/+32
* Replace NewRunnableMethod with Callback in DownloadItem.achuith@chromium.org2011-10-281-10/+13
* Replace NewRunnableFunction with Callback in DownloadRequestHandle.achuith@chromium.org2011-10-281-6/+7
* export DownloadRequestHandle - this is needed in both content_unittests and u...dpranke@chromium.org2011-10-281-1/+3
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2819-31/+33
* more content exports.dpranke@chromium.org2011-10-272-2/+3
* Replace NewRunnableFunction/NewRunnableMethod with Callback in SavePackage.achuith@chromium.org2011-10-261-42/+42
* Replace NewRunnableFunction with Callback in SaveFileResourceHandler.achuith@chromium.org2011-10-261-14/+6
* Replace NewRunnableMethod with Callback in SaveFileManager.achuith@chromium.org2011-10-261-30/+23
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-2512-32/+40
* Const-ify DownloadStatusUpdaterDelegate methods.cbentzel@chromium.org2011-10-256-26/+26
* Fix a bug where putting a laptop to sleep causes downloads to end normally.ahendrickson@chromium.org2011-10-244-17/+32
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-219-58/+292
* The apitest needs a handler on the testserver that does not return a dangerou...benjhayden@chromium.org2011-10-203-7/+25
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-208-130/+14
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-4/+4
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-194-4/+4