summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-4/+4
* content: Merge FLACEncoder into AudioEncoder.tfarina2015-07-314-78/+42
* content: Remove unused speex related code.tfarina2015-07-284-92/+6
* Move JoinString to the base namespace.brettw2015-07-152-3/+4
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-142-4/+3
* Move JoinString to the base namespace.brettw2015-07-142-3/+4
* Fixes issue where Web Speech API drops a frame every 5.1 secondshenrika2015-07-091-19/+34
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-053-33/+26
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-053-26/+33
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-053-33/+26
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-053-26/+33
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-053-33/+26
* Remove URLRequestStatus mutators and introduce FromError.davidben2015-06-032-14/+7
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-2/+3
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-012-9/+6
* Rename from ERROR_AUDIO to ERROR_AUDIO_CAPTUREdjmix.kim2015-04-233-7/+10
* Fix to proper error type on SpeechRecognitiondjmix.kim2015-04-221-6/+3
* Remove self from speech owners fileshans2015-04-151-1/+0
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*mostynb2015-03-163-40/+40
* Remove usage of WebContents::GetURL from speech recognition test.nasko2015-03-031-1/+1
* Disable flaky SpeechRecognitionBrowsertest.Precheck on all platforms.creis2015-02-171-7/+2
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-041-6/+6
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-201-2/+2
* replace COMPILE_ASSERT with static_assert in content/mostynb2015-01-134-6/+6
* Implement support for uploading preamble audio in the voice recognitionamistry2014-12-165-3/+146
* Add OAuth2 authentication for speech recognition requests from the launcher, ...amistry2014-12-133-2/+12
* Add a new AudioChunk constructor and writable_data method.wtc2014-12-095-37/+37
* Removes unnecessary includesky2014-12-051-1/+0
* Remove myself from the owner file.xians2014-11-181-1/+0
* Rename GetSpeechRecognitionManagerDelegate() to CreateSpeechRecognitionManage...zork2014-11-141-1/+1
* [content/browser/ssl && content/browser/speech] Convert VLOGs to DVLOGsanujk.sharma2014-11-141-6/+6
* 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