summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Revert 64466 - Language tag for speech.nirnimesh@chromium.org2010-10-2910-32/+9
* Language tag for speech.leandrogracia@chromium.org2010-10-2910-9/+32
* Enable speech input API back on trunk for all platforms.satish@chromium.org2010-10-291-4/+0
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-291-1/+1
* Added grammar attribute to speech input.satish@chromium.org2010-10-2811-70/+133
* 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-2611-48/+80
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-224-43/+62
* Convert LOG(INFO) to VLOG(1) - chrome/browser/speech/.pkasting@chromium.org2010-10-216-42/+40
* Fix 2 speech input display issues seen in the M8 dev channel build.satish@chromium.org2010-10-181-10/+13
* Fix a crash by checking if a given request id existed in our list before proc...satish@chromium.org2010-10-152-4/+17
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-132-5/+17
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-0/+3
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-125-5/+5
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-076-33/+33
* Added more logging to debug a test which fails in the build bots.satish@chromium.org2010-10-061-2/+2
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-0/+1
* Added more logging and marked a test as FLAKY_.satish@chromium.org2010-10-042-1/+8
* Added more log messages to help track down an infrequent timeout in the test.satish@chromium.org2010-10-041-0/+4
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-4/+4
* Enable the html speech input API for all platforms.satish@chromium.org2010-10-011-42/+0
* Enables 2 tests which have not been failing recently.satish@chromium.org2010-10-012-10/+2
* Fix the progress animation to get displayed at the original size and not squi...satish@chromium.org2010-10-011-3/+9
* 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-292-19/+31
* Add some log messages to track down a test timing out occasionally.satish@chromium.org2010-09-281-2/+7
* Fix build break due to comparison between signed/unsigned integers.satish@chromium.org2010-09-231-1/+1
* Earlier we used to show a static image in this state, instead we now show the...satish@chromium.org2010-09-234-10/+58
* Extend speech input bubble in Mac to display error messages with try-again an...satish@chromium.org2010-09-213-36/+110
* gtk: Implement SetImage function for speech input bubble.tfarina@chromium.org2010-09-191-2/+6
* Remove console LOG(INFO) spam from EnergyEndpointer.evan@chromium.org2010-09-171-5/+0
* Show a volume indicator as audio is being recorded.satish@chromium.org2010-09-1617-78/+299
* Extend speech input bubble in GTK to display error messages with try-again an...satish@chromium.org2010-09-141-50/+106
* Fix chrome os build break caused by passing string16 where a wstring was expe...satish@chromium.org2010-09-111-1/+2
* Extend speech input bubble on windows to display error messages with try-agai...satish@chromium.org2010-09-111-62/+121
* We used to show error messages as info bars earlier. Based on UX feedback, we...satish@chromium.org2010-09-1012-169/+421
* Give time for environment estimation and detect the no-speech case.satish@chromium.org2010-09-096-47/+198
* Changed a link widget to button per feedback from UX.satish@chromium.org2010-09-031-10/+8
* This feature was already enabled on windows and mac last week (http://coderev...satish@chromium.org2010-09-031-3/+4
* Implement the speech input bubble on linux/gtk.satish@chromium.org2010-09-015-10/+146
* Fix data race in destroying the info bubble.satish@chromium.org2010-09-011-6/+12
* Marked SpeechInputBubbleControllerTest.TestFocusChanged as disabled.akalin@chromium.org2010-09-011-1/+8
* Reverting as this breaks Chromium OS. Please fix and reland.ananta@chromium.org2010-08-315-146/+10
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-4/+4
* Implement the speech input bubble on linux/gtk.satish@chromium.org2010-08-315-10/+146
* Enable speech input by default on windows.satish@chromium.org2010-08-281-0/+5
* Implement the speech input bubble on mac.satish@chromium.org2010-08-284-7/+332
* Show proper messages if we find errors before or during audio recording.satish@chromium.org2010-08-274-12/+84
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-2710-12/+447
* Make SpeechInputManager a process wide singleton so it can make sure there is...satish@chromium.org2010-08-268-144/+258