[Webkit-unassigned] [Bug 14997] Support for server-sent DOM events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 17 23:52:02 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14997
------- Comment #4 from sam at webkit.org 2007-08-17 23:52 PDT -------
Some other bindings related issues.
In WebCore/html/HTMLEventSourceElement.idl
+module html {
+ interface [GenerateConstructor] HTMLEventSourceElement : HTMLElement {
+ attribute DOMString src;
+ };
+}
Please put spaces before and after the interface. Also, if you are going to
use the [GenerateConstructor] extended attribute (and therefore generate a JS
constructor) please also add the constructor to DOMWindow.idl. The same goes
for the [GenerateConstructor] in WebCore/dom/MessageEvent.idl
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list