Bug 66829
Summary: | Change MessageEvent to always have a MessagePortArray (and remove custom binding for ports). | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Levin <levin> |
Component: | DOM | Assignee: | Dmitry Lomov <dslomov> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | cmarcelo, code.vineet, dslomov, haraken, kbr |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 66789 | ||
Bug Blocks: | 64629 |
David Levin
Per https://bugs.webkit.org/show_bug.cgi?id=66789#c4
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Vineet Chaudhary (vineetc)
Hi Dmitry Lomov,
From the comment https://bugs.webkit.org/show_bug.cgi?id=66789#c4
"It also seems to me we could change things so a MessageEvent always has a MessagePortArray in it, and then we might not need a custom binding at all!"
I am cleaning up custom bindings code for the attributes of type Array. MessageEvent.idl is also in this list.
But first I think we should make change MessageEvent to have a MessagePortArray in it. Can you please provide feedback on this.