summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_recognition_request.cc
Commit message (Expand)AuthorAgeFilesLines
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-201-0/+2
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-1/+2
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* When waiting for server, show a 'Working' message instead of 'Speak now'.satish@chromium.org2010-11-231-0/+3
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-191-3/+6
* In the current speech input implementation, the application locale is used asleandrogracia@chromium.org2010-11-181-5/+17
* Language tag for speech.leandrogracia@chromium.org2010-11-011-3/+10
* Revert 64466 - Language tag for speech.nirnimesh@chromium.org2010-10-291-10/+3
* Language tag for speech.leandrogracia@chromium.org2010-10-291-3/+10
* Added grammar attribute to speech input.satish@chromium.org2010-10-281-6/+17
* Add ability to parse multiple recognition results and send them to WebKit.satish@chromium.org2010-10-261-20/+37
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+2
* Convert LOG(INFO) to VLOG(1) - chrome/browser/speech/.pkasting@chromium.org2010-10-211-16/+14
* Compress recorded audio with speex before transmitting to server for recognit...satish@chromium.org2010-08-181-5/+3
* Address Andrei's comments from CL 3164002satish@chromium.org2010-08-111-1/+5
* Adds SpeechRecognitionRequest class for sending recorded audio data to server...satish@chromium.org2010-08-101-0/+139