summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* 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
* ManagerGoingDown() needs to call DM.RemoveObserverbenjhayden@chromium.org2011-09-161-0/+1
* Create a very simple TabContentsView (and not fully implemented yet) and add ...jam@chromium.org2011-09-151-1/+2
* chrome.experimental.downloads.onCreated, onErasedbenjhayden@chromium.org2011-09-141-0/+2
* Added ability to set ChromeDownloadManagerDelegate for testing.rdsmith@chromium.org2011-09-141-0/+3
* Bring back safe browsing binary digest checking. I accidentally removed that ...jam@chromium.org2011-09-145-5/+13
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-1315-26/+47
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-121-1/+1
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-2/+2
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-0711-266/+102
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-0711-102/+266
* Added more UMA statistics for downloads.ahendrickson@chromium.org2011-09-073-3/+33
* Fixing EOLs.ahendrickson@chromium.org2011-09-061-9/+9
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-0412-111/+423
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-023-3/+6
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-023-6/+3
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-023-3/+6
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-306-11/+24
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-299-95/+204
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-2911-255/+102
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-2911-102/+255
* New checks for observer crash.rdsmith@chromium.org2011-08-291-2/+4
* Made the cancel from CancelDownloadOnRename go through the full cancel path, rdsmith@chromium.org2011-08-265-28/+76
* content: Move drag_download_* to content.erg@google.com2011-08-244-0/+519
* New set of checks for observer crash.rdsmith@chromium.org2011-08-231-8/+10
* Move MockDownloadManagerDelegate to content since it's used by tests in conte...jam@chromium.org2011-08-234-13/+131
* Remove the last Chrome include from content downloads code. This moves some m...jam@chromium.org2011-08-236-19/+93
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-239-139/+59
* Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...jam@chromium.org2011-08-226-18/+115