[webkit-reviews] review requested: [Bug 87384] postMessage and webkitPostMessage should behave the same way : [Attachment 143850] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 10:56:21 PDT 2012


Christophe Dumez <christophe.dumez at intel.com> has asked  for review:
Bug 87384: postMessage and webkitPostMessage should behave the same way
https://bugs.webkit.org/show_bug.cgi?id=87384

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

------- Additional Comments from Christophe Dumez <christophe.dumez at intel.com>
Make postMessage behave the same way as webkitPostMessage, meaning that it
supports transfer of MessagePorts and ArrayBuffers. Both JSC and V8
implementations have been updated, as per Adam Barth's feedback.

Instead of passing 'true' always for extendedTransfer argument, I simply
removed it. It is never used without extended transfer so I thought I would
clean up.


More information about the webkit-reviews mailing list