[Webkit-unassigned] [Bug 41518] New: Speech input plumbing in webcore and webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 04:05:03 PDT 2010


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

           Summary: Speech input plumbing in webcore and webkit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: satish at chromium.org


Adds the following:
- a SpeechInput class in WebCore to be used by the speech enabled HTML elements (which implement SpeechInputElementListener)
- a SpeechInputClient interface (defined in WebCore, implemented by WebKit) for WebCore to call into WebKit. This is available as a member of WebCore::Page, set by the platforms which support speech input.
- a SpeechInputListener interface for WebCore to receive events from WebKit

Also adds a click handler to the speech button which uses the above, and testing code with related DumpRenderTree additions and a layout test.

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