[Webkit-unassigned] [Bug 98334] New: [EFL][WK2] Enable download with suggested filename on the Minibrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 17:57:43 PDT 2012


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

           Summary: [EFL][WK2] Enable download with suggested filename on
                    the Minibrowser
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com
                CC: demarchi at webkit.org


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).

-- 
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