summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_input_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* In speech input, introduce a 'warm up' screen for slow audio capture devices.satish@chromium.org2011-04-051-1/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Show the speech input bubble immediately after user clicks.satish@chromium.org2011-03-151-4/+1
* Better error messages for speech input errors.satish@chromium.org2011-03-071-15/+23
* Enable speech input by default and remove unused code.satish@chromium.org2011-03-041-21/+0
* Change from PROCESS_LAUNCHER to FILE thread per earlier suggestion.satish@chromium.org2011-03-021-4/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+0
* Add a noise indicator to the speech bubble volume indicator.satish@chromium.org2011-03-011-3/+21
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-261-3/+3
* Avoid Xcode 3.1 gcc 4.2 compiler warning:wtc@chromium.org2011-02-031-5/+5
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-2/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-5/+5
* Cancel any pending speech recognitions when the dispatcher host terminates.satish@chromium.org2011-01-201-0/+16
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-201-21/+32
* Revert http://src.chromium.org/viewvc/chrome?view=rev&revision=70896 to move ...satish@chromium.org2011-01-191-0/+21
* Enable speech input by default and remove unused code.satish@chromium.org2011-01-101-21/+0
* Listen for tab close notifications and cancel active speech sessions.satish@chromium.org2011-01-071-1/+0
* Fix official chrome linux builder (missing include).estade@chromium.org2011-01-061-2/+3
* If speech input is disabled and we receive IPC calls, terminate the renderer.satish@chromium.org2011-01-061-0/+23
* Cleanup: Remove unneeded includes of tab_contents.h.thestig@chromium.org2010-12-091-1/+0
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-3/+6
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-5/+7
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-191-1/+78
* Language tag for speech.leandrogracia@chromium.org2010-11-011-1/+4
* Revert 64466 - Language tag for speech.nirnimesh@chromium.org2010-10-291-4/+1
* Language tag for speech.leandrogracia@chromium.org2010-10-291-1/+4
* Added grammar attribute to speech input.satish@chromium.org2010-10-281-3/+5
* Add ability to parse multiple recognition results and send them to WebKit.satish@chromium.org2010-10-261-7/+6
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-071-2/+2
* Show a volume indicator as audio is being recorded.satish@chromium.org2010-09-161-0/+8
* We used to show error messages as info bars earlier. Based on UX feedback, we...satish@chromium.org2010-09-101-69/+69
* Give time for environment estimation and detect the no-speech case.satish@chromium.org2010-09-091-6/+22
* Show proper messages if we find errors before or during audio recording.satish@chromium.org2010-08-271-8/+61
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-271-3/+51
* Make SpeechInputManager a process wide singleton so it can make sure there is...satish@chromium.org2010-08-261-62/+84
* Support for multiple speech enabled elements in same page.satish@chromium.org2010-08-171-39/+48
* Revert 56006 - Revert 56002 - Adds SpeechInputManagerImpl to handle requests ...satorux@chromium.org2010-08-131-3/+88
* Revert 56002 - Adds SpeechInputManagerImpl to handle requests from render vie...satorux@chromium.org2010-08-131-88/+3
* Adds SpeechInputManagerImpl to handle requests from render views and return r...satish@chromium.org2010-08-131-3/+88
* Adds chromium side plumbing to pass speech input calls back and forth with We...satish@chromium.org2010-08-041-0/+14