[Webkit-unassigned] [Bug 28499] Inspector: EventListeners on Nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 12:36:53 PDT 2009


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





--- Comment #1 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-08-20 12:36:53 PDT ---
My current implementation depends on the fact that JSC has a few functions
inside EventListener.h behind the USE(JSC) guard.  This makes it easy to access
the JSObject function for JSC.  However, for v8 there is no such function, and
I don't see any easy way to grab a function for it.  As of now, I took a
non-custom approach in hopes of finding/writing a generic way to do this.  I
will throw up a patch for discussion.

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