summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-2512-32/+40
* Const-ify DownloadStatusUpdaterDelegate methods.cbentzel@chromium.org2011-10-256-26/+26
* Fix a bug where putting a laptop to sleep causes downloads to end normally.ahendrickson@chromium.org2011-10-244-17/+32
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-219-58/+292
* The apitest needs a handler on the testserver that does not return a dangerou...benjhayden@chromium.org2011-10-203-7/+25
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-208-130/+14
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-4/+4
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-194-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-193-5/+5
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-1/+1
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-183-3/+3
* Add new UMA stats to get a handle on Downloads UI Usagebenjhayden@chromium.org2011-10-179-11/+136
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Add screen power save block level.avi@chromium.org2011-10-141-1/+1
* Add screen power save block level.avi@chromium.org2011-10-131-1/+1
* Add screen power save block level.avi@chromium.org2011-10-131-1/+1
* Added a InterruptReason enum.ahendrickson@chromium.org2011-10-1310-40/+298
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-135-12/+11
* Refactor downloads into a ProfileKeyedService.rdsmith@chromium.org2011-10-122-3/+10
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-1/+2
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-071-2/+2
* Changed broken downloads bug reference.shess@chromium.org2011-10-052-5/+5
* Fix check_perms error from r103992.thestig@chromium.org2011-10-041-0/+0
* Fixed bug in operator<().ahendrickson@chromium.org2011-10-042-2/+151
* Export some unix-specific content symbols.dpranke@chromium.org2011-10-041-2/+2
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-303-7/+4
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+2
* Uniquified path needs to be used to rename the file for dangerous types.ncj674@motorola.com2011-09-291-1/+1
* Add Cambridge downloads team to OWNERS files.rdsmith@chromium.org2011-09-271-1/+4
* Add yet more CONTENT_EXPORTed symbols for the content component build.dpranke@chromium.org2011-09-271-3/+5
* (Relanding this, exact same CL as the previous one.)jcivelli@chromium.org2011-09-263-12/+15
* Fix potential issue with BaseFile::AppendDataToFile().ahendrickson@chromium.org2011-09-232-15/+46
* Record UMA statistics for file_stream operations.ahendrickson@chromium.org2011-09-231-0/+3
* Fix lack of initialization for delegate delayed complete flag.rdsmith@chromium.org2011-09-231-2/+4
* Tweak assertions to be in line with actual invariants.rdsmith@chromium.org2011-09-231-2/+6
* Revert 102505 - Adding the first one of the saveAs extension APIs.jcivelli@chromium.org2011-09-233-15/+12
* Adding the first one of the saveAs extension APIs.jcivelli@chromium.org2011-09-233-12/+15
* Reland r102332 - export more symbols needed for the component builddpranke@chromium.org2011-09-231-1/+2
* Revert "Fix more symbol exports and a compile failure for the component build...dpranke@chromium.org2011-09-221-2/+1
* Fix more symbol exports and a compile failure for the component build ofdpranke@chromium.org2011-09-221-1/+2
* Added UMA for downloads that are interrupted at the end.ahendrickson@chromium.org2011-09-212-1/+11
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-2111-95/+260
* Revert 102126 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-2110-145/+127
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-2110-127/+145
* Move DownloadFileTest and DevtoolsManagerTest to content_unittestsjochen@chromium.org2011-09-201-5/+0
* Some checks to narrow in on duplicate history ids from history DB.rdsmith@chromium.org2011-09-191-0/+5
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-163-1/+30
* Searching for downloads currently does a plain substring search, which does notvanlam@google.com2011-09-161-11/+7
* Revert 101510 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-1610-140/+124
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-1610-124/+140