[Webkit-unassigned] [Bug 137299] POST is missing a body after registerSchemeForCustomProtocol
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 8 03:46:25 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137299
Daniel <danielo at opera.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #239465| |review?
Flag| |
--- Comment #14 from Daniel <danielo at opera.com> 2014-10-08 03:46:21 PST ---
Created an attachment (id=239465)
--> (https://bugs.webkit.org/attachment.cgi?id=239465&action=review)
patch part 2
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list