Bug 66829 - Change MessageEvent to always have a MessagePortArray (and remove custom binding for ports).
Summary: Change MessageEvent to always have a MessagePortArray (and remove custom bind...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dmitry Lomov
URL:
Keywords:
Depends on: 66789
Blocks: 64629
  Show dependency treegraph
 
Reported: 2011-08-23 17:45 PDT by David Levin
Modified: 2013-04-08 11:32 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-08-23 17:45:06 PDT
Per https://bugs.webkit.org/show_bug.cgi?id=66789#c4
Comment 1 Vineet Chaudhary (vineetc) 2012-04-03 02:25:09 PDT
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.