Downloading blob in Chrome for Android fails |
||||||
Issue descriptionChrome: 60.0.3076.0 Android: 7.1.2 What steps will reproduce the problem? (1) Go to https://beaufortfrancois.github.io/sandbox/media/blob-save-demo.html (2) Type "blabla" (3) Click "Save text" What is the expected result? A file containing "blabla" should be downloaded. What happens instead? "Downloading..." toast shows up and that's all
,
Apr 26 2017
,
Apr 26 2017
+dtrainor@
,
Apr 27 2017
,
Apr 28 2017
You can also use https://googlechrome.github.io/samples/file-constructor/ to test blob downloads.
,
Apr 28 2017
adb logs give me this error: E cr_DownloadDelegate: Error calling the needed method. See https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerDelegate.java?type=cs&q=%22Error+calling+the+needed+method%22+package:%5Echromium$&l=113
,
May 15 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/57bb4b6713175b902e2c4e19df6df3872d69e885 commit 57bb4b6713175b902e2c4e19df6df3872d69e885 Author: qinmin <qinmin@chromium.org> Date: Mon May 15 19:16:34 2017 Fix an issue that download fails for non-http(s) protocols DownloadManager.addCompletedDownload() only supports http/https uri or null This CL converts all non http/https uri to null BUG= 714126 Review-Url: https://codereview.chromium.org/2876853007 Cr-Commit-Position: refs/heads/master@{#471860} [modify] https://crrev.com/57bb4b6713175b902e2c4e19df6df3872d69e885/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerDelegate.java
,
May 15 2017
,
May 16 2017
Verified on 60.0.3101.3 build |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by avayvod@chromium.org
, Apr 21 2017