WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-05-02 15:09:44 PDT
Created
attachment 230706
[details]
Patch
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
Committed
r168199
: <
http://trac.webkit.org/changeset/168199
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug