summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-031-2/+1
* Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...ajwong@chromium.org2012-12-201-1/+2
* Add DEPS rules to help enforce the general rule that the embedder should prov...joi@chromium.org2012-12-171-0/+1
* Revert 170701 since the WebKit change has now been rolled in again.tommi@chromium.org2012-12-0415-113/+159
* Revert 170668tasak@google.com2012-12-0315-159/+113
* Remove the flag for the Speech API and turn it on by default.tommi@chromium.org2012-12-011-5/+1
* Update the Speech Api to support array(s) of result itemstommi@chromium.org2012-12-0115-113/+159
* Browser Plugin: Enable Speech Bubble and Position Correctlyfsamuel@chromium.org2012-11-272-2/+58
* This patch does:xians@chromium.org2012-11-271-9/+9
* This patch does:xians@chromium.org2012-11-212-105/+68
* as the subject.xians@chromium.org2012-11-211-0/+2
* Revert "Linux: change protobuf default option to allow building"nyquist@chromium.org2012-11-121-0/+1
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-31/+31
* Linux: change protobuf default option to allow buildingphajdan.jr@chromium.org2012-11-071-1/+0
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-072-2/+8
* Removing myself from OWNERs and WATCHLISTsatish@chromium.org2012-10-291-1/+0
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-292-13/+7
* content/browser: Move speech code into content namespace.tfarina@chromium.org2012-10-2933-335/+266
* Build SpeechRecognitionManagerImpl on iOS. Run content speech unit tests.msarda@chromium.org2012-10-242-1/+14
* Disable SpeechRecognitionBrowserTest::TestCancelAll on mac.msarda@chromium.org2012-10-221-7/+2
* Remove StreamOptions constructor that doesn't specify device type.justinlin@chromium.org2012-10-221-1/+2
* > Refactor media_stream_device_settings into media_stream_ui_controller.xians@chromium.org2012-10-191-1/+1
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-172-2/+4
* remove VideoDeviceError and AudioDeviceError for media stream.wjia@chromium.org2012-10-161-4/+0
* Speech JavaScript API: Pass 'interimResults' and 'continuous' flags to server.hans@chromium.org2012-10-045-10/+22
* Speech JavaScript API: Use stability as a confidence measure for intermediate...hans@chromium.org2012-10-042-10/+63
* Speech JavaScript API: Limit the 'maxAlternatives' server param to 30.hans@chromium.org2012-10-041-1/+6
* Use Google API key for one-shot speech recognitionhans@chromium.org2012-09-141-0/+4
* Speech JavaScript API: Use the MediaStreamManager to ask for user permission.hans@chromium.org2012-09-133-35/+169
* 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-064-154/+172
* Disable SpeechRecognitionBrowserTest.TestCancelAll on Windows and Linux.mnissler@chromium.org2012-08-061-2/+8
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-2/+2
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-3/+4
* Convert speech and session history browser_tests to run under content_browser...jam@chromium.org2012-07-271-24/+20
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-1/+1
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-1/+1
* Small refactor to media architecture in order to allow end-to-end tests.primiano@chromium.org2012-07-123-73/+13
* Remove #pragma once from contentajwong@chromium.org2012-07-1113-13/+0
* Changing tab closure handling logic in speech recognition code and cleaning b...primiano@chromium.org2012-07-063-0/+20
* Introducing 15 sec. silence timeout for auto-ending continous speech recognit...primiano@chromium.org2012-07-031-8/+17
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-2/+3
* Remove 1 static initializer from chrome_speech_recognition_manager_delegate.ccthakis@chromium.org2012-06-291-2/+0
* Adding support for the SpeechRecognition.maxAlternatives JS API parameter (Sp...primiano@chromium.org2012-06-277-11/+16
* Fast-forwarding the endpointer when a result is received in continuous recogn...primiano@chromium.org2012-06-271-1/+17
* Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...primiano@chromium.org2012-06-276-122/+115
* 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-228-19/+1248
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-192-9/+9
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-5/+5