summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognition_manager_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 252233 "Making sure that SpeechRecognitionDispatcherHost i..."tommyw@chromium.org2014-02-251-2/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-1/+1
* Web Speech API: Fix a race condition causing renderer crash.primiano@chromium.org2013-10-021-0/+1
* Get rid of the SpeechRecognitionPreferences interface. It only had one method...jam@chromium.org2013-07-091-0/+2
* Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. In...jam@chromium.org2013-06-211-1/+9
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-06-071-10/+14
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-1/+0
* Revert 204044 "Replace MediaStreamUIController with MediaStreamU..."grunell@chromium.org2013-06-051-14/+10
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-06-041-10/+14
* Revert 200559 "Replace MediaStreamUIController with MediaStreamU..."sergeyu@chromium.org2013-05-161-14/+10
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-05-161-10/+14
* Revert 197755 "Replace MediaStreamUIController with MediaStreamU..." which is...mattm@chromium.org2013-05-021-14/+10
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-05-021-10/+14
* Revert 197222 "Replace MediaStreamUIController with MediaStreamU..."sergeyu@chromium.org2013-04-301-14/+10
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-04-301-10/+14
* Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...ajwong@chromium.org2012-12-201-1/+2
* Revert 170701 since the WebKit change has now been rolled in again.tommi@chromium.org2012-12-041-2/+2
* Revert 170668tasak@google.com2012-12-031-2/+2
* Update the Speech Api to support array(s) of result itemstommi@chromium.org2012-12-011-2/+2
* This patch does:xians@chromium.org2012-11-211-5/+6
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-5/+0
* content/browser: Move speech code into content namespace.tfarina@chromium.org2012-10-291-21/+18
* Build SpeechRecognitionManagerImpl on iOS. Run content speech unit tests.msarda@chromium.org2012-10-241-0/+2
* Speech JavaScript API: Use the MediaStreamManager to ask for user permission.hans@chromium.org2012-09-131-9/+18
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Changing tab closure handling logic in speech recognition code and cleaning b...primiano@chromium.org2012-07-061-0/+2
* Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...primiano@chromium.org2012-06-271-2/+2
* Removed use of AsWeakPtr in speech_recognition_manager_impl.cc when posting t...primiano@chromium.org2012-06-141-1/+5
* Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IP...hans@chromium.org2012-05-251-4/+3
* Revert 138801 - Introduced SpeechRecognitionDispatcher(Host) classes, handlin...hans@chromium.org2012-05-241-3/+4
* Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IP...primiano@chromium.org2012-05-241-4/+3
* SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitio...primiano@chromium.org2012-05-241-2/+4
* Moved instantiation of SpeechRecognitionManager inside browser_main_loop, ins...primiano@chromium.org2012-05-161-5/+8
* Refactoring of chrome speech recognition architecture (Speech CL1.8)primiano@chromium.org2012-05-161-51/+40
* Adding missing #pragma once in speech recognition headers.primiano@chromium.org2012-05-091-0/+1
* Speech refactoring: Reimplemented SpeechRecognitionManagerImpl as a FSM. (CL1.7)primiano@chromium.org2012-04-251-66/+114
* Refactoring of chrome speech recognition architecture (CL1.6)primiano@chromium.org2012-04-191-20/+20
* Fixed a memory leak in SpeechRecognitionManagerImpl causing ChromeSpeechInput...primiano@chromium.org2012-04-161-1/+2
* speech_recognition_requestprimiano@chromium.org2012-03-261-1/+1
* Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecogn...primiano@chromium.org2012-03-141-22/+20
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-0/+129