summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Check for null widget in DragDownload which is causing the crash in the bug.varunjain@chromium.org2012-03-281-0/+5
* Update comment for SavePackageFilePickerChromeOS irregularity.achuith@chromium.org2012-03-281-1/+3
* Normalize download file name on chromeostbarzic@chromium.org2012-03-272-2/+10
* GData save package support with MHTML.achuith@chromium.org2012-03-274-30/+195
* ui/gfx: Remove the deprecated "operator const SkBitmap&" from Image API.tfarina@chromium.org2012-03-271-1/+1
* aura: Enable drag/drop from the downloads tray.varunjain@chromium.org2012-03-271-11/+14
* Remove Browser dependency in ChromeDownloadManagerDelegate for Android.nileshagrawal@chromium.org2012-03-251-2/+11
* Disable downloads from "file:" or "data:" URLs.rdsmith@chromium.org2012-03-241-0/+74
* Mark GData downloads as temporary.asanka@chromium.org2012-03-242-2/+11
* Show GData upload progress in the download shelf.asanka@chromium.org2012-03-233-7/+53
* Remove resource_request_info_impl.h dependency from chrome. This also makes b...jam@chromium.org2012-03-231-19/+11
* get rid of old options pagesestade@chromium.org2012-03-231-2/+1
* gdata: Remove parasites from GDataFileSystem.satorux@chromium.org2012-03-221-4/+5
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-1/+0
* Add .ocx to the list of dangerous extensionsasanka@chromium.org2012-03-221-1/+1
* Wired download pipeline with the gdata cache and virtual file system layer.zelidrag@chromium.org2012-03-222-17/+23
* ui/gfx: Remove the deprecated "operator const SkBitmap*" from Image API.tfarina@chromium.org2012-03-211-1/+1
* Handle uncommon download verdict for safebrowsing download protection.mattm@chromium.org2012-03-161-4/+14
* Use a single condition for checking whether a download is dangerous.asanka@chromium.org2012-03-162-9/+55
* Add new danger type for uncommon or unknown downloads.asanka@chromium.org2012-03-163-3/+24
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Add .local and .manifest to the list of dangerous extensionsasanka@chromium.org2012-03-151-1/+3
* Test file errors in downloads.ahendrickson@chromium.org2012-03-141-109/+353
* Move active_downloads_ui.* to chrome/browser/ui/webui/chromeosasanka@chromium.org2012-03-142-3/+3
* Disable DownloadsTest.AutoOpen on Linux.marja@chromium.org2012-03-141-1/+8
* Added read-only file error test.ahendrickson@chromium.org2012-03-141-4/+77
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-3/+3
* Rewrite DownloadManagerImpl::InProgressCount to actually look at the items' s...benjhayden@chromium.org2012-03-131-1/+1
* Move download_types.h to content/public and rename it to match the one struct...jam@chromium.org2012-03-134-8/+6
* content: Start moving url_constants.{h,cc} to content namespace.tfarina@chromium.org2012-03-131-2/+2
* Add explicit content deps for chrome/test.joi@chromium.org2012-03-131-0/+1
* Use WebContentsDelegate::CanDownload to intercept file downloads on Android.nileshagrawal@chromium.org2012-03-135-9/+23
* Added callback to DownloadUrl() so we can find download failures where the do...ahendrickson@chromium.org2012-03-123-4/+107
* Move all the test URLRequestJobs to content/test/net.jam@chromium.org2012-03-124-9/+25
* Move 'More info' action into DownloadProtectionServiceasanka@chromium.org2012-03-121-10/+18
* Fixed issue with DownloadTestObserver.ahendrickson@chromium.org2012-03-124-80/+250
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-123-11/+10
* Move DownloadPersistentStoreInfo to content\public\browser and into the conte...jam@chromium.org2012-03-114-4/+8
* Consolidate downloads-related methods in GDataDownloadObserver.achuith@chromium.org2012-03-101-1/+2
* If the danger state for the download has already been set to DANGER_URL, don'...asanka@chromium.org2012-03-101-15/+19
* Remove download_file_manager.h include from chrome. It was there because of a...jam@chromium.org2012-03-101-68/+4
* Use a scoped_refptr for DownloadManager member pointer.achuith@chromium.org2012-03-093-20/+6
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-1/+1
* Download file picker changes for saving into gdata.achuith@chromium.org2012-03-086-7/+158
* Move download interrupt reasons to content\public (the enum that's used by ch...jam@chromium.org2012-03-082-12/+14
* Get rid of download_create_info.h entry in DEPS, it's not actually needed.jam@chromium.org2012-03-071-2/+0
* Add a DownloadItem::SetDangerType().asanka@chromium.org2012-03-072-5/+5
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-063-3/+3
* Refactor dangerous download warning text generation into DownloadItemModel.asanka@chromium.org2012-03-063-21/+109