index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
speech
/
speech_recognizer_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes issue where Web Speech API drops a frame every 5.1 seconds
henrika
2015-07-09
1
-19
/
+34
*
Rename from ERROR_AUDIO to ERROR_AUDIO_CAPTURE
djmix.kim
2015-04-23
1
-4
/
+7
*
favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*
mostynb
2015-03-16
1
-4
/
+4
*
replace COMPILE_ASSERT with static_assert in content/
mostynb
2015-01-13
1
-2
/
+2
*
Add a new AudioChunk constructor and writable_data method.
wtc
2014-12-09
1
-14
/
+10
*
Removes unnecessary include
sky
2014-12-05
1
-1
/
+0
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
1
-3
/
+2
*
Replacing the OVERRIDE with override and FINAL with final in content/browser/...
mohan.reddy
2014-10-07
1
-1
/
+1
*
Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...
xians
2014-08-28
1
-1
/
+0
*
Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...
tnagel
2014-08-27
1
-0
/
+1
*
Remove the last piece of deprecated synchronous IO code.
xians
2014-08-27
1
-1
/
+0
*
Wire up audio logging to the speech recognizer.
dalecurtis@chromium.org
2014-06-23
1
-0
/
+8
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-19
1
-11
/
+7
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
1
-7
/
+11
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
1
-11
/
+7
*
Trying to solve crash in AudioInputController related to invalid EventHandler.
henrika@chromium.org
2014-05-06
1
-0
/
+1
*
Adds error codes to AudioInputController/AudioInputRendererHost native logs
henrika@chromium.org
2014-02-28
1
-1
/
+2
*
Speech recognition: Fixing erroneous DCHECK usage
tommyw@chromium.org
2014-01-16
1
-9
/
+9
*
Rename speech test methods to *ForTesting instead of *ForTests.
janx@chromium.org
2013-10-01
1
-1
/
+1
*
Adding key press detection in the browser process.
jiayl@chromium.org
2013-08-15
1
-1
/
+1
*
Revert 217768 "Adding key press detection in the browser process."
phoglund@chromium.org
2013-08-15
1
-1
/
+1
*
Adding key press detection in the browser process.
jiayl@chromium.org
2013-08-15
1
-1
/
+1
*
Trivial CL to remove two TODOs.
xians@chromium.org
2013-08-07
1
-2
/
+0
*
Use a direct include of time headers in content/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+1
*
added device selection to web speech to use the correct device. Users should ...
xians@chromium.org
2013-06-20
1
-3
/
+8
*
Moves WebSpeech to the low-latency audio backend.
henrika@chromium.org
2013-06-17
1
-13
/
+167
*
Implement SpeechRecognizerImplAndroid
janx@chromium.org
2013-06-14
1
-1
/
+0
*
Fix naked protected member in SpeechRecognizer
janx@chromium.org
2013-06-10
1
-19
/
+19
*
Removed the IsRecordingInProcess check for speech since it is not needed.
xians@chromium.org
2013-06-05
1
-5
/
+0
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-5
/
+5
*
Fixing a race condition in SpeechRecognizerImpl.
primiano@chromium.org
2013-05-31
1
-3
/
+9
*
Extract interface from content::SpeechRecognizer
janx@chromium.org
2013-05-20
1
-0
/
+662
*
Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...
primiano@chromium.org
2012-06-27
1
-642
/
+0
*
Introduced experimental support for interacting with the google remote stream...
primiano@chromium.org
2012-06-22
1
-16
/
+41
*
SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitio...
primiano@chromium.org
2012-05-24
1
-37
/
+0
*
Revert 138498 - SpeechInputExtensionManager now interface (exclusively) with ...
vandebo@chromium.org
2012-05-23
1
-0
/
+37
*
SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitio...
primiano@chromium.org
2012-05-23
1
-37
/
+0
*
Refactoring of chrome speech recognition architecture (Speech CL1.8)
primiano@chromium.org
2012-05-16
1
-32
/
+31
*
Introducing new data types and IPC messages for scripted JS speech recognitio...
primiano@chromium.org
2012-05-15
1
-2
/
+5
*
Fixed three memory bugs in SpeechRecognitionManagerImpl and SpeechRecognizerI...
primiano@chromium.org
2012-05-04
1
-0
/
+7
*
RefCounted types should not have public destructors, content/browser part 1
rsleevi@chromium.org
2012-04-27
1
-9
/
+9
*
Refactoring of chrome speech recognition architecture (CL1.6)
primiano@chromium.org
2012-04-19
1
-17
/
+21
*
Speech refactoring: Reimplemented speech_recognizer as a FSM (CL1.5)
primiano@chromium.org
2012-04-13
1
-180
/
+462
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
1
-5
/
+5
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-5
/
+5
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-5
/
+5
*
Fixed a regression on speech arisen after r129173 .
primiano@chromium.org
2012-03-29
1
-2
/
+4
*
Speech refactoring: Turned AudioChunk into a refcounted class (CL1.4)
primiano@chromium.org
2012-03-28
1
-4
/
+5
*
Fixed a regression on speech input caused by issue 9858007 (r128895) that cau...
primiano@chromium.org
2012-03-27
1
-12
/
+10
[next]