| Commit message (Expand) | Author | Age | Files | Lines |
* | added device selection to web speech to use the correct device. Users should ... | xians@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | Implement SpeechRecognizerImplAndroid | janx@chromium.org | 2013-06-14 | 1 | -3/+7 |
* | Fix naked protected member in SpeechRecognizer | janx@chromium.org | 2013-06-10 | 1 | -2/+5 |
* | Extract interface from content::SpeechRecognizer | janx@chromium.org | 2013-05-20 | 1 | -130/+12 |
* | Remove unused parameter to OnError() | jrummell@chromium.org | 2013-03-23 | 1 | -3/+1 |
* | Revert 170701 since the WebKit change has now been rolled in again. | tommi@chromium.org | 2012-12-04 | 1 | -3/+3 |
* | Revert 170668 | tasak@google.com | 2012-12-03 | 1 | -3/+3 |
* | Update the Speech Api to support array(s) of result items | tommi@chromium.org | 2012-12-01 | 1 | -3/+3 |
* | content/browser: Move speech code into content namespace. | tfarina@chromium.org | 2012-10-29 | 1 | -17/+15 |
* | Move ChannelLayout into media namespace. | dalecurtis@google.com | 2012-10-17 | 1 | -1/+1 |
* | Small refactor to media architecture in order to allow end-to-end tests. | primiano@chromium.org | 2012-07-12 | 1 | -2/+4 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t... | primiano@chromium.org | 2012-06-27 | 1 | -0/+162 |
* | App a Content API around SpeechRecognizer. | jam@chromium.org | 2012-02-23 | 1 | -124/+0 |
* | Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re... | jam@chromium.org | 2012-02-23 | 1 | -4/+7 |
* | Move SpeechRecognizer delegate into its own header file and put it in the con... | tfarina@chromium.org | 2012-02-16 | 1 | -59/+8 |
* | Make AudioManager non-refcounted. | tommi@chromium.org | 2012-02-15 | 1 | -2/+2 |
* | Revert 121810 - Move SpeechRecognizer delegate into its own header file and p... | rvargas@google.com | 2012-02-14 | 1 | -9/+60 |
* | Move SpeechRecognizer delegate into its own header file and put it in the con... | tfarina@chromium.org | 2012-02-14 | 1 | -60/+9 |
* | Removes the AudioInputControllerThread from AudioInputController. | henrika@chromium.org | 2012-02-03 | 1 | -0/+3 |
* | Remove the AudioManager singleton. | tommi@chromium.org | 2011-12-12 | 1 | -0/+4 |
* | Move SpeechInputResult into content/public since it's used in chrome. Also ma... | jam@chromium.org | 2011-11-28 | 1 | -4/+6 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 1 | -5/+6 |
* | Fixing misleading name in a speech input setting and related variables. | leandrogracia@chromium.org | 2011-10-08 | 1 | -2/+2 |
* | Applying changes to the existing speech input code to support the extension API. | leandrogracia@chromium.org | 2011-10-07 | 1 | -14/+11 |
* | Remove use of default request context and fix use of speech censor flag | allanwoj@chromium.org | 2011-09-29 | 1 | -0/+6 |
* | Reland r102332 - export more symbols needed for the component build | dpranke@chromium.org | 2011-09-23 | 1 | -12/+12 |
* | Revert "Fix more symbol exports and a compile failure for the component build... | dpranke@chromium.org | 2011-09-22 | 1 | -12/+12 |
* | Fix more symbol exports and a compile failure for the component build of | dpranke@chromium.org | 2011-09-22 | 1 | -12/+12 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 1 | -10/+11 |
* | Context menu for "Voice recognition options" | gshires@google.com | 2011-07-26 | 1 | -0/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Description: | annacc@chromium.org | 2011-05-16 | 1 | -1/+1 |
* | In speech input, introduce a 'warm up' screen for slow audio capture devices. | satish@chromium.org | 2011-04-05 | 1 | -0/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Better error messages for speech input errors. | satish@chromium.org | 2011-03-07 | 1 | -0/+1 |
* | Stream speech audio to server as it gets recorded, instead of waiting until e... | satish@chromium.org | 2011-03-04 | 1 | -1/+0 |
* | Add a noise indicator to the speech bubble volume indicator. | satish@chromium.org | 2011-03-01 | 1 | -2/+3 |
* | Move core pieces of speech from chrome to content. | jam@chromium.org | 2011-02-26 | 1 | -0/+151 |