[webkit-reviews] review requested: [Bug 87384] [JSC] postMessage should support transfer of MessagePorts : [Attachment 143812] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 06:25:11 PDT 2012


Christophe Dumez <christophe.dumez at intel.com> has asked  for review:
Bug 87384: [JSC] postMessage should support transfer of MessagePorts
https://bugs.webkit.org/show_bug.cgi?id=87384

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

------- Additional Comments from Christophe Dumez <christophe.dumez at intel.com>
The new expected global result for fast/dom/Window/window-postmessage-args.html
is now closer to the one for Chromium. The remaining diff is:
3,8c3,8
< PASS: Posting message ('1', 1): threw exception TypeError: Type error
< PASS: Posting message ('1', 1): threw exception TypeError: Type error
< PASS: Posting message ('2', c): threw exception TypeError: Type error
< PASS: Posting message ('2', c): threw exception TypeError: Type error
< PASS: Posting message ('3', [object Object]): threw exception TypeError: Type
error
< PASS: Posting message ('3', [object Object]): threw exception TypeError: Type
error
---
> PASS: Posting message ('1', 1): threw exception TypeError: TransferArray
argument must be an object
> PASS: Posting message ('1', 1): threw exception TypeError: TransferArray
argument must be an object
> PASS: Posting message ('2', c): threw exception TypeError: TransferArray
argument must be an object
> PASS: Posting message ('2', c): threw exception TypeError: TransferArray
argument must be an object
> PASS: Posting message ('3', [object Object]): threw exception TypeError:
TransferArray argument has no length attribute
> PASS: Posting message ('3', [object Object]): threw exception TypeError:
TransferArray argument has no length attribute


More information about the webkit-reviews mailing list