summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Merge 252233 "Making sure that SpeechRecognitionDispatcherHost i..."tommyw@chromium.org2014-02-256-13/+57
* 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-034-4/+4
* Android: moves content/ to use long for JNI.bulach@chromium.org2013-11-181-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-4/+4
* Remove primiano@ from speech OWNERS.primiano@chromium.org2013-10-221-1/+0
* Introduce MockGoogleStreamingServer to fake speech recognition results.janx@chromium.org2013-10-182-13/+121
* Add browser tests for the Web Speech Recognition API.janx@chromium.org2013-10-123-2/+97
* Make SpeechRecognition API work inside <webview>. lazyboy@chromium.org2013-10-084-15/+63
* Web Speech API: Fix a race condition causing renderer crash.primiano@chromium.org2013-10-022-3/+15
* Rename speech test methods to *ForTesting instead of *ForTests.janx@chromium.org2013-10-018-13/+14
* Web Speech API: cancel outstanding infobar requests when aborting.primiano@chromium.org2013-09-301-0/+2
* Add primiano as an owner of the Web Speech API implementattionhans@chromium.org2013-09-201-0/+1
* Refactor GoogleStreamingRemoteEngine's unit tests to use HostToNet32.janx@chromium.org2013-09-191-11/+7
* Rename speech_recognition_browsertest to input_tag_speech_browsertest.janx@chromium.org2013-09-171-6/+6
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-1/+1
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-1/+1
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-1/+1
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-1/+1
* Content changes for GetURL refactor.nasko@chromium.org2013-08-131-1/+1
* Trivial CL to remove two TODOs.xians@chromium.org2013-08-071-2/+0
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-183-3/+3
* Android: Speech Recognition now considers IETF BCP 47 language tags.janx@chromium.org2013-07-152-4/+7
* Get rid of the SpeechRecognitionPreferences interface. It only had one method...jam@chromium.org2013-07-096-127/+115
* Support cancellation of pending media stream requests at UI side.wjia@chromium.org2013-07-091-0/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-283-4/+4
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+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-212-17/+29
* Cleanup: Remove unneeded gurl.h includes.thestig@chromium.org2013-06-212-2/+0
* added device selection to web speech to use the correct device. Users should ...xians@chromium.org2013-06-207-19/+32
* Moves WebSpeech to the low-latency audio backend.henrika@chromium.org2013-06-173-14/+174
* Remove speech recognition manager from iOS.milanb@chromium.org2013-06-171-6/+0
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Make content use base namespace for Values.brettw@chromium.org2013-06-141-12/+12
* Implement SpeechRecognizerImplAndroidjanx@chromium.org2013-06-145-8/+279
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-3/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-2/+2
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-114-6/+6
* Fix naked protected member in SpeechRecognizerjanx@chromium.org2013-06-102-21/+24
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-074-4/+4
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-06-072-98/+93
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-053-10/+0
* Revert 204044 "Replace MediaStreamUIController with MediaStreamU..."grunell@chromium.org2013-06-052-93/+98
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-06-042-98/+93
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-029-22/+22
* Fixing a race condition in SpeechRecognizerImpl.primiano@chromium.org2013-05-312-4/+11
* 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-205-235/+271
* Revert 200559 "Replace MediaStreamUIController with MediaStreamU..."sergeyu@chromium.org2013-05-162-92/+97