summaryrefslogtreecommitdiffstats
path: root/content/public/android/java/src/org/chromium/content/browser/DownloadController.java
Commit message (Expand)AuthorAgeFilesLines
* Switch to use download GUID to indentify download itemsqinmin2016-03-261-18/+25
* Allow interrupted download to auto resumeqinmin2016-03-241-64/+86
* Revert "Allow interrupted download to auto resume".dgozman2016-03-231-86/+64
* Allow interrupted download to auto resumeqinmin2016-03-231-64/+86
* Passing original and referrer url of a download to the embedderqinmin2016-03-221-1/+3
* Separate download cancel handling from download failureqinmin2016-02-111-3/+23
* add pause button for resumable in-progress downloads.qinmin2016-02-101-1/+2
* Add resume button to paused download notifications and support download resum...qinmin2016-01-191-3/+5
* Remove the assumption that grantResults array is not empty.mariakhomenko2015-10-211-2/+2
* Enhance androind runtime permission handling for downloads.tedchoc2015-10-031-15/+30
* Switch to the unified permission checking for android storage.tedchoc2015-08-251-6/+10
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* Refactor the code to handle auto open after download completesqinmin2015-07-301-2/+5
* Prompt user for file access permission before download startsqinmin2015-07-071-0/+30
* Fix Java indentation issues.aurimas2014-10-151-12/+12
* Chrome Android PDF Downloads: Pass in HasUserGesture param to Java side.tommycli@chromium.org2014-07-301-1/+3
* Make DownloadController singleton instance thread safe.wajahat.s@samsung.com2014-07-161-4/+1
* Pass the filename obtained from content-disposition header for downloadjinsukkim@chromium.org2014-02-081-1/+2
* Fixing Java style issues in content/aurimas@chromium.org2013-12-111-2/+2
* [Android] Expose download progress updates to Java.shashishekhar@chromium.org2013-11-221-7/+40
* Cleaning up code style in content/ .java files.aurimas@chromium.org2013-11-191-2/+2
* [Android] Prepare for Download UI changes.shashishekhar@chromium.org2013-11-091-20/+31
* fix a problem that download dangerous files in a blank page can fail with aut...qinmin@chromium.org2013-06-041-11/+37
* Add handler to handle dangerous download itemsqinmin@chromium.org2013-04-241-0/+12
* Adding a call to support download initiated context menuqinmin@chromium.org2013-04-161-7/+8
* [Android] Use generated JNI bindings for Download Controlleryfriedman@chromium.org2013-03-131-2/+1
* Remove ununsed method from android DownloadControllernileshagrawal@chromium.org2012-11-081-6/+0
* Move DownloadListener handling out to webview layerjoth@chromium.org2012-10-131-15/+4
* Pass along referer http header with the download request.nileshagrawal@chromium.org2012-09-041-5/+4
* Annotate some Java classes with @JNINamespace("content").pliard@chromium.org2012-07-131-0/+2
* Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedd...tedchoc@chromium.org2012-07-111-5/+5
* Revert 146000 - Split out ContentViewCore from ContentView for embedders.ericu@google.com2012-07-111-5/+5
* Split out ContentViewCore from ContentView for embedders.tedchoc@chromium.org2012-07-111-5/+5
* Move java files into src parent directory.navabi@google.com2012-06-261-0/+101