summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_input_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Create a Content API around SpeechInputManager. Chrome doesn't derive from it...jam@chromium.org2012-02-241-313/+0
* App a Content API around SpeechRecognizer.jam@chromium.org2012-02-231-2/+2
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-35/+31
* Extract SpeechInputManager delegate into its own header and put it in the con...tfarina@chromium.org2012-02-171-2/+4
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-161-0/+1
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-1/+1
* Revert 121810 - Move SpeechRecognizer delegate into its own header file and p...rvargas@google.com2012-02-141-1/+0
* Revert 121817 - Include speech_recognizer.h in speech_input_manager.h to plea...rvargas@google.com2012-02-141-0/+1
* Include speech_recognizer.h in speech_input_manager.h to please scoped_refptr.tfarina@chromium.org2012-02-141-1/+0
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-141-0/+1
* Move SpeechInputPreferences to content/public/browser and put it in the conte...tfarina@chromium.org2012-02-131-5/+5
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-2/+2
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-14/+41
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Move SpeechInputResult into content/public since it's used in chrome. Also ma...jam@chromium.org2011-11-281-2/+2
* Disable the web speech input feature on extension popups.leandrogracia@chromium.org2011-11-161-9/+87
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Make audio recording exclusive between web speech input and the extension API.leandrogracia@chromium.org2011-10-171-1/+3
* Migrating NewRunnableMethod/Function to bind::Base in the speech input code.leandrogracia@chromium.org2011-10-171-1/+2
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-081-1/+1
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-071-2/+8
* Remove use of default request context and fix use of speech censor flagallanwoj@chromium.org2011-09-291-3/+6
* Reland r102332 - export more symbols needed for the component builddpranke@chromium.org2011-09-231-0/+8
* Revert "Fix more symbol exports and a compile failure for the component build...dpranke@chromium.org2011-09-221-8/+0
* Fix more symbol exports and a compile failure for the component build ofdpranke@chromium.org2011-09-221-0/+8
* Refactor SpeechInputManager between chrome/ and content/.allanwoj@chromium.org2011-09-211-1/+155
* Get rid of link dependency from content to chrome. Make it get the SpeechInpu...jam@chromium.org2011-08-241-0/+33