summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tts_api.h
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-281-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Extend the TTS extension API to allow an extension to register itself asdmazzoni@chromium.org2010-12-231-25/+103
* Almost done deinlining virtual methods.erg@google.com2010-12-161-10/+5
* Move more code from headers to implementation.erg@google.com2010-12-071-1/+1
* Implement the TTS completion callback in a generic way so that the callbackdmazzoni@chromium.org2010-10-271-1/+95
* Re-land 62283 - Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-131-0/+40
* Revert 62283 - Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-121-40/+0
* Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-121-0/+40
* Add support for speak properties such as rate to platform specific TTS.dtseng@chromium.org2010-09-151-1/+1
* Adding tts experimental extensions apichaitanyag@chromium.org2010-08-121-0/+29