summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Speech Input: always abort when user clicks outside speech bubble.hans@chromium.org2012-09-201-5/+2
* Speech JavaScript API: Use the MediaStreamManager to ask for user permission.hans@chromium.org2012-09-132-33/+44
* Initial support for native TTS on linux through tts extension API.dtseng@chromium.org2012-09-111-21/+361
* Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Rem...thestig@chromium.org2012-09-063-12/+13
* Miscellaneous cleanups from several months ago I never got around to landing.pkasting@chromium.org2012-09-011-21/+18
* Fix crash caused when speech is generated at Chrome OS startup before Extensi...dmazzoni@chromium.org2012-08-311-1/+6
* Speech bubble: Use the images of the appropriate scale for the speech bubble.sadrul@chromium.org2012-08-212-13/+31
* Move PrefMember and PrefChangeRegistrar to api directory.joi@chromium.org2012-08-211-1/+1
* status tray: Use explicit conversion from ImageSkia to SkBitmap.sadrul@chromium.org2012-08-161-3/+4
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-102-3/+17
* Refactor extension event distribution to use Values instead of JSON strings.gdk@chromium.org2012-08-074-40/+26
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-1/+2
* mac: Remove now-unneeded includes of cocoa_protocols.hthakis@chromium.org2012-07-261-1/+0
* Chrome OS TTS API should not report it's speaking when it's not.dmazzoni@chromium.org2012-07-241-1/+1
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-233-5/+5
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-123-6/+6
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-112-2/+2
* Move ExtensionSystem into extensions namespacerdevlin.cronin@chromium.org2012-07-111-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1113-13/+0
* Changing tab closure handling logic in speech recognition code and cleaning b...primiano@chromium.org2012-07-065-281/+333
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-292-5/+7
* Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...primiano@chromium.org2012-06-271-6/+4
* grd file update for new 2x assetsthakis@chromium.org2012-06-222-2/+2
* Fix TTS extension API language matching.dmazzoni@chromium.org2012-06-212-43/+73
* Moving tray icon and notification balloon for background speech recognition s...primiano@chromium.org2012-06-158-52/+113
* TabContentsWrapper -> TabContents, part 27.avi@chromium.org2012-06-112-10/+10
* browser: Move login and speech files into cocoa/ directory.tfarina@chromium.org2012-06-101-135/+0
* Refactored ChromeSpeechRecognitionPreferences according to new ProfileKeyedSe...primiano@chromium.org2012-06-062-16/+276
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-055-44/+48
* Revert 140531 - Converted the rest of chrome except for extensions and favico...pkotwicz@chromium.org2012-06-055-48/+44
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-055-44/+48
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* browser: Move speech and login files into gtk/ directory.tfarina@chromium.org2012-06-031-300/+0
* SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitio...primiano@chromium.org2012-05-245-142/+265
* Adds the ability for BubbleGtk widgets to specify both input and popup attrib...khorimoto@chromium.org2012-05-231-2/+1
* Revert 138498 - SpeechInputExtensionManager now interface (exclusively) with ...vandebo@chromium.org2012-05-235-252/+142
* SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitio...primiano@chromium.org2012-05-235-142/+252
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-14/+17
* Make ExtensionTtsPlatformImplWin a leaky singleton to avoid a crash in the de...dmazzoni@chromium.org2012-05-222-1/+5
* Move Extension into extensions namespaceaa@chromium.org2012-05-216-8/+12
* Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const...pkotwicz@chromium.org2012-05-201-1/+1
* browser: Move speech and login files into views/ directory.tfarina@chromium.org2012-05-191-397/+0
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-162-2/+4
* Refactoring of chrome speech recognition architecture (Speech CL1.8)primiano@chromium.org2012-05-163-69/+168
* Introducing new data types and IPC messages for scripted JS speech recognitio...primiano@chromium.org2012-05-151-1/+2
* Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID.aa@chromium.org2012-05-142-3/+4
* Extracted and cleaned class SpeechInputExtensionNotification, renamed to Spee...primiano@chromium.org2012-05-105-102/+146
* Adding missing #pragma once in speech recognition headers.primiano@chromium.org2012-05-097-0/+7
* Fix TTS code to be compatible with new extension API parameter serialization.asargent@chromium.org2012-05-083-0/+4
* Fix use of ScopedComPtr that caused crash in destructordmazzoni@chromium.org2012-05-031-12/+6