summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-044-46/+62
* Revert 197755 "Replace MediaStreamUIController with MediaStreamU..." which is...mattm@chromium.org2013-05-022-92/+97
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-05-022-97/+92
* Revert 197222 "Replace MediaStreamUIController with MediaStreamU..."sergeyu@chromium.org2013-04-302-92/+97
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-04-302-97/+92
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Cleanup interfaces used to deliver notifications about MediaStream state from...sergeyu@chromium.org2013-04-291-3/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-172-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-3/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-093-4/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-3/+4
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-233-9/+4
* Extend MediaObserver interface to allow MediaStreams to be stopped from UI.sergeyu@chromium.org2013-03-201-1/+2
* content: Move more constants from url_constants.h into content namespace.tfarina@chromium.org2013-03-021-3/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Remove CanShowAudioInputSettings().dalecurtis@google.com2013-02-151-4/+1
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-122-5/+9
* Make <webview> speech bubble work in platform apps.lazyboy@chromium.org2013-01-294-171/+28
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-071-2/+2
* 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