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 80410
Speech JavaScript API: add SpeechRecognitionError
https://bugs.webkit.org/show_bug.cgi?id=80410
Summary
Speech JavaScript API: add SpeechRecognitionError
Hans Wennborg
Reported
2012-03-06 05:39:48 PST
Speech JavaScript API: add SpeechRecognitionError
Attachments
Patch
(15.47 KB, patch)
2012-03-06 06:01 PST
,
Hans Wennborg
no flags
Details
Formatted Diff
Diff
Patch
(15.50 KB, patch)
2012-03-06 06:15 PST
,
Hans Wennborg
no flags
Details
Formatted Diff
Diff
Patch
(16.65 KB, patch)
2012-03-06 07:34 PST
,
Hans Wennborg
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Hans Wennborg
Comment 1
2012-03-06 06:01:36 PST
Created
attachment 130366
[details]
Patch
Hans Wennborg
Comment 2
2012-03-06 06:15:39 PST
Created
attachment 130369
[details]
Patch Rebase
Satish Sampath
Comment 3
2012-03-06 06:50:31 PST
Comment on
attachment 130369
[details]
Patch
> Source/WebCore/Modules/speech/SpeechRecognitionError.h: 52 > Kind code() { return m_kind; }
Should the type be named as 'Code' and the variable m_code so that this getter actually gets the parameter with that name?
> LayoutTests/fast/speech/scripted/speechrecognitionerror-basics.html: 12 > shouldBeTrue("'webkitSpeechRecognitionError' in self");
using 'self' works here but perhaps it would be clearer to use 'window' instead?
Hans Wennborg
Comment 4
2012-03-06 07:34:06 PST
(In reply to
comment #3
)
> (From update of
attachment 130369
[details]
) > > Source/WebCore/Modules/speech/SpeechRecognitionError.h: 52 > > Kind code() { return m_kind; } > > Should the type be named as 'Code' and the variable m_code so that this getter actually gets the parameter with that name?
Done.
> > > LayoutTests/fast/speech/scripted/speechrecognitionerror-basics.html: 12 > > shouldBeTrue("'webkitSpeechRecognitionError' in self"); > > using 'self' works here but perhaps it would be clearer to use 'window' instead?
Done.
Hans Wennborg
Comment 5
2012-03-06 07:34:31 PST
Created
attachment 130381
[details]
Patch
Satish Sampath
Comment 6
2012-03-06 07:36:31 PST
looks good to me
Adam Barth
Comment 7
2012-03-06 10:22:24 PST
Comment on
attachment 130381
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=130381&action=review
Looks great. Thanks!
> Source/WebCore/ChangeLog:8 > + Add SpeechRecognitionError.
Can you add a link to the spec? That will help folks who look at this change later.
Adam Barth
Comment 8
2012-03-06 10:23:03 PST
> Can you add a link to the spec? That will help folks who look at this change later.
Please feel free to ignore this comment on this change, but for the upcoming changes, it would be nice to link to the spec.
WebKit Review Bot
Comment 9
2012-03-06 11:23:33 PST
Comment on
attachment 130381
[details]
Patch Clearing flags on attachment: 130381 Committed
r109938
: <
http://trac.webkit.org/changeset/109938
>
WebKit Review Bot
Comment 10
2012-03-06 11:23:38 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