| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -339/+0 |
* | Implemented ExternalData interface on DownloadItem and used it for SafeBrowsing. | rdsmith@chromium.org | 2011-12-07 | 1 | -0/+23 |
* | DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests. | rdsmith@chromium.org | 2011-12-06 | 1 | -2/+12 |
* | Add download server IP address to the SafeBrowsing download protection ping. | noelutz@google.com | 2011-12-06 | 1 | -0/+1 |
* | Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl... | kalman@chromium.org | 2011-12-06 | 1 | -12/+2 |
* | DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests. | rdsmith@chromium.org | 2011-12-05 | 1 | -2/+12 |
* | Move download speed calculation to file thread / DownloadFile class. | benwells@chromium.org | 2011-11-30 | 1 | -2/+3 |
* | This split will facilitate testing DownloadQuery and other users of DownloadI... | benjhayden@chromium.org | 2011-11-21 | 1 | -274/+96 |
* | Propagate the SafeBrowsing download protection verdict to the DownloadItem. | noelutz@google.com | 2011-11-17 | 1 | -20/+4 |
* | Store the download file hash in the DownloadItem. This will be useful | noelutz@google.com | 2011-11-10 | 1 | -2/+10 |
* | Added a test for searching downloads to avoid repeats of http://crbug.com/102... | rdsmith@chromium.org | 2011-11-10 | 1 | -1/+2 |
* | Removed progress timer from DownloadItem | benwells@chromium.org | 2011-11-08 | 1 | -8/+0 |
* | Use a DownloadRequestHandle pointer in construction to allow mocking for tests. | rdsmith@chromium.org | 2011-11-01 | 1 | -6/+9 |
* | Rearrange Should*Download delegate calls to be more useful and intuitive. | rdsmith@chromium.org | 2011-11-01 | 1 | -3/+3 |
* | Fix history importing by delaying DownloadManager creation. Replace GetNextId... | benjhayden@chromium.org | 2011-10-29 | 1 | -3/+4 |
* | Make passing of DownloadRequestHandle separate from DownloadCreateInfo. | rdsmith@chromium.org | 2011-10-25 | 1 | -0/+1 |
* | Add new UMA stats to get a handle on Downloads UI Usage | benjhayden@chromium.org | 2011-10-17 | 1 | -0/+4 |
* | Added a InterruptReason enum. | ahendrickson@chromium.org | 2011-10-13 | 1 | -7/+8 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -4/+1 |
* | Retry r100017. This time, prevent a potential shutdown race by moving the cal... | benjhayden@chromium.org | 2011-09-21 | 1 | -1/+3 |
* | Revert 102126 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-21 | 1 | -15/+15 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-21 | 1 | -15/+15 |
* | Revert 101510 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-16 | 1 | -15/+15 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-16 | 1 | -15/+15 |
* | chrome.experimental.downloads.onCreated, onErased | benjhayden@chromium.org | 2011-09-14 | 1 | -0/+2 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 1 | -2/+3 |
* | Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequests | estade@chromium.org | 2011-09-07 | 1 | -3/+1 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-09-07 | 1 | -1/+3 |
* | Make BaseFile member functions return net::Error's. | ahendrickson@chromium.org | 2011-09-04 | 1 | -2/+3 |
* | Detect file system errors during downloads. | ahendrickson@chromium.org | 2011-08-29 | 1 | -3/+3 |
* | Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ... | dmaclach@chromium.org | 2011-08-29 | 1 | -4/+1 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-08-29 | 1 | -1/+4 |
* | Made the cancel from CancelDownloadOnRename go through the full cancel path, | rdsmith@chromium.org | 2011-08-26 | 1 | -1/+9 |
* | Remove extensions code from download code. The delegate and other users in Ch... | jam@chromium.org | 2011-08-23 | 1 | -25/+7 |
* | Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI... | jam@chromium.org | 2011-08-22 | 1 | -3/+3 |
* | Move DownloadHistory ownership and usage out from content to chrome. Download... | jam@chromium.org | 2011-08-22 | 1 | -1/+6 |
* | Move simple download calls to chrome code to use ContentBrowserClient interface. | jam@chromium.org | 2011-08-19 | 1 | -5/+1 |
* | Revert 97477 - Move simple download calls to chrome code to use ContentBrowse... | wez@chromium.org | 2011-08-19 | 1 | -1/+5 |
* | Move simple download calls to chrome code to use ContentBrowserClient interface. | jam@chromium.org | 2011-08-19 | 1 | -5/+1 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -0/+493 |