|
Adds chromium side plumbing to pass speech input calls back and forth with WebKit.
Please advise if any of the code needs to be within "#if ENABLE_INPUT_SPEECH", since most of the speech input code in webkit is under "#if ENABLE(INPUT_SPEECH)"
- Created renderer/SpeechInputDispatcher, implements WebKit::WebSpeechInputController which is used by WebView for invoking speech input.
- Created browser/speech/SpeechInputDispatcherHost to receive IPC messages from the above SpeechInputDispatcher. Nothing done yet apart from receiving the messages.
- Creates new directory chrome/browser/speech, this will be used for SpeechInputDispatcherHost, network based speech recognizer, speech audio recording/buffering code as well as speech output (Text-to-speech) code in future.
BUG=none
TEST=browser_tests --gtest_filter=SpeechInputBrowserTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54981
Total comments: 2
Total comments: 25
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+534 lines, -1 line) |
Patch |
 |
M |
chrome/browser/renderer_host/resource_message_filter.h
|
View
|
1
2
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/speech/speech_input_browsertest.cc
|
View
|
2
3
|
1 chunk |
+102 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chrome/browser/speech/speech_input_dispatcher_host.h
|
View
|
1
2
|
1 chunk |
+65 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chrome/browser/speech/speech_input_dispatcher_host.cc
|
View
|
1
2
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/speech/speech_input_manager.h
|
View
|
2
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/speech/speech_input_manager.cc
|
View
|
2
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
1
2
|
2 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
1
2
|
4 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/speech_input_dispatcher.h
|
View
|
1
2
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/speech_input_dispatcher.cc
|
View
|
1
2
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/speech/basic_recognition.html
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|