[Webkit-unassigned] [Bug 42603] Add a mock and LayoutTestController bindings for speech input.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 02:01:27 PDT 2010


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





--- Comment #9 from Satish Sampath <satish at chromium.org>  2010-07-28 02:01:27 PST ---
Thanks Steve.

> One problem with this approach, however, is how to handle interfaces
> that use WebCore types as method arguments

This is already happening in my patch, as WebCore::SpeechInputClientMock::setRecognitionResult takes in a WebCore::String and layoutTestController passes in a WebKit::WebString to the webkit mock wrapper, with conversion being done in webkit (transparently).

> has methods which use the WebCore DeviceOrientation type

In this case wouldn't you have to do a conversion in the WebKit mock, since DRT shouldn't access the WebCore types anyway?

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