[Webkit-unassigned] [Bug 233774] New: Remove the multipart parameter to FormAssociatedElement::appendFormData, InputType::appendFormData and HTMLFormElement::constructEntryList
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 2 10:56:13 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233774
Bug ID: 233774
Summary: Remove the multipart parameter to
FormAssociatedElement::appendFormData,
InputType::appendFormData and
HTMLFormElement::constructEntryList
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
Assignee: webkit-unassigned at lists.webkit.org
Reporter: andreu at andreubotella.com
CC: cdumez at apple.com, wenson_hsieh at apple.com
These parameters were only needed because of an optimization where file inputs were being added to the DOMFormData as string values containing their filenames if the entry list was being constructed to be used in a urlencoded or text/plain form submission. This optimization was removed in r286427 and those parameters can now be dropped.
--
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/20211202/e61b72ba/attachment-0001.htm>
More information about the webkit-unassigned
mailing list