summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_input_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-261-207/+0
* Mark GrammarAttribute and TestBasicRecognition as DISABLED for Chrome buildseblake@chromium.org2011-01-311-2/+9
* Cancel any pending speech recognitions when the dispatcher host terminates.satish@chromium.org2011-01-201-10/+18
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-201-1/+2
* Revert http://src.chromium.org/viewvc/chrome?view=rev&revision=70896 to move ...satish@chromium.org2011-01-191-4/+0
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Fix build breakage.thestig@chromium.org2011-01-111-0/+1
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+1
* Enable speech input by default and remove unused code.satish@chromium.org2011-01-101-0/+4
* Cleanup: Include browser.h -> ui/browser.h [Part 2].jhawkins@chromium.org2010-11-161-1/+1
* Language tag for speech.leandrogracia@chromium.org2010-11-011-0/+1
* Revert 64466 - Language tag for speech.nirnimesh@chromium.org2010-10-291-1/+0
* Language tag for speech.leandrogracia@chromium.org2010-10-291-0/+1
* Enable speech input API back on trunk for all platforms.satish@chromium.org2010-10-291-4/+0
* Added grammar attribute to speech input.satish@chromium.org2010-10-281-43/+89
* Move speech input behind a flag for M8 beta and stable.satish@chromium.org2010-10-271-0/+4
* Add ability to parse multiple recognition results and send them to WebKit.satish@chromium.org2010-10-261-2/+3
* Convert LOG(INFO) to VLOG(1) - chrome/browser/speech/.pkasting@chromium.org2010-10-211-6/+6
* Fix a crash by checking if a given request id existed in our list before proc...satish@chromium.org2010-10-151-0/+6
* Added more logging and marked a test as FLAKY_.satish@chromium.org2010-10-041-1/+2
* Added more log messages to help track down an infrequent timeout in the test.satish@chromium.org2010-10-041-0/+4
* Enables 2 tests which have not been failing recently.satish@chromium.org2010-10-011-1/+1
* Mark a failing test as FLAKY and added a potential fix + log messages.satish@chromium.org2010-09-291-1/+2
* Get the speech input browser test working again.satish@chromium.org2010-09-291-13/+31
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-271-1/+5
* Make SpeechInputManager a process wide singleton so it can make sure there is...satish@chromium.org2010-08-261-18/+21
* Support for multiple speech enabled elements in same page.satish@chromium.org2010-08-171-15/+17
* Revert 56006 - Revert 56002 - Adds SpeechInputManagerImpl to handle requests ...satorux@chromium.org2010-08-131-8/+8
* Revert 56002 - Adds SpeechInputManagerImpl to handle requests from render vie...satorux@chromium.org2010-08-131-8/+8
* Adds SpeechInputManagerImpl to handle requests from render views and return r...satish@chromium.org2010-08-131-8/+8
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* Disable SpeechInputBrowserTest.TestBasicRecognition.jianli@chromium.org2010-08-051-1/+1
* Adds chromium side plumbing to pass speech input calls back and forth with We...satish@chromium.org2010-08-041-0/+103