RESOLVED FIXED Bug 150900
Regression(r188820): Downloads of data URLs is broken
https://bugs.webkit.org/show_bug.cgi?id=150900
Summary Regression(r188820): Downloads of data URLs is broken
Gordon Sheridan
Reported 2015-11-04 12:17:22 PST
As of http://trac.webkit.org/changeset/188820 clicking on a link like this: <a href="data:application/zip;base64,UEsDBAoAAAAAANuBTUefqBf4BAAAAAQAAAAHABwAb25lLnR4dFVUCQADbpAdVjmRHVZ1eAsAAQT2AQAABBQAAABvbmUKUEsBAh4DCgAAAAAA24FNR5+oF/gEAAAABAAAAAcAGAAAAAAAAQAAAKSBAAAAAG9uZS50eHRVVAUAA26QHVZ1eAsAAQT2AQAABBQAAABQSwUGAAAAAAEAAQBNAAAARQAAAAAA">href=data URL</a> ...no longer downloads the data as a file. The r188820 commit was for https://bugs.webkit.org/show_bug.cgi?id=148128
Attachments
patch (2.04 KB, patch)
2015-11-13 16:56 PST, Antti Koivisto
no flags
patch (2.07 KB, patch)
2015-11-13 16:57 PST, Antti Koivisto
no flags
Radar WebKit Bug Importer
Comment 1 2015-11-04 13:05:17 PST
Chris Dumez
Comment 2 2015-11-05 16:01:19 PST
Likely a MIME type detection problem?
Chris Dumez
Comment 3 2015-11-05 16:10:06 PST
(In reply to comment #2) > Likely a MIME type detection problem? Nope, MIME type is correctly detected as application/zip.
Antti Koivisto
Comment 4 2015-11-13 16:56:21 PST
Antti Koivisto
Comment 5 2015-11-13 16:57:39 PST
WebKit Commit Bot
Comment 6 2015-11-14 21:23:11 PST
Comment on attachment 265518 [details] patch Clearing flags on attachment: 265518 Committed r192458: <http://trac.webkit.org/changeset/192458>
WebKit Commit Bot
Comment 7 2015-11-14 21:23:16 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.