[Webkit-unassigned] [Bug 98334] [EFL][WK2] Fix destination path when download with suggested filename on the Minibrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 21:52:11 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98334





--- Comment #5 from Christophe Dumez <christophe.dumez at intel.com>  2012-10-03 21:52:36 PST ---
(In reply to comment #0)
> Currently, when try to download any file on EFL Minibrowser, the destination path becomes "file://".
> That's because decideDestinationWithSuggestedFilename (ewk_context_download_client.cpp) sets the download->suggested_filename with passed file name,
> then use the download->destination that is blank.
> In this case, the destination path should be "file://" + (destination folder) + (suggested file name).

This is because MiniBrowser probably does not handle the download signals. It is the browser's task to set the destination path (possible using the suggested file name). I believe you should do this in Minibrowser instead. Please read the doc the download signals on EwkView. If the browser does not set a destination path, I believe the default behavior is not to download anything (thus the empty save path).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list