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

Issue 11421103: Update the Speech Api to support array(s) of result items (Closed)

Created:
8 years ago by tommi (sloooow) - chröme
Modified:
8 years ago
Reviewers:
hans, Charlie Reis, jschuh
CC:
chromium-reviews, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, jam, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Update the Speech Api to support array(s) of result items instead of a single item at a time. BUG=143124 TEST=Covered by content_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170668

Patch Set 1 #

Patch Set 2 : Fix issue with page reloads and add a TODO. #

Total comments: 8

Patch Set 3 : Address comments #

Patch Set 4 : Fix build error #

Patch Set 5 : sigh #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -195 lines) Patch
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/speech_input_extension_apitest.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/speech/speech_input_extension_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/speech/speech_input_extension_manager.cc View 2 chunks +26 lines, -21 lines 0 comments Download
M content/browser/speech/google_one_shot_remote_engine.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/speech/google_one_shot_remote_engine_unittest.cc View 5 chunks +24 lines, -18 lines 0 comments Download
M content/browser/speech/google_streaming_remote_engine.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M content/browser/speech/google_streaming_remote_engine_unittest.cc View 1 2 15 chunks +59 lines, -39 lines 0 comments Download
M content/browser/speech/input_tag_speech_dispatcher_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/speech/input_tag_speech_dispatcher_host.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M content/browser/speech/speech_recognition_browsertest.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M content/browser/speech/speech_recognition_dispatcher_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognition_dispatcher_host.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/speech/speech_recognition_engine.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/speech/speech_recognizer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/speech/speech_recognizer.cc View 1 2 3 chunks +29 lines, -15 lines 0 comments Download
M content/browser/speech/speech_recognizer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/speech_recognition_messages.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/browser/speech_recognition_event_listener.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/public/common/speech_recognition_result.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/input_tag_speech_dispatcher.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/input_tag_speech_dispatcher.cc View 3 chunks +21 lines, -17 lines 0 comments Download
M content/renderer/speech_recognition_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/speech_recognition_dispatcher.cc View 1 2 chunks +48 lines, -25 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
tommi (sloooow) - chröme
This is based on a pending change in WebKit so I won't land this until ...
8 years ago (2012-11-28 13:22:39 UTC) #1
hans
Great, I'll take a look at this now. Just a quick note: I think the ...
8 years ago (2012-11-28 13:33:35 UTC) #2
hans
Looks great! LGTM with some minor nits. https://codereview.chromium.org/11421103/diff/1003/content/browser/speech/google_streaming_remote_engine_unittest.cc File content/browser/speech/google_streaming_remote_engine_unittest.cc (right): https://codereview.chromium.org/11421103/diff/1003/content/browser/speech/google_streaming_remote_engine_unittest.cc#newcode466 content/browser/speech/google_streaming_remote_engine_unittest.cc:466: if ((*it_a).is_provisional ...
8 years ago (2012-11-28 14:15:34 UTC) #3
Charlie Reis
I'm not familiar with any of this code, so I can't do much of a ...
8 years ago (2012-11-29 02:21:42 UTC) #4
hans
On 2012/11/29 02:21:42, creis wrote: > I'm not familiar with any of this code, so ...
8 years ago (2012-11-29 08:46:53 UTC) #5
tommi (sloooow) - chröme
all done. creis: We just need a rubber stamp approval from content owners so unless ...
8 years ago (2012-11-29 09:30:20 UTC) #6
Charlie Reis
Ok. content/ LGTM.
8 years ago (2012-11-29 17:52:20 UTC) #7
tommi (sloooow) - chröme
+jschuh for messages.h file.
8 years ago (2012-11-30 21:13:18 UTC) #8
jschuh
Looks like just opaque types and no custom serialization. Seems safe. lgtm.
8 years ago (2012-11-30 21:26:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommi@chromium.org/11421103/9027
8 years ago (2012-12-01 12:09:22 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-12-01 12:37:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommi@chromium.org/11421103/4036
8 years ago (2012-12-01 14:21:24 UTC) #12
commit-bot: I haz the power
8 years ago (2012-12-01 18:10:15 UTC) #13
Message was sent while issue was closed.
Change committed as 170668

Powered by Google App Engine
This is Rietveld 408576698