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

Issue 9688012: Refactoring of chrome speech recognition architecture (CL1.2) (Closed)

Created:
8 years, 9 months ago by Primiano Tucci (use gerrit)
Modified:
8 years, 9 months ago
Reviewers:
hans, Satish, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, Aaron Boodman, jam, mihaip+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecognitionEventListener. By now it might seem just a rename of the former interface, however this interface will gradually incorporate, in the next CLs, the other delegates and become the reference interface used by all clients to interact with SpeechRecognition inside Chrome. BUG=116954 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126721

Patch Set 1 #

Total comments: 36

Patch Set 2 : Fixed according to reviewers comments. #

Patch Set 3 : Minor fix in recognizer unit test due to "others" CL in the middle (9692038) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+365 lines, -322 lines) Patch
M chrome/browser/speech/speech_input_extension_apitest.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/speech/speech_input_extension_manager.h View 1 5 chunks +18 lines, -19 lines 0 comments Download
M chrome/browser/speech/speech_input_extension_manager.cc View 1 10 chunks +24 lines, -20 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.h View 1 6 chunks +20 lines, -22 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.cc View 1 8 chunks +36 lines, -29 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl.h View 5 chunks +21 lines, -17 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl.cc View 1 16 chunks +38 lines, -30 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl_unittest.cc View 1 2 16 chunks +107 lines, -103 lines 0 comments Download
M content/content_browser.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
A content/public/browser/speech_recognition_event_listener.h View 1 1 chunk +67 lines, -0 lines 0 comments Download
M content/public/browser/speech_recognizer.h View 1 2 chunks +24 lines, -7 lines 0 comments Download
D content/public/browser/speech_recognizer_delegate.h View 1 chunk +0 lines, -66 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Primiano Tucci (use gerrit)
8 years, 9 months ago (2012-03-12 10:59:03 UTC) #1
hans
looks good! just a couple of nits thanks for breaking this out from the big ...
8 years, 9 months ago (2012-03-13 14:32:46 UTC) #2
Satish
Good stuff. https://chromiumcodereview.appspot.com/9688012/diff/1/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): https://chromiumcodereview.appspot.com/9688012/diff/1/chrome/browser/speech/speech_input_extension_manager.cc#newcode241 chrome/browser/speech/speech_input_extension_manager.cc:241: int caller_id, change 'caller_id' to 'session_id' throughout ...
8 years, 9 months ago (2012-03-13 15:30:15 UTC) #3
Primiano Tucci (use gerrit)
http://codereview.chromium.org/9688012/diff/1/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): http://codereview.chromium.org/9688012/diff/1/chrome/browser/speech/speech_input_extension_manager.cc#newcode241 chrome/browser/speech/speech_input_extension_manager.cc:241: int caller_id, On 2012/03/13 15:30:15, Satish wrote: > change ...
8 years, 9 months ago (2012-03-14 09:40:35 UTC) #4
Satish
lgtm
8 years, 9 months ago (2012-03-14 09:48:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/primiano@chromium.org/9688012/11001
8 years, 9 months ago (2012-03-14 09:53:04 UTC) #6
commit-bot: I haz the power
Presubmit check for 9688012-11001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-14 09:53:09 UTC) #7
jam
lgtm
8 years, 9 months ago (2012-03-14 15:11:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/primiano@chromium.org/9688012/14005
8 years, 9 months ago (2012-03-14 15:23:41 UTC) #9
commit-bot: I haz the power
Try job failure for 9688012-14005 (retry) on linux_rel for step "remoting_unittests". It's a second try, ...
8 years, 9 months ago (2012-03-14 16:22:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/primiano@chromium.org/9688012/14005
8 years, 9 months ago (2012-03-14 16:23:42 UTC) #11
commit-bot: I haz the power
Try job failure for 9688012-14005 (retry) on linux_rel for step "remoting_unittests". It's a second try, ...
8 years, 9 months ago (2012-03-14 17:09:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/primiano@chromium.org/9688012/14005
8 years, 9 months ago (2012-03-14 17:13:55 UTC) #13
commit-bot: I haz the power
8 years, 9 months ago (2012-03-14 20:29:53 UTC) #14
Change committed as 126721

Powered by Google App Engine
This is Rietveld 408576698