[webkit-reviews] review granted: [Bug 40947] REGRESSION (r57544): XMLHttpRequest POSTed multipart/form-data wrongfully gets a charset appended : [Attachment 66149] proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 19:24:36 PDT 2010


Adam Barth <abarth at webkit.org> has granted Alexey Proskuryakov
<ap at webkit.org>'s request for review:
Bug 40947: REGRESSION (r57544): XMLHttpRequest POSTed multipart/form-data
wrongfully gets a charset appended
https://bugs.webkit.org/show_bug.cgi?id=40947

Attachment 66149: proposed fix
https://bugs.webkit.org/attachment.cgi?id=66149&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context:
https://bugs.webkit.org/attachment.cgi?id=66149&action=prettypatch

> WebCore/xml/XMLHttpRequest.cpp:136
> +static void replaceCharsetInMediaType(String& mediaType, const String&
charsetValue)
>  {
>      unsigned int pos = 0, len = 0;
Declare on separate lines?


More information about the webkit-reviews mailing list