summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Create a Content API around SpeechInputManager. Chrome doesn't derive from it...jam@chromium.org2012-02-246-214/+158
* App a Content API around SpeechRecognizer.jam@chromium.org2012-02-236-93/+95
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-238-78/+78
* Extract SpeechInputManager delegate into its own header and put it in the con...tfarina@chromium.org2012-02-176-34/+58
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-167-66/+31
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-153-6/+6
* Revert 121810 - Move SpeechRecognizer delegate into its own header file and p...rvargas@google.com2012-02-146-30/+68
* Revert 121817 - Include speech_recognizer.h in speech_input_manager.h to plea...rvargas@google.com2012-02-142-1/+2
* Include speech_recognizer.h in speech_input_manager.h to please scoped_refptr.tfarina@chromium.org2012-02-142-2/+1
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-146-68/+30
* Move SpeechInputPreferences to content/public/browser and put it in the conte...tfarina@chromium.org2012-02-137-68/+26
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-092-2/+2
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-094-7/+7
* Fixed a bug and a race condition in SpeechInputBrowserTest::TestCancelAll whi...primiano@chromium.org2012-02-031-30/+33
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-032-6/+18
* Revert 120196 - Fixed a bug causing hang of speech input tests (especially Te...mkwst@chromium.org2012-02-021-25/+30
* Fixed a bug causing hang of speech input tests (especially TestCancelAll). Re...primiano@chromium.org2012-02-021-30/+25
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+2
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-5/+7
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-2/+2
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-161-3/+3
* Remove the AudioManager singleton.tommi@chromium.org2011-12-128-55/+106
* 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-2811-62/+79
* Add OVERRIDE to content/.avi@chromium.org2011-11-172-9/+10
* Disable the web speech input feature on extension popups.leandrogracia@chromium.org2011-11-162-9/+92
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-024-1/+6
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-2/+4
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-283-4/+4
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-282-4/+4
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-5/+5
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-261-0/+1
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-254-12/+13
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-242-4/+7
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+1
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Make audio recording exclusive between web speech input and the extension API.leandrogracia@chromium.org2011-10-173-3/+12
* Migrating NewRunnableMethod/Function to bind::Base in the speech input code.leandrogracia@chromium.org2011-10-173-15/+16
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-086-11/+11
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-0711-115/+166
* Export some unix-specific content symbols.dpranke@chromium.org2011-10-042-3/+5