RESOLVED FIXED 132494
Implement FormData decoding using KeyedDecoder
https://bugs.webkit.org/show_bug.cgi?id=132494
Summary Implement FormData decoding using KeyedDecoder
Anders Carlsson
Reported 2014-05-02 15:07:45 PDT
Implement FormData decoding using KeyedDecoder
Attachments
Patch (5.20 KB, patch)
2014-05-02 15:09 PDT, Anders Carlsson
thorton: review+
Anders Carlsson
Comment 1 2014-05-02 15:09:44 PDT
Tim Horton
Comment 2 2014-05-02 15:22:48 PDT
Comment on attachment 230706 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=230706&action=review > Source/WebCore/platform/network/FormData.cpp:679 > + if (!decoder.decodeObjects("elements", data->m_elements, [](KeyedDecoder& decoder, FormDataElement& element) { > + return decodeElement(decoder, element); > + })) > + return nullptr; I will note that this looks pretty bizarre.
Anders Carlsson
Comment 3 2014-05-02 15:39:12 PDT
Note You need to log in before you can comment on or make changes to this bug.