[webkit-reviews] review denied: [Bug 25649] [webkit-gtk] Wrong handling of file upload if no file selected : [Attachment 30244] Patch against WebKit-GTK 1.1.6 for correct handling of file uploads in form

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 11:34:35 PDT 2009


Gustavo Noronha (kov) <gns at gnome.org> has denied Stephan Haller
<nomad at froevel.de>'s request for review:
Bug 25649: [webkit-gtk] Wrong handling of file upload if no file selected
https://bugs.webkit.org/show_bug.cgi?id=25649

Attachment 30244: Patch against WebKit-GTK 1.1.6 for correct handling of file
uploads in form
https://bugs.webkit.org/attachment.cgi?id=30244&action=review

------- Additional Comments from Gustavo Noronha (kov) <gns at gnome.org>
> +    if (pathName.isEmpty())
> +	    return path;
> +

This is wrong. There's no 'path' in this context, it seems.


More information about the webkit-reviews mailing list