[Webkit-unassigned] [Bug 115955] Implement .onended event listener for AudioBufferSourceNode and OscillatorNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 11 19:58:39 PDT 2013


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





--- Comment #4 from Praveen Jadhav <praveen.j at samsung.com>  2013-05-11 19:57:04 PST ---
(In reply to comment #3)
> (From update of attachment 201454 [details])
> Thanks Praveen, but we're working on a separate patch to simply make AudioNode an EventTarget.  Then we need to create special optimized code to not fire an event if there are no event listeners to avoid calling callOnMainThread()

That would be really nice not to call callOnMainThread() unnecessarily if event listener isn't present. As of now, ScriptProcessorNode too has this issue and can be avoided with your approach. Will wait for your patch.. :-)

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