summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/google_streaming_remote_engine.cc
Commit message (Expand)AuthorAgeFilesLines
* Add browser tests for the Web Speech Recognition API.janx@chromium.org2013-10-121-2/+2
* Rename speech test methods to *ForTesting instead of *ForTests.janx@chromium.org2013-10-011-4/+5
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-2/+2
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-3/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-5/+5
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-031-2/+1
* Revert 170701 since the WebKit change has now been rolled in again.tommi@chromium.org2012-12-041-4/+6
* Revert 170668tasak@google.com2012-12-031-6/+4
* Update the Speech Api to support array(s) of result itemstommi@chromium.org2012-12-011-4/+6
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-071-1/+4
* content/browser: Move speech code into content namespace.tfarina@chromium.org2012-10-291-24/+17
* Speech JavaScript API: Pass 'interimResults' and 'continuous' flags to server.hans@chromium.org2012-10-041-4/+4
* Speech JavaScript API: Use stability as a confidence measure for intermediate...hans@chromium.org2012-10-041-0/+2
* Speech JavaScript API: Limit the 'maxAlternatives' server param to 30.hans@chromium.org2012-10-041-1/+6
* Speech JavaScript API: Embed speech server URL and pass in API key.hans@chromium.org2012-09-071-15/+27
* Speech JavaScript API: Switch to new protobuf.hans@chromium.org2012-09-061-90/+86
* Adding support for the SpeechRecognition.maxAlternatives JS API parameter (Sp...primiano@chromium.org2012-06-271-7/+5
* Speech: Fix a constant result expression.jhawkins@chromium.org2012-06-251-1/+1
* Introduced experimental support for interacting with the google remote stream...primiano@chromium.org2012-06-221-0/+586