summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognizer_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+1
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-1/+2
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+1
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-1/+2
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+1
* Remove URLRequestStatus mutators and introduce FromError.davidben2015-06-031-10/+4
* Rename from ERROR_AUDIO to ERROR_AUDIO_CAPTUREdjmix.kim2015-04-231-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+2
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-13/+14
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-12/+12
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-191-22/+29
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-171-29/+22
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-171-22/+29
* Adds error codes to AudioInputController/AudioInputRendererHost native logshenrika@chromium.org2014-02-281-2/+4
* Speech recognition: Fixing erroneous DCHECK usagetommyw@chromium.org2014-01-161-2/+1
* Rename speech test methods to *ForTesting instead of *ForTests.janx@chromium.org2013-10-011-1/+1
* added device selection to web speech to use the correct device. Users should ...xians@chromium.org2013-06-201-11/+12
* Moves WebSpeech to the low-latency audio backend.henrika@chromium.org2013-06-171-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Extract interface from content::SpeechRecognizerjanx@chromium.org2013-05-201-0/+498
* Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...primiano@chromium.org2012-06-271-561/+0
* Introduced experimental support for interacting with the google remote stream...primiano@chromium.org2012-06-221-1/+4
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-6/+6
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-1/+1
* Refactoring of chrome speech recognition architecture (Speech CL1.8)primiano@chromium.org2012-05-161-4/+4
* Introducing new data types and IPC messages for scripted JS speech recognitio...primiano@chromium.org2012-05-151-2/+2
* Refactoring of chrome speech recognition architecture (CL1.6)primiano@chromium.org2012-04-191-10/+10
* Speech refactoring: Reimplemented speech_recognizer as a FSM (CL1.5)primiano@chromium.org2012-04-131-34/+103
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-3/+7
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-7/+3
* Move media/audio files into media namespacevrk@google.com2012-04-021-3/+7
* speech_recognition_requestprimiano@chromium.org2012-03-261-19/+20
* Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecogn...primiano@chromium.org2012-03-141-103/+107
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-141-3/+15
* Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...primiano@chromium.org2012-03-131-1/+45
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-21/+21
* App a Content API around SpeechRecognizer.jam@chromium.org2012-02-231-0/+424