[Webkit-unassigned] [Bug 110760] New: WebSpeech: need global speech controller

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 08:10:02 PST 2013


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

           Summary: WebSpeech: need global speech controller
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com
                CC: cfleizach at apple.com


The current implementation of speech synthesis has a queue inside the SpeechSynthesis object that's owned by one DOMWindow. This isn't likely to work very well if multiple windows try to speak at the same time.

I think that the queue needs to be pushed into the WebKit layer so that a multi-process browser can implement a single speech queue.

I filed this bug against the speech API to clarify the exact semantics of what should happen if multiple windows try to speak, but I think that no matter how this is resolved, we'll want at least some global state.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21110

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