[Webkit-unassigned] [Bug 35703] Add support for DOM Level 3 Custom Event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 3 15:09:44 PST 2010


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org




--- Comment #6 from Sam Weinig <sam at webkit.org>  2010-03-03 15:09:44 PST ---
A couple of comments.
- What is the use case for Custom Events?
- Do any other browsers support it?
- Instead of storing a DOMObject, this should probably store a protected
JSValue, or a JSValue that is explicitly marked. You should also think about
how this should work with other bindings.
- This probably needs at least one test that tests the garbage collection
aspect of this, making sure the detail object is kept alive by the event.

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