| Commit message (Expand) | Author | Age | Files | Lines |
* | Persist download ids across sessions by merging them with db_handles. | benjhayden@chromium.org | 2013-07-12 | 1 | -3/+2 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Use a direct include of time headers in content/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Minor cleanup in DownloadCreateInfo structure. | rdsmith@chromium.org | 2012-11-01 | 1 | -17/+0 |
* | Move download code to the content namespace. | jam@chromium.org | 2012-10-26 | 1 | -4/+8 |
* | Non-functional change to simply have Downloads query Prefs for the charset wh... | pauljensen@chromium.org | 2012-10-23 | 1 | -4/+0 |
* | Replace the DownloadFileManager with direct ownership of DownloadFileImpl | rdsmith@chromium.org | 2012-10-18 | 1 | -7/+0 |
* | Shift passage of FileStream in downloads system to be by scoped_ptr<>. | rdsmith@chromium.org | 2012-10-17 | 1 | -1/+4 |
* | Use the user's preferred downloads directory for creating the initial downloa... | asanka@chromium.org | 2012-09-15 | 1 | -0/+7 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Simplifiy download initiation. | rdsmith@chromium.org | 2012-06-18 | 1 | -0/+4 |
* | Move download_types.h to content/public and rename it to match the one struct... | jam@chromium.org | 2012-03-13 | 1 | -2/+2 |
* | Clean up unused members and constructors from DownloadCreateInfo and Download... | asanka@chromium.org | 2012-02-09 | 1 | -10/+1 |
* | Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. | ahendrickson@chromium.org | 2012-02-09 | 1 | -1/+7 |
* | Back out r121050 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -7/+1 |
* | Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. | ahendrickson@chromium.org | 2012-02-08 | 1 | -1/+7 |
* | Move DownloadFile back to content\browser\download. Only static functions in ... | jam@chromium.org | 2012-01-31 | 1 | -1/+1 |
* | Get rid of DownloadIdFactory and instead get the next id from DownloadManager... | jam@chromium.org | 2012-01-27 | 1 | -3/+2 |
* | Move DownloadDangerType to its own file. | jam@chromium.org | 2012-01-24 | 1 | -4/+0 |
* | In order to resume a download some more information needs to be gathered. | ahendrickson@chromium.org | 2011-12-22 | 1 | -1/+9 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Add download server IP address to the SafeBrowsing download protection ping. | noelutz@google.com | 2011-12-06 | 1 | -0/+4 |
* | Created an interface for DownloadFile, for use in unit tests. | ahendrickson@chromium.org | 2011-11-16 | 1 | -0/+1 |
* | Fix history importing by delaying DownloadManager creation. Replace GetNextId... | benjhayden@chromium.org | 2011-10-29 | 1 | -2/+3 |
* | Make passing of DownloadRequestHandle separate from DownloadCreateInfo. | rdsmith@chromium.org | 2011-10-25 | 1 | -5/+0 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -3/+3 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -1/+2 |
* | Treat files downloaded from the address bar as "always safe" (including exten... | pkasting@chromium.org | 2011-08-30 | 1 | -1/+5 |
* | Remove extensions code from download code. The delegate and other users in Ch... | jam@chromium.org | 2011-08-23 | 1 | -3/+0 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -0/+109 |