summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-282-4/+4
* Always destroy SpeechRecognitionDispatcherHost on IO thread.lazyboy2014-10-232-0/+8
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-2112-130/+124
* If there's no RVH while starting speech request, bail out.lazyboy2014-10-151-0/+6
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-0714-105/+105
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-281-1/+0
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-271-0/+1
* Remove the last piece of deprecated synchronous IO code.xians2014-08-271-1/+0
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-1/+1
* Disable SpeechRecognitionBrowserTest.Precheck on Mac as well.jam@chromium.org2014-08-081-1/+1
* Turn webspeech on/off when tab goes fore/backgroundqinmin@chromium.org2014-07-242-0/+8
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-1/+7
* [Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderF...miu@chromium.org2014-07-173-1/+11
* Wire up audio logging to the speech recognizer.dalecurtis@chromium.org2014-06-232-0/+10
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-194-37/+46
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-174-46/+37
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-174-37/+46
* Remove unnecessary #includes in google_streaming_remote_engine.cc.sungmann.cho@navercorp.com2014-06-171-1/+0
* Minor additions to GN build, comment mojo bindings.brettw@chromium.org2014-06-092-1/+14
* Adds volume level measurements to the AudioInputController for low-latency cl...henrika@chromium.org2014-05-271-0/+2
* Remove some RenderProcessHost::IsGuest call sitesfsamuel@chromium.org2014-05-262-11/+6
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-162-5/+3
* Trying to solve crash in AudioInputController related to invalid EventHandler.henrika@chromium.org2014-05-061-0/+1
* Fix typo, "recieve" -> "receive", in content/mseaborn@chromium.org2014-05-051-1/+1
* Start removing support for the experimental x-webkit-speech APIhans@chromium.org2014-05-025-477/+3
* Disable WebViewTest.SpeechRecognition, InputTagSpeechBrowserTest.GrammarAttri...ronghuawu@chromium.org2014-04-111-2/+5
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-081-2/+2
* Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."scottmg@chromium.org2014-04-071-2/+2
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-071-2/+2
* Creates a way to pass the desktop capture notification window ID/handle to we...jiayl@chromium.org2014-03-271-1/+2
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-272-4/+4
* Ignore MediaStream and speech-related messages with disallowed origins.joi@chromium.org2014-03-252-0/+23
* Remove the --speech-service-key command line flag.primiano@chromium.org2014-03-081-18/+2
* Adds error codes to AudioInputController/AudioInputRendererHost native logshenrika@chromium.org2014-02-283-4/+8
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-262-2/+4
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-212-4/+2
* Making sure that SpeechRecognitionDispatcherHost is not used after freetommyw@chromium.org2014-02-206-13/+57
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-162-2/+4
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-3/+3
* Speech recognition: Fixing erroneous DCHECK usagetommyw@chromium.org2014-01-164-14/+15
* Cleanup: Remove legacy accessors from URLRequestContext.thestig@chromium.org2014-01-092-7/+15
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-254-14/+14
* 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