summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Enable visible profanity filter for speech input and correct a mistake in the...satish@chromium.org2011-04-271-1/+2
* In speech input, introduce a 'warm up' screen for slow audio capture devices.satish@chromium.org2011-04-054-2/+23
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-314-6/+9
* Replace a scoped_ptr with scoped_array, as identified by valgrind.satish@chromium.org2011-03-291-1/+1
* Switch from using Speex to FLAC for speech input requests.satish@chromium.org2011-03-281-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-285-11/+11
* Request for 5 speech recognition results instead of 3.satish@chromium.org2011-03-211-3/+6
* Disable the test SpeechInputBrowserTest.TestCancelAllakalin@chromium.org2011-03-191-6/+1
* Disable the newly added SpeechInputBrowserTest.TestCancelAll in official rele...satish@chromium.org2011-03-191-1/+7
* Close ongoing speech input sessions when a tab terminates.satish@chromium.org2011-03-182-7/+49
* Move all the message files in chrome that belong in content.jam@chromium.org2011-03-163-3/+3
* A small set of related fixes:satish@chromium.org2011-03-144-9/+10
* Try a different way to test speech input in browsertests. These tests were fl...satish@chromium.org2011-03-141-14/+2
* Better error messages for speech input errors.satish@chromium.org2011-03-073-4/+65
* Stream speech audio to server as it gets recorded, instead of waiting until e...satish@chromium.org2011-03-048-43/+72
* Enable speech input by default and remove unused code.satish@chromium.org2011-03-043-28/+16
* Change from PROCESS_LAUNCHER to FILE thread per earlier suggestion.satish@chromium.org2011-03-021-1/+1
* Fix a use-after-free bug in SpeechRecognizer.satish@chromium.org2011-03-021-2/+3
* Fix build break.satish@chromium.org2011-03-011-4/+3
* Add a noise indicator to the speech bubble volume indicator.satish@chromium.org2011-03-017-17/+78
* Disable SpeechInputBrowserTest.TestBasicRecognition, crashes flakilyphajdan.jr@chromium.org2011-02-281-2/+2
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-2620-0/+3095