|
Introducing new data types and IPC messages for scripted JS speech recognition APIs (Speech CL2.0)
Furthermore GoogleOneShotRemoteEngineConfig struct has been renamed and moved into the (more generic) SpeechRecognitionEngineConfig, that will be shared with the streaming recognition engine implementation.
BUG= 116954
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137141
Total comments: 17
Total comments: 25
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+149 lines, -62 lines) |
Patch |
 |
M |
chrome/browser/speech/speech_input_extension_apitest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/speech/google_one_shot_remote_engine.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/google_one_shot_remote_engine.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/input_tag_speech_dispatcher_host.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognition_browsertest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognition_engine.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+26 lines, -5 lines |
0 comments
|
Download
|
 |
A |
content/browser/speech/speech_recognition_engine.cc
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognition_manager_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognizer_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognizer_impl_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/speech_recognition_event_listener.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/speech_recognition_session_config.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/speech_recognition_session_config.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/speech_recognition_session_context.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/public/common/speech_recognition_error.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
A |
content/public/common/speech_recognition_grammar.h
|
View
|
1
2
3
4
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/speech_recognition_result.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/speech_recognition_result.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|