RESOLVED FIXED233774
Remove the multipart parameter to FormAssociatedElement::appendFormData, InputType::appendFormData and HTMLFormElement::constructEntryList
https://bugs.webkit.org/show_bug.cgi?id=233774
Summary Remove the multipart parameter to FormAssociatedElement::appendFormData, Inpu...
Andreu Botella
Reported 2021-12-02 10:56:13 PST
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.
Attachments
Patch (26.80 KB, patch)
2021-12-02 11:00 PST, Andreu Botella
no flags
Andreu Botella
Comment 1 2021-12-02 11:00:33 PST
EWS
Comment 2 2021-12-02 13:13:09 PST
Committed r286447 (244789@main): <https://commits.webkit.org/244789@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445746 [details].
Radar WebKit Bug Importer
Comment 3 2021-12-02 13:14:23 PST
Note You need to log in before you can comment on or make changes to this bug.