WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 107266
[chromium] move speech related methods to TestRunner library
https://bugs.webkit.org/show_bug.cgi?id=107266
Summary
[chromium] move speech related methods to TestRunner library
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
Details
Formatted Diff
Diff
Patch for landing
(14.95 KB, patch)
2013-01-20 11:20 PST
,
jochen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
jochen
Comment 1
2013-01-20 03:42:12 PST
Created
attachment 183663
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug