| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Cambridge downloads team to OWNERS files. | rdsmith@chromium.org | 2011-09-27 | 1 | -1/+4 |
* | Add yet more CONTENT_EXPORTed symbols for the content component build. | dpranke@chromium.org | 2011-09-27 | 1 | -3/+5 |
* | (Relanding this, exact same CL as the previous one.) | jcivelli@chromium.org | 2011-09-26 | 3 | -12/+15 |
* | Fix potential issue with BaseFile::AppendDataToFile(). | ahendrickson@chromium.org | 2011-09-23 | 2 | -15/+46 |
* | Record UMA statistics for file_stream operations. | ahendrickson@chromium.org | 2011-09-23 | 1 | -0/+3 |
* | Fix lack of initialization for delegate delayed complete flag. | rdsmith@chromium.org | 2011-09-23 | 1 | -2/+4 |
* | Tweak assertions to be in line with actual invariants. | rdsmith@chromium.org | 2011-09-23 | 1 | -2/+6 |
* | Revert 102505 - Adding the first one of the saveAs extension APIs. | jcivelli@chromium.org | 2011-09-23 | 3 | -15/+12 |
* | Adding the first one of the saveAs extension APIs. | jcivelli@chromium.org | 2011-09-23 | 3 | -12/+15 |
* | Reland r102332 - export more symbols needed for the component build | dpranke@chromium.org | 2011-09-23 | 1 | -1/+2 |
* | Revert "Fix more symbol exports and a compile failure for the component build... | dpranke@chromium.org | 2011-09-22 | 1 | -2/+1 |
* | Fix more symbol exports and a compile failure for the component build of | dpranke@chromium.org | 2011-09-22 | 1 | -1/+2 |
* | Added UMA for downloads that are interrupted at the end. | ahendrickson@chromium.org | 2011-09-21 | 2 | -1/+11 |
* | Retry r100017. This time, prevent a potential shutdown race by moving the cal... | benjhayden@chromium.org | 2011-09-21 | 11 | -95/+260 |
* | Revert 102126 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-21 | 10 | -145/+127 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-21 | 10 | -127/+145 |
* | Move DownloadFileTest and DevtoolsManagerTest to content_unittests | jochen@chromium.org | 2011-09-20 | 1 | -5/+0 |
* | 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 |