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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
2
-4
/
+4
*
Always destroy SpeechRecognitionDispatcherHost on IO thread.
lazyboy
2014-10-23
2
-0
/
+8
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
12
-130
/
+124
*
If there's no RVH while starting speech request, bail out.
lazyboy
2014-10-15
1
-0
/
+6
*
Replacing the OVERRIDE with override and FINAL with final in content/browser/...
mohan.reddy
2014-10-07
14
-105
/
+105
*
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
*
Remove implicit conversions from scoped_refptr to T* in content/
dcheng
2014-08-26
1
-1
/
+1
*
Disable SpeechRecognitionBrowserTest.Precheck on Mac as well.
jam@chromium.org
2014-08-08
1
-1
/
+1
*
Turn webspeech on/off when tab goes fore/background
qinmin@chromium.org
2014-07-24
2
-0
/
+8
*
Disable all the tests that are flaking more than 5% on Windows builders.
jam@chromium.org
2014-07-23
1
-1
/
+7
*
[Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderF...
miu@chromium.org
2014-07-17
3
-1
/
+11
*
Wire up audio logging to the speech recognizer.
dalecurtis@chromium.org
2014-06-23
2
-0
/
+10
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-19
4
-37
/
+46
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
4
-46
/
+37
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
4
-37
/
+46
*
Remove unnecessary #includes in google_streaming_remote_engine.cc.
sungmann.cho@navercorp.com
2014-06-17
1
-1
/
+0
*
Minor additions to GN build, comment mojo bindings.
brettw@chromium.org
2014-06-09
2
-1
/
+14
*
Adds volume level measurements to the AudioInputController for low-latency cl...
henrika@chromium.org
2014-05-27
1
-0
/
+2
*
Remove some RenderProcessHost::IsGuest call sites
fsamuel@chromium.org
2014-05-26
2
-11
/
+6
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
2
-5
/
+3
*
Trying to solve crash in AudioInputController related to invalid EventHandler.
henrika@chromium.org
2014-05-06
1
-0
/
+1
*
Fix typo, "recieve" -> "receive", in content/
mseaborn@chromium.org
2014-05-05
1
-1
/
+1
*
Start removing support for the experimental x-webkit-speech API
hans@chromium.org
2014-05-02
5
-477
/
+3
*
Disable WebViewTest.SpeechRecognition, InputTagSpeechBrowserTest.GrammarAttri...
ronghuawu@chromium.org
2014-04-11
1
-2
/
+5
*
Remove all uses of GG_LONGLONG and GG_ULONGLONG.
viettrungluu@chromium.org
2014-04-08
1
-2
/
+2
*
Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."
scottmg@chromium.org
2014-04-07
1
-2
/
+2
*
Remove all uses of GG_LONGLONG and GG_ULONGLONG.
viettrungluu@chromium.org
2014-04-07
1
-2
/
+2
*
Creates a way to pass the desktop capture notification window ID/handle to we...
jiayl@chromium.org
2014-03-27
1
-1
/
+2
*
Move ContentBrowserTest class to content/public, since it's used by component...
jam@chromium.org
2014-03-27
2
-4
/
+4
*
Ignore MediaStream and speech-related messages with disallowed origins.
joi@chromium.org
2014-03-25
2
-0
/
+23
*
Remove the --speech-service-key command line flag.
primiano@chromium.org
2014-03-08
1
-18
/
+2
*
Adds error codes to AudioInputController/AudioInputRendererHost native logs
henrika@chromium.org
2014-02-28
3
-4
/
+8
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-26
2
-2
/
+4
*
Revert "Allow MessageFilters to restrict listening to specific message classes"
jdduke@chromium.org
2014-02-21
2
-4
/
+2
*
Making sure that SpeechRecognitionDispatcherHost is not used after free
tommyw@chromium.org
2014-02-20
6
-13
/
+57
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-16
2
-2
/
+4
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-3
/
+3
*
Speech recognition: Fixing erroneous DCHECK usage
tommyw@chromium.org
2014-01-16
4
-14
/
+15
*
Cleanup: Remove legacy accessors from URLRequestContext.
thestig@chromium.org
2014-01-09
2
-7
/
+15
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
4
-14
/
+14
*
This CL move all parsing of constraints used in a call to gUM from MediaStrea...
perkj@chromium.org
2013-12-13
1
-1
/
+1
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
4
-4
/
+4
*
Android: moves content/ to use long for JNI.
bulach@chromium.org
2013-11-18
1
-1
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-4
/
+4
*
Remove primiano@ from speech OWNERS.
primiano@chromium.org
2013-10-22
1
-1
/
+0
*
Introduce MockGoogleStreamingServer to fake speech recognition results.
janx@chromium.org
2013-10-18
2
-13
/
+121
*
Add browser tests for the Web Speech Recognition API.
janx@chromium.org
2013-10-12
3
-2
/
+97
*
Make SpeechRecognition API work inside <webview>.
lazyboy@chromium.org
2013-10-08
4
-15
/
+63
[next]