[Webkit-unassigned] [Bug 24786] WebKitDownload sometimes suggests peculiar filenames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 07:23:16 PDT 2009


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


xan.lopez at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29257|review?                     |review+
               Flag|                            |




------- Comment #12 from xan.lopez at gmail.com  2009-05-06 07:23 PDT -------
(From update of attachment 29257)
> +    if (!response.isNull() && !response.suggestedFilename().isEmpty()) {
> +        g_debug("suggested filename exists!");
> +        webkit_download_set_suggested_filename(download, response.suggestedFilename().utf8().data());
> +    }
> +

I guess you want to lose the g_debug. Looks good otherwise.


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



More information about the webkit-unassigned mailing list