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

Issue 14646041: Allow virtual keyboard window to access audio stream and speech api for voice input (Closed)

Created:
7 years, 7 months ago by bshe
Modified:
7 years, 7 months ago
CC:
bryeung, chromium-reviews
Visibility:
Public.

Description

Allow virtual keyboard window to access audio stream and speech api for voice input BUG=238350 TEST= 1. navigate to chrome://flags 2. turn on virtual keyboard flag 3. login again. focus on any input box (virtual keyboard should show up) 4. press "mic" button, it should turn to green. 5. speak 6. result should be displayed in the input box Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202123

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 6

Patch Set 3 : add view type #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -3 lines) Patch
M ash/shell/shell_delegate_impl.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/ash_keyboard_controller_proxy.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc View 1 2 2 chunks +24 lines, -0 lines 0 comments Download
M extensions/common/view_type.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller_proxy.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller_proxy.cc View 1 3 chunks +13 lines, -2 lines 0 comments Download
M ui/keyboard/keyboard_controller_unittest.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
bshe
Hi Sadrul. This CL is not intend for commit but only for discussion. It seems ...
7 years, 7 months ago (2013-05-13 17:59:55 UTC) #1
sadrul
https://codereview.chromium.org/14646041/diff/1/ui/keyboard/keyboard_controller_proxy.cc File ui/keyboard/keyboard_controller_proxy.cc (right): https://codereview.chromium.org/14646041/diff/1/ui/keyboard/keyboard_controller_proxy.cc#newcode43 ui/keyboard/keyboard_controller_proxy.cc:43: const content::MediaResponseCallback& callback) OVERRIDE { I took a brief ...
7 years, 7 months ago (2013-05-14 05:13:03 UTC) #2
bshe
Could you please take another look? THanks! On 2013/05/14 05:13:03, sadrul wrote: > https://codereview.chromium.org/14646041/diff/1/ui/keyboard/keyboard_controller_proxy.cc > ...
7 years, 7 months ago (2013-05-14 18:34:24 UTC) #3
bshe
Sorry. forget to include my inline comment. https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc File chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc (right): https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc#newcode71 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc:71: this)); This ...
7 years, 7 months ago (2013-05-14 18:35:21 UTC) #4
sadrul
ui/keyboard LGTM https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc File chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc (right): https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc#newcode71 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc:71: this)); On 2013/05/14 18:35:21, bshe wrote: > ...
7 years, 7 months ago (2013-05-16 19:34:07 UTC) #5
bryeung
https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc File chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc (right): https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc#newcode71 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc:71: this)); On 2013/05/16 19:34:08, sadrul wrote: > On 2013/05/14 ...
7 years, 7 months ago (2013-05-16 20:34:49 UTC) #6
bshe
+mpcomplete for keyboard VIEW_TYPE_TAB_CONTENTS discussion. Please see the context here: https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc#newcode71 Thanks! On 2013/05/16 20:34:49, ...
7 years, 7 months ago (2013-05-17 18:38:37 UTC) #7
Matt Perry
https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc File chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc (right): https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc#newcode71 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc:71: this)); On 2013/05/16 20:34:49, bryeung wrote: > On 2013/05/16 ...
7 years, 7 months ago (2013-05-17 19:19:53 UTC) #8
bshe
On 2013/05/17 19:19:53, Matt Perry wrote: > https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc > File chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc (right): > > https://codereview.chromium.org/14646041/diff/7001/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc#newcode71 ...
7 years, 7 months ago (2013-05-17 19:30:54 UTC) #9
Matt Perry
On 2013/05/17 19:30:54, bshe wrote: > On 2013/05/17 19:19:53, Matt Perry wrote: > > > ...
7 years, 7 months ago (2013-05-17 20:22:16 UTC) #10
bshe
mpcomplete@ added a virtual_keyboard view type. Could you please take another look? +sky for OWNERS ...
7 years, 7 months ago (2013-05-21 15:25:13 UTC) #11
Matt Perry
lgtm https://codereview.chromium.org/14646041/diff/20001/extensions/common/view_type.h File extensions/common/view_type.h (right): https://codereview.chromium.org/14646041/diff/20001/extensions/common/view_type.h#newcode28 extensions/common/view_type.h:28: VIEW_TYPE_VIRTUAL_KEYBOARD nit: leave a trailing comma
7 years, 7 months ago (2013-05-21 18:00:34 UTC) #12
bshe
Done. And actually add owners: +sky for OWNERS chrome/browser/ui/ash/* +xians for OWNERS chrome/browser/speech/* https://codereview.chromium.org/14646041/diff/20001/extensions/common/view_type.h File ...
7 years, 7 months ago (2013-05-23 13:59:23 UTC) #13
no longer working on chromium
rubber stamp for speech code
7 years, 7 months ago (2013-05-23 15:21:02 UTC) #14
no longer working on chromium
On 2013/05/23 15:21:02, xians1 wrote: > rubber stamp for speech code lgtm
7 years, 7 months ago (2013-05-23 15:21:11 UTC) #15
sky
LGTM
7 years, 7 months ago (2013-05-23 15:48:44 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/14646041/31001
7 years, 7 months ago (2013-05-23 15:49:40 UTC) #17
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-23 16:13:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/14646041/62002
7 years, 7 months ago (2013-05-24 14:46:00 UTC) #19
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 17:51:22 UTC) #20
Message was sent while issue was closed.
Change committed as 202123

Powered by Google App Engine
This is Rietveld 408576698