summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognizer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-31/+31
* content/browser: Move speech code into content namespace.tfarina@chromium.org2012-10-291-24/+22
* Small refactor to media architecture in order to allow end-to-end tests.primiano@chromium.org2012-07-121-65/+4
* Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...primiano@chromium.org2012-06-271-0/+560
* App a Content API around SpeechRecognizer.jam@chromium.org2012-02-231-424/+0
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-2/+3
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-161-2/+3
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-3/+3
* Revert 121810 - Move SpeechRecognizer delegate into its own header file and p...rvargas@google.com2012-02-141-4/+3
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-141-3/+4
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-4/+6
* Move SpeechInputResult into content/public since it's used in chrome. Also ma...jam@chromium.org2011-11-281-19/+20
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-1/+1
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-2/+4
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-3/+3
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-071-27/+34
* Remove use of default request context and fix use of speech censor flagallanwoj@chromium.org2011-09-291-1/+1
* Update params to OnURLFetchComplete().skerner@chromium.org2011-09-261-8/+19
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-1/+1
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-2/+3
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-3/+2
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-2/+3
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-3/+2
* Create media.dlldarin@chromium.org2011-08-041-2/+3
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-3/+1
* Context menu for "Voice recognition options"gshires@google.com2011-07-261-2/+2
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-011-1/+1
* Description:annacc@chromium.org2011-05-161-1/+1
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-4/+4
* In speech input, introduce a 'warm up' screen for slow audio capture devices.satish@chromium.org2011-04-051-0/+16
* A small set of related fixes:satish@chromium.org2011-03-141-3/+3
* Better error messages for speech input errors.satish@chromium.org2011-03-071-2/+61
* Stream speech audio to server as it gets recorded, instead of waiting until e...satish@chromium.org2011-03-041-7/+19
* Add a noise indicator to the speech bubble volume indicator.satish@chromium.org2011-03-011-3/+16
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-261-0/+300