| Commit message (Expand) | Author | Age | Files | Lines |
* | Move timer functionality from DownloadFileManager to DownloadFileImpl. | rdsmith@chromium.org | 2012-04-21 | 1 | -4/+0 |
* | TabContents -> WebContentsImpl, part 9. | avi@chromium.org | 2012-04-12 | 1 | -4/+4 |
* | Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess... | jbates@chromium.org | 2012-03-27 | 1 | -1/+1 |
* | Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp... | aa@chromium.org | 2012-03-26 | 1 | -1/+1 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-26 | 1 | -1/+1 |
* | Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta... | rnk@chromium.org | 2012-03-23 | 1 | -1/+1 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-23 | 1 | -1/+1 |
* | Test file errors in downloads. | ahendrickson@chromium.org | 2012-03-14 | 1 | -0/+8 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 1 | -5/+2 |
* | Move download interrupt reasons to content\public (the enum that's used by ch... | jam@chromium.org | 2012-03-08 | 1 | -2/+2 |
* | Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. | ahendrickson@chromium.org | 2012-02-09 | 1 | -2/+8 |
* | Back out r121050 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -8/+2 |
* | Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. | ahendrickson@chromium.org | 2012-02-08 | 1 | -2/+8 |
* | Get rid of DownloadIdFactory and instead get the next id from DownloadManager... | jam@chromium.org | 2012-01-27 | 1 | -11/+15 |
* | Created DownloadFileManager unit test. | ahendrickson@chromium.org | 2012-01-19 | 1 | -1/+2 |
* | Revert 118297 since it caused component build failure: | sadrul@chromium.org | 2012-01-19 | 1 | -2/+1 |
* | Created DownloadFileManager unit test. | ahendrickson@chromium.org | 2012-01-19 | 1 | -1/+2 |
* | Revert 117696 - Created DownloadFileManager unit test. | dcheng@chromium.org | 2012-01-13 | 1 | -2/+1 |
* | Created DownloadFileManager unit test. | ahendrickson@chromium.org | 2012-01-13 | 1 | -1/+2 |
* | In order to resume a download some more information needs to be gathered. | ahendrickson@chromium.org | 2011-12-22 | 1 | -1/+2 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -8/+8 |
* | Added a download file factory to the download file manager, for testing. | ahendrickson@chromium.org | 2011-12-08 | 1 | -1/+17 |
* | Cleanup: Remove unneeded forward declarations in content/browser. | thestig@chromium.org | 2011-11-10 | 1 | -6/+0 |
* | Make passing of DownloadRequestHandle separate from DownloadCreateInfo. | rdsmith@chromium.org | 2011-10-25 | 1 | -2/+4 |
* | Fix a bug where putting a laptop to sleep causes downloads to end normally. | ahendrickson@chromium.org | 2011-10-24 | 1 | -2/+3 |
* | DownloadBuffer is used in two different ways, only one of which is used acros... | ahendrickson@chromium.org | 2011-10-21 | 1 | -3/+6 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -2/+2 |
* | Retry r100017. This time, prevent a potential shutdown race by moving the cal... | benjhayden@chromium.org | 2011-09-21 | 1 | -16/+11 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 1 | -1/+2 |
* | Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequests | estade@chromium.org | 2011-09-07 | 1 | -11/+16 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-09-07 | 1 | -16/+11 |
* | Make BaseFile member functions return net::Error's. | ahendrickson@chromium.org | 2011-09-04 | 1 | -3/+4 |
* | Detect file system errors during downloads. | ahendrickson@chromium.org | 2011-08-29 | 1 | -3/+4 |
* | Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ... | dmaclach@chromium.org | 2011-08-29 | 1 | -11/+16 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-08-29 | 1 | -16/+11 |
* | Move DownloadHistory ownership and usage out from content to chrome. Download... | jam@chromium.org | 2011-08-22 | 1 | -3/+4 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -0/+173 |