[webkit-reviews] review granted: [Bug 40184] Remove side effects of form submission and prepare FormDataBuilder for splitting up. : [Attachment 59309] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 22:16:31 PDT 2010


Darin Adler <darin at apple.com> has granted Dimitri Glazkov (Google)
<dglazkov at chromium.org>'s request for review:
Bug 40184: Remove side effects of form submission and prepare FormDataBuilder
for splitting up.
https://bugs.webkit.org/show_bug.cgi?id=40184

Attachment 59309: Patch
https://bugs.webkit.org/attachment.cgi?id=59309&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +	      
m_formDataBuilder.parseEncodingType("application/x-www-form-urlencoded");

Why is it important to call the parse function instead of the set function
here?

r=me


More information about the webkit-reviews mailing list