summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of debug assert I accidently added in r97506, since ContentBrowserCli...jam@chromium.org2011-08-221-12/+8
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-229-95/+124
* Get rid of Profile usage in the content download code, and switch to BrowserC...jam@chromium.org2011-08-223-120/+26
* Move DownloadPrefs ownership to chrome layer.jam@chromium.org2011-08-192-9/+2
* Move simple download calls to chrome code to use ContentBrowserClient interface.jam@chromium.org2011-08-194-64/+63
* Revert 97477 - Move simple download calls to chrome code to use ContentBrowse...wez@chromium.org2011-08-193-60/+61
* Move simple download calls to chrome code to use ContentBrowserClient interface.jam@chromium.org2011-08-193-61/+60
* Make the core download content ask the delegate whether it needs to generate ...jam@chromium.org2011-08-192-13/+5
* Have BaseFile ask the embedder for the default download directory.jam@chromium.org2011-08-181-5/+13
* Make content not know that the browser chrome updates the download progress i...jam@chromium.org2011-08-176-49/+43
* Move download UMA functions to their own file in content. Also fire the chrom...jam@chromium.org2011-08-164-9/+238
* Move download_manager_delegate.h to content. I forgot to move this earlier.jam@chromium.org2011-08-164-6/+60
* Factor out dependncy on download throttling from core download code.jam@chromium.org2011-08-161-1/+0
* Move DownloadResourceHandler to content.jam@chromium.org2011-08-162-0/+365
* Move the core download files to content.jam@chromium.org2011-08-1524-3/+4610
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Removal of Profile from content part 7.avi@chromium.org2011-08-093-5/+5