[webkit-dev] Creating custom DOM events

2009-04-07 Thread Ross Lillie
I have external C++ code that I'm exposing to the JavaScript runtime. I'd also like my external code to be able to dispatch custom events via the DOM event mechanism. For example Now, if I'm beginning to understand Webkit (which is doubtful) it seems that I need to somehow create a new att

Re: [webkit-dev] Creating custom DOM events

2009-04-07 Thread Alexey Proskuryakov
On 08.04.2009, at 3:10, Ross Lillie wrote: The public interfaces in WebKit don't appear to provide the functionality I need. The private interfaces in WebCore appear that they might. Am I on the right track? WebCore internal methods are subject to frequent changes, so calling