Destination is handled as a patch internally, so using URIs in the API means we have to convert to/from URI all the time. We can't change this in the current API, but for simplicity we can allow passing a paths, while still support uris for backwards compatibility. WebKiDownload::created-destination always returns a URI in the old API for compatibilty, but webkit_download_get_destination() only returns a URI when a URI was set with webkit_download_set_destination().
Pull request: https://github.com/WebKit/WebKit/pull/10855
Committed 261002@main (6fea66849a84): <https://commits.webkit.org/261002@main> Reviewed commits have been landed. Closing PR #10855 and removing active labels.
We both forgot to update MiniBrowser. Fix in bug #253202
(In reply to Michael Catanzaro from comment #3) > We both forgot to update MiniBrowser. Fix in bug #253202 Just kidding. It intentionally does not support downloads yet.