| Commit message (Expand) | Author | Age | Files | Lines |
* | Some checks to narrow in on duplicate history ids from history DB. | rdsmith@chromium.org | 2011-09-19 | 1 | -0/+5 |
* | chrome.experimental.downloads.download() implementation | benjhayden@chromium.org | 2011-09-16 | 3 | -1/+30 |
* | Searching for downloads currently does a plain substring search, which does not | vanlam@google.com | 2011-09-16 | 1 | -11/+7 |
* | Revert 101510 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-16 | 10 | -140/+124 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-16 | 10 | -124/+140 |
* | ManagerGoingDown() needs to call DM.RemoveObserver | benjhayden@chromium.org | 2011-09-16 | 1 | -0/+1 |
* | Create a very simple TabContentsView (and not fully implemented yet) and add ... | jam@chromium.org | 2011-09-15 | 1 | -1/+2 |
* | chrome.experimental.downloads.onCreated, onErased | benjhayden@chromium.org | 2011-09-14 | 1 | -0/+2 |
* | Added ability to set ChromeDownloadManagerDelegate for testing. | rdsmith@chromium.org | 2011-09-14 | 1 | -0/+3 |
* | Bring back safe browsing binary digest checking. I accidentally removed that ... | jam@chromium.org | 2011-09-14 | 5 | -5/+13 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 15 | -26/+47 |
* | Overwrite extensions of filenames determined from URLs if the URL could be a ... | asanka@chromium.org | 2011-09-12 | 1 | -1/+1 |
* | net: Rename URLRequestStatus::os_error_. | tfarina@chromium.org | 2011-09-08 | 1 | -2/+2 |
* | Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequests | estade@chromium.org | 2011-09-07 | 11 | -266/+102 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-09-07 | 11 | -102/+266 |
* | Added more UMA statistics for downloads. | ahendrickson@chromium.org | 2011-09-07 | 3 | -3/+33 |
* | Fixing EOLs. | ahendrickson@chromium.org | 2011-09-06 | 1 | -9/+9 |
* | Make BaseFile member functions return net::Error's. | ahendrickson@chromium.org | 2011-09-04 | 12 | -111/+423 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 3 | -3/+6 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 3 | -6/+3 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 3 | -3/+6 |
* | Treat files downloaded from the address bar as "always safe" (including exten... | pkasting@chromium.org | 2011-08-30 | 6 | -11/+24 |
* | Detect file system errors during downloads. | ahendrickson@chromium.org | 2011-08-29 | 9 | -95/+204 |
* | Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ... | dmaclach@chromium.org | 2011-08-29 | 11 | -255/+102 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-08-29 | 11 | -102/+255 |
* | New checks for observer crash. | rdsmith@chromium.org | 2011-08-29 | 1 | -2/+4 |
* | Made the cancel from CancelDownloadOnRename go through the full cancel path, | rdsmith@chromium.org | 2011-08-26 | 5 | -28/+76 |
* | content: Move drag_download_* to content. | erg@google.com | 2011-08-24 | 4 | -0/+519 |
* | New set of checks for observer crash. | rdsmith@chromium.org | 2011-08-23 | 1 | -8/+10 |
* | Move MockDownloadManagerDelegate to content since it's used by tests in conte... | jam@chromium.org | 2011-08-23 | 4 | -13/+131 |
* | Remove the last Chrome include from content downloads code. This moves some m... | jam@chromium.org | 2011-08-23 | 6 | -19/+93 |
* | Remove extensions code from download code. The delegate and other users in Ch... | jam@chromium.org | 2011-08-23 | 9 | -139/+59 |
* | Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI... | jam@chromium.org | 2011-08-22 | 6 | -18/+115 |
* | Get rid of debug assert I accidently added in r97506, since ContentBrowserCli... | jam@chromium.org | 2011-08-22 | 1 | -12/+8 |
* | Move DownloadHistory ownership and usage out from content to chrome. Download... | jam@chromium.org | 2011-08-22 | 9 | -95/+124 |
* | Get rid of Profile usage in the content download code, and switch to BrowserC... | jam@chromium.org | 2011-08-22 | 3 | -120/+26 |
* | Move DownloadPrefs ownership to chrome layer. | jam@chromium.org | 2011-08-19 | 2 | -9/+2 |
* | Move simple download calls to chrome code to use ContentBrowserClient interface. | jam@chromium.org | 2011-08-19 | 4 | -64/+63 |
* | Revert 97477 - Move simple download calls to chrome code to use ContentBrowse... | wez@chromium.org | 2011-08-19 | 3 | -60/+61 |
* | Move simple download calls to chrome code to use ContentBrowserClient interface. | jam@chromium.org | 2011-08-19 | 3 | -61/+60 |
* | Make the core download content ask the delegate whether it needs to generate ... | jam@chromium.org | 2011-08-19 | 2 | -13/+5 |
* | Have BaseFile ask the embedder for the default download directory. | jam@chromium.org | 2011-08-18 | 1 | -5/+13 |
* | Make content not know that the browser chrome updates the download progress i... | jam@chromium.org | 2011-08-17 | 6 | -49/+43 |
* | Move download UMA functions to their own file in content. Also fire the chrom... | jam@chromium.org | 2011-08-16 | 4 | -9/+238 |
* | Move download_manager_delegate.h to content. I forgot to move this earlier. | jam@chromium.org | 2011-08-16 | 4 | -6/+60 |
* | Factor out dependncy on download throttling from core download code. | jam@chromium.org | 2011-08-16 | 1 | -1/+0 |
* | Move DownloadResourceHandler to content. | jam@chromium.org | 2011-08-16 | 2 | -0/+365 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 24 | -3/+4610 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Removal of Profile from content part 7. | avi@chromium.org | 2011-08-09 | 3 | -5/+5 |