Bug 107266

Summary: [chromium] move speech related methods to TestRunner library
Product: WebKit Reporter: jochen
Component: Tools / TestsAssignee: jochen
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dcarney, dglazkov, fishd, jamesr, tkent+wkapi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91308    
Attachments:
Description Flags
Patch
none
Patch for landing none

jochen
Reported 2013-01-18 05:42:16 PST
Move void addMockSpeechInputResult(const CppArgumentList&, CppVariant*); void setMockSpeechInputDumpRect(const CppArgumentList&, CppVariant*); void addMockSpeechRecognitionResult(const CppArgumentList&, CppVariant*); void setMockSpeechRecognitionError(const CppArgumentList&, CppVariant*); void wasMockSpeechRecognitionAborted(const CppArgumentList&, CppVariant*);
Attachments
Patch (14.79 KB, patch)
2013-01-20 03:42 PST, jochen
no flags
Patch for landing (14.95 KB, patch)
2013-01-20 11:20 PST, jochen
no flags
jochen
Comment 1 2013-01-20 03:42:12 PST
WebKit Review Bot
Comment 2 2013-01-20 03:43:47 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Adam Barth
Comment 3 2013-01-20 09:54:19 PST
Comment on attachment 183663 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=183663&action=review > Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h:110 > +#if ENABLE(INPUT_SPEECH) We don't usually put ENABLE macros in public header files. The consumers of these headers on the Chromium side won't know what features are enabled.
jochen
Comment 4 2013-01-20 11:20:22 PST
Created attachment 183678 [details] Patch for landing
WebKit Review Bot
Comment 5 2013-01-20 12:17:52 PST
Comment on attachment 183678 [details] Patch for landing Clearing flags on attachment: 183678 Committed r140277: <http://trac.webkit.org/changeset/140277>
WebKit Review Bot
Comment 6 2013-01-20 12:17:56 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.