[Webkit-unassigned] [Bug 43922] Support for multiple speech enabled elements in same page.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 07:51:06 PDT 2010


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





--- Comment #3 from Satish Sampath <satish at chromium.org>  2010-08-13 07:51:06 PST ---
> I guess it's more complicated because you could have multiple
> doing processing while another is recording and so on

That is correct, and this patch gets these cases working.

Jeremy and I discussed this more, and the map of IDs<->listeners seems like the right way to go so that if an input element gets destroyed and that memory was reallocated for another of the same type, we don't accidentally forward invalid callbacks to the new one.

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