[Webkit-unassigned] [Bug 42367] New: Speech input plumbing in webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 06:43:54 PDT 2010


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

           Summary: Speech input plumbing in 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 in WebKit:
- interface WebSpeechInputClient under chromium/public, implemented by the embedder and callable by WebKit
- interface WebSpeechInputClientListener under chromium/public, implemented by WebKit and callable by the embedder
- class SpeechInputClientImpl under chrome/src which acts as a bi-directional channel between WebCore and the embedder for speech input

In the next patch I'll be adding a mock implementation of SpeechInputClientImpl, LayoutTestController additions and relevant layout tests.

All possible code changes are behind the speech input compile time flag (disabled by default).

More information about the speech input API proposal can be found in the following links:
 Parent bug: https://bugs.webkit.org/show_bug.cgi?id=39485
 Full API proposal: https://docs.google.com/View?id=dcfg79pz_5dhnp23f5
 Relevant discussions in the WHATWG list:
  - http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-May/026338.html
  - http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-June/026747.html

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