[webkit-reviews] review requested: [Bug 137299] POST is missing a body after registerSchemeForCustomProtocol : [Attachment 239465] patch part 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 8 03:46:24 PDT 2014


Daniel <danielo at opera.com> has asked  for review:
Bug 137299: POST is missing a body after registerSchemeForCustomProtocol
https://bugs.webkit.org/show_bug.cgi?id=137299

Attachment 239465: patch part 2
https://bugs.webkit.org/attachment.cgi?id=239465&action=review

------- Additional Comments from Daniel <danielo at opera.com>
Please check out an update - patch part 2. Now request body is serialized only
in the IPC message "CustomProtocolManagerProxy::StartLoading" (a message that's
sent to initiate a resource loading in another process). In all other cases it
works like before, that is the body is stripped.
That's a rough implementation I'm sure there will be some review comments, so I
didn't make a proper single patch with changelogs, sorry for that.


More information about the webkit-reviews mailing list