[Webkit-unassigned] [Bug 61862] EventSource should support CORS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 22 14:34:06 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=61862





--- Comment #37 from Per-Erik Brodin <per-erik.brodin at ericsson.com>  2011-12-22 14:34:05 PST ---
(In reply to comment #35)
> (From update of attachment 120316 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=120316&action=review
> 
> > Source/WebCore/page/EventSource.idl:38
> > +        Constructor(in DOMString url, in [Optional] EventSourceInit eventSourceInit),
> 
> Ah, I see.  The spec uses EventSourceInit here.  Yeah, the code generator should be able to handle all of this for you.  No custom bindings needed.

EventSourceInit is a WebIDL dictionary. I don't think that this is supported by the code generators other than specifically for the event constructors, using a "constructor template". In case I'm mistaken, could you advise me on the proper WebKit WebIDL syntax to have the bindings automatically generated? It would be great if we could avoid the custom bindings.

-- 
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