summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognition_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 252233 "Making sure that SpeechRecognitionDispatcherHost i..."tommyw@chromium.org2014-02-251-4/+6
* This CL move all parsing of constraints used in a call to gUM from MediaStrea...perkj@chromium.org2013-12-131-1/+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-3/+14
* Rename speech test methods to *ForTesting instead of *ForTests.janx@chromium.org2013-10-011-1/+1
* Web Speech API: cancel outstanding infobar requests when aborting.primiano@chromium.org2013-09-301-0/+2
* Support cancellation of pending media stream requests at UI side.wjia@chromium.org2013-07-091-0/+1
* added back support to speech when ask_user=false. We should use the default d...xians@chromium.org2013-06-221-3/+14
* Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. In...jam@chromium.org2013-06-211-16/+20
* added device selection to web speech to use the correct device. Users should ...xians@chromium.org2013-06-201-1/+5
* Remove speech recognition manager from iOS.milanb@chromium.org2013-06-171-6/+0
* Implement SpeechRecognizerImplAndroidjanx@chromium.org2013-06-141-4/+5
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-06-071-88/+79
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-4/+0
* Revert 204044 "Replace MediaStreamUIController with MediaStreamU..."grunell@chromium.org2013-06-051-79/+88
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-06-041-88/+79
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-4/+4
* Transition Web Speech Recognition from compile-time to run-time flagjanx@chromium.org2013-05-301-3/+17
* Extract interface from content::SpeechRecognizerjanx@chromium.org2013-05-201-5/+6
* Revert 200559 "Replace MediaStreamUIController with MediaStreamU..."sergeyu@chromium.org2013-05-161-78/+87
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-05-161-87/+78
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-11/+27
* Revert 197755 "Replace MediaStreamUIController with MediaStreamU..." which is...mattm@chromium.org2013-05-021-78/+87
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-05-021-87/+78
* Revert 197222 "Replace MediaStreamUIController with MediaStreamU..."sergeyu@chromium.org2013-04-301-78/+87
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-04-301-87/+78
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Cleanup interfaces used to deliver notifications about MediaStream state from...sergeyu@chromium.org2013-04-291-3/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Extend MediaObserver interface to allow MediaStreams to be stopped from UI.sergeyu@chromium.org2013-03-201-1/+2
* Remove CanShowAudioInputSettings().dalecurtis@google.com2013-02-151-4/+1
* Make <webview> speech bubble work in platform apps.lazyboy@chromium.org2013-01-291-0/+9
* Revert 170701 since the WebKit change has now been rolled in again.tommi@chromium.org2012-12-041-4/+4
* Revert 170668tasak@google.com2012-12-031-4/+4
* Update the Speech Api to support array(s) of result itemstommi@chromium.org2012-12-011-4/+4
* This patch does:xians@chromium.org2012-11-271-9/+9
* This patch does:xians@chromium.org2012-11-211-100/+62
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-8/+7
* content/browser: Move speech code into content namespace.tfarina@chromium.org2012-10-291-21/+14
* Build SpeechRecognitionManagerImpl on iOS. Run content speech unit tests.msarda@chromium.org2012-10-241-1/+12
* Remove StreamOptions constructor that doesn't specify device type.justinlin@chromium.org2012-10-221-1/+2
* > Refactor media_stream_device_settings into media_stream_ui_controller.xians@chromium.org2012-10-191-1/+1
* remove VideoDeviceError and AudioDeviceError for media stream.wjia@chromium.org2012-10-161-4/+0
* Speech JavaScript API: Pass 'interimResults' and 'continuous' flags to server.hans@chromium.org2012-10-041-5/+11
* Speech JavaScript API: Use the MediaStreamManager to ask for user permission.hans@chromium.org2012-09-131-22/+146
* Changing tab closure handling logic in speech recognition code and cleaning b...primiano@chromium.org2012-07-061-0/+14