RESOLVED FIXED Bug 72500
[GTK] Use a URI instead of local path to create download destination in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=72500
Summary [GTK] Use a URI instead of local path to create download destination in WebKit2
Carlos Garcia Campos
Reported 2011-11-16 06:38:43 PST
We should expect a URI instead of a local path for the destination.
Attachments
Patch (2.00 KB, patch)
2011-11-16 06:41 PST, Carlos Garcia Campos
pnormand: review+
Carlos Garcia Campos
Comment 1 2011-11-16 06:41:56 PST
Philippe Normand
Comment 2 2011-11-16 06:47:14 PST
Comment on attachment 115371 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=115371&action=review Looks good! Maybe consider the following nit :) > Source/WebKit2/WebProcess/Downloads/soup/DownloadSoup.cpp:69 > + downloadFailed(downloadDestinationError(response, _("Cannot determine destination URI"))); What about mentioning the value of the suggestedFilename?
Martin Robinson
Comment 3 2011-11-16 08:51:20 PST
Comment on attachment 115371 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=115371&action=review >> Source/WebKit2/WebProcess/Downloads/soup/DownloadSoup.cpp:69 > > What about mentioning the value of the suggestedFilename? I think this is a good idea! _ seems to accept standard printf format parameters.
Carlos Garcia Campos
Comment 4 2011-11-16 23:59:22 PST
Note You need to log in before you can comment on or make changes to this bug.