Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Issue 4119004: Add ability to parse multiple recognition results and send them to WebKit. (Closed)

Created:
10 years, 1 month ago by Satish
Modified:
9 years, 7 months ago
Reviewers:
bulach
CC:
chromium-reviews, brettw-cc_chromium.org, ben+cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add ability to parse multiple recognition results and send them to WebKit. The relevant Webkit change was submitted earlier: http://bugs.webkit.org/show_bug.cgi?id=48068 The unit tests have been updated for the multi-results case as well. BUG=none TEST=unit_tests --gtest_filter=Speech* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63891

Patch Set 1 #

Total comments: 12

Patch Set 2 : Move header to chrome/common and address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -52 lines) Patch
M chrome/browser/speech/speech_input_browsertest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/speech/speech_input_dispatcher_host.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/speech/speech_input_dispatcher_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/speech_input_manager.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/speech/speech_input_manager.cc View 1 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/speech/speech_recognition_request.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/speech/speech_recognition_request.cc View 1 3 chunks +37 lines, -20 lines 0 comments Download
M chrome/browser/speech/speech_recognition_request_unittest.cc View 1 3 chunks +13 lines, -6 lines 0 comments Download
M chrome/browser/speech/speech_recognizer.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/speech/speech_recognizer.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/speech/speech_recognizer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/common/render_messages.cc View 1 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 chunks +2 lines, -1 line 0 comments Download
A chrome/common/speech_input_result.h View 1 chunk +33 lines, -0 lines 0 comments Download
M chrome/renderer/speech_input_dispatcher.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/speech_input_dispatcher.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Satish
10 years, 1 month ago (2010-10-26 09:35:17 UTC) #1
bulach
LGTM I have one suggestion that may clarify "results": from my point of view, the ...
10 years, 1 month ago (2010-10-26 10:56:01 UTC) #2
Satish
http://codereview.chromium.org/4119004/diff/1/7 File chrome/browser/speech/speech_input_result.h (right): http://codereview.chromium.org/4119004/diff/1/7#newcode14 chrome/browser/speech/speech_input_result.h:14: struct SpeechInputResult { On 2010/10/26 10:56:01, bulach wrote: > ...
10 years, 1 month ago (2010-10-26 11:25:22 UTC) #3
bulach
http://codereview.chromium.org/4119004/diff/1/7 File chrome/browser/speech/speech_input_result.h (right): http://codereview.chromium.org/4119004/diff/1/7#newcode14 chrome/browser/speech/speech_input_result.h:14: struct SpeechInputResult { On 2010/10/26 11:25:22, Satish wrote: > ...
10 years, 1 month ago (2010-10-26 12:02:54 UTC) #4
Satish
10 years, 1 month ago (2010-10-26 14:38:37 UTC) #5
I have made the naming changes that we discussed in person and uploaded a new
patch, passing in try bots fine now. Will land shortly. Thanks for the quick
review.

Powered by Google App Engine
This is Rietveld 408576698