| Commit message (Expand) | Author | Age | Files | Lines |
* | [Downloads] Move client guid for AV scanning of downloaded files to chrome/ | gbillock@chromium.org | 2013-08-10 | 1 | -0/+6 |
* | Persist download ids across sessions by merging them with db_handles. | benjhayden@chromium.org | 2013-07-12 | 1 | -4/+6 |
* | Use a direct include of time headers in content/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Make the UI an observer of downloads. | asanka@chromium.org | 2013-03-06 | 1 | -5/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace all FilePath with base::FilePath in content. | brettw@chromium.org | 2013-02-16 | 1 | -11/+12 |
* | download: Delegate file removal check to DownloadManagerDelegate | hashimoto@chromium.org | 2013-01-25 | 1 | -0/+8 |
* | Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDe... | hashimoto@chromium.org | 2013-01-21 | 1 | -0/+6 |
* | Tweak comments and put in tests for not ignoring safe browsing results. | rdsmith@chromium.org | 2013-01-08 | 1 | -3/+3 |
* | Pull delegate check back into IsDownloadReadyForCompletion so that if | rdsmith@chromium.org | 2013-01-03 | 1 | -1/+3 |
* | Make DownloadHistory observe manager, items | benjhayden@chromium.org | 2012-11-20 | 1 | -27/+0 |
* | Various minor cleanups to the download system: | rdsmith@chromium.org | 2012-11-08 | 1 | -4/+7 |
* | Clean up last half of download flow, simplifying delegate interface, and movi... | rdsmith@chromium.org | 2012-10-17 | 1 | -7/+3 |
* | Use the user's preferred downloads directory for creating the initial downloa... | asanka@chromium.org | 2012-09-15 | 1 | -1/+2 |
* | Download filename determination refactor (3/3) | asanka@chromium.org | 2012-07-27 | 1 | -19/+30 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Download filename determination refactor (2/3) | asanka@chromium.org | 2012-07-02 | 1 | -5/+5 |
* | RefCounted types should not have public destructors, delegate cleanup | rsleevi@chromium.org | 2012-06-26 | 1 | -2/+3 |
* | Support for drive as default download location on chromeos. | achuith@chromium.org | 2012-06-08 | 1 | -4/+3 |
* | A little more cleanup of content examples. | jam@chromium.org | 2012-06-07 | 1 | -4/+4 |
* | Download filename determination refactor (1/3) | asanka@chromium.org | 2012-05-30 | 1 | -2/+6 |
* | DownloadManagerDelegate::ShouldCompleteDownload(callback) | benjhayden@chromium.org | 2012-05-18 | 1 | -8/+11 |
* | Save Page As MHTML | benjhayden@chromium.org | 2012-05-04 | 1 | -7/+17 |
* | GData save package support with MHTML. | achuith@chromium.org | 2012-03-27 | 1 | -1/+3 |
* | Replace void* with int32 for passing download_id to SelectFileDialog::Listener. | achuith@chromium.org | 2012-03-03 | 1 | -1/+1 |
* | Eliminate DownloadProgressUpdated. | avi@chromium.org | 2012-02-09 | 1 | -4/+1 |
* | Revert 121031 - Eliminate DownloadProgressUpdated. | avi@chromium.org | 2012-02-08 | 1 | -1/+4 |
* | Eliminate DownloadProgressUpdated. | avi@chromium.org | 2012-02-08 | 1 | -4/+1 |
* | Move the DownloadManager and DownloadFile unittests to content so they can li... | jam@chromium.org | 2012-01-30 | 1 | -31/+22 |
* | Get rid of DownloadIdFactory and instead get the next id from DownloadManager... | jam@chromium.org | 2012-01-27 | 1 | -0/+4 |
* | Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web... | jam@chromium.org | 2012-01-20 | 1 | -8/+12 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -6/+5 |
* | Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW... | jam@chromium.org | 2012-01-03 | 1 | -1/+2 |
* | Made MockDownloadManagerDelegate a gmock. | ahendrickson@chromium.org | 2011-12-27 | 1 | -2/+2 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -1/+2 |
* | DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests. | rdsmith@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl... | kalman@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests. | rdsmith@chromium.org | 2011-12-05 | 1 | -1/+1 |
* | Store the download file hash in the DownloadItem. This will be useful | noelutz@google.com | 2011-11-10 | 1 | -4/+2 |
* | Rearrange Should*Download delegate calls to be more useful and intuitive. | rdsmith@chromium.org | 2011-11-01 | 1 | -7/+14 |
* | Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/. | joi@chromium.org | 2011-10-20 | 1 | -0/+120 |