| Commit message (Expand) | Author | Age | Files | Lines |
* | Make passing of DownloadRequestHandle separate from DownloadCreateInfo. | rdsmith@chromium.org | 2011-10-25 | 12 | -32/+40 |
* | Const-ify DownloadStatusUpdaterDelegate methods. | cbentzel@chromium.org | 2011-10-25 | 6 | -26/+26 |
* | Fix a bug where putting a laptop to sleep causes downloads to end normally. | ahendrickson@chromium.org | 2011-10-24 | 4 | -17/+32 |
* | DownloadBuffer is used in two different ways, only one of which is used acros... | ahendrickson@chromium.org | 2011-10-21 | 9 | -58/+292 |
* | The apitest needs a handler on the testserver that does not return a dangerou... | benjhayden@chromium.org | 2011-10-20 | 3 | -7/+25 |
* | Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/. | joi@chromium.org | 2011-10-20 | 8 | -130/+14 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -4/+4 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 4 | -4/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 3 | -5/+5 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 1 | -1/+1 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 3 | -3/+3 |
* | Add new UMA stats to get a handle on Downloads UI Usage | benjhayden@chromium.org | 2011-10-17 | 9 | -11/+136 |
* | Move url_constansts.h to content/public/common. | jam@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Add screen power save block level. | avi@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Add screen power save block level. | avi@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Add screen power save block level. | avi@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Added a InterruptReason enum. | ahendrickson@chromium.org | 2011-10-13 | 10 | -40/+298 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 5 | -12/+11 |
* | Refactor downloads into a ProfileKeyedService. | rdsmith@chromium.org | 2011-10-12 | 2 | -3/+10 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -1/+2 |
* | Move kExtensionScheme from content to chrome | jochen@chromium.org | 2011-10-07 | 1 | -2/+2 |
* | Changed broken downloads bug reference. | shess@chromium.org | 2011-10-05 | 2 | -5/+5 |
* | Fix check_perms error from r103992. | thestig@chromium.org | 2011-10-04 | 1 | -0/+0 |
* | Fixed bug in operator<(). | ahendrickson@chromium.org | 2011-10-04 | 2 | -2/+151 |
* | Export some unix-specific content symbols. | dpranke@chromium.org | 2011-10-04 | 1 | -2/+2 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 3 | -7/+4 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -1/+2 |
* | Uniquified path needs to be used to rename the file for dangerous types. | ncj674@motorola.com | 2011-09-29 | 1 | -1/+1 |
* | 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 |