summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_input_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-252/+0
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Create a Content API around SpeechInputManager. Chrome doesn't derive from it...jam@chromium.org2012-02-241-24/+7
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-13/+12
* Extract SpeechInputManager delegate into its own header and put it in the con...tfarina@chromium.org2012-02-171-6/+12
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-161-0/+1
* Revert 121810 - Move SpeechRecognizer delegate into its own header file and p...rvargas@google.com2012-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-1/+1
* Fixed a bug and a race condition in SpeechInputBrowserTest::TestCancelAll whi...primiano@chromium.org2012-02-031-30/+33
* 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
* 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
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-28/+23
* Move SpeechInputResult into content/public since it's used in chrome. Also ma...jam@chromium.org2011-11-281-3/+4
* 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-171-1/+2
* Migrating NewRunnableMethod/Function to bind::Base in the speech input code.leandrogracia@chromium.org2011-10-171-8/+9
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-071-3/+4
* Remove use of default request context and fix use of speech censor flagallanwoj@chromium.org2011-09-291-1/+3
* Refactor SpeechInputManager between chrome/ and content/.allanwoj@chromium.org2011-09-211-0/+18
* Get rid of link dependency from content to chrome. Make it get the SpeechInpu...jam@chromium.org2011-08-241-8/+3
* Remove a couple racy functions from ui_test_utils.gbillock@chromium.org2011-08-241-5/+7
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* Remove content dependency on chrome/browser/accessibility/browser_accessibili...jam@chromium.org2011-06-131-1/+1
* Disable the test SpeechInputBrowserTest.TestCancelAllakalin@chromium.org2011-03-191-6/+1
* Disable the newly added SpeechInputBrowserTest.TestCancelAll in official rele...satish@chromium.org2011-03-191-1/+7
* Close ongoing speech input sessions when a tab terminates.satish@chromium.org2011-03-181-7/+47
* Try a different way to test speech input in browsertests. These tests were fl...satish@chromium.org2011-03-141-14/+2
* Enable speech input by default and remove unused code.satish@chromium.org2011-03-041-0/+4
* Disable SpeechInputBrowserTest.TestBasicRecognition, crashes flakilyphajdan.jr@chromium.org2011-02-281-2/+2
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-261-0/+207