[Webkit-unassigned] [Bug 221549] Empty <input type=file> controls don't show up in the urlencoded and text/plain enctypes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 15 12:10:21 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221549
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 444206
--> https://bugs.webkit.org/attachment.cgi?id=444206
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=444206&action=review
> Source/WebCore/html/FileInputType.cpp:174
> + formData.append(name, "");
I think this should probably be emptyString() instead of "", for better efficiency.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211115/6cfb0e99/attachment.htm>
More information about the webkit-unassigned
mailing list