summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tts_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs when speak() is called without all of its arguments.dmazzoni@chromium.org2011-07-141-5/+7
* Extend TTS extension API to support richer events returned from the enginedmazzoni@chromium.org2011-07-071-335/+121
* Remove Value::GetAsInteger() calls.yusukes@google.com2011-05-051-3/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-281-2/+2
* Extend the TTS extension API to allow an extension to register itself asdmazzoni@chromium.org2010-12-231-104/+254
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+22
* Move more code from headers to implementation.erg@google.com2010-12-071-0/+2
* Implement the TTS completion callback in a generic way so that the callbackdmazzoni@chromium.org2010-10-271-29/+167
* Re-land 62283 - Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-131-56/+40
* Revert 62283 - Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-121-40/+56
* Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-121-56/+40
* Add support for speak properties such as rate to platform specific TTS.dtseng@chromium.org2010-09-151-47/+22
* Add code to support options for TTS speak.chaitanyag@chromium.org2010-08-201-0/+65
* Adding tts experimental extensions apichaitanyag@chromium.org2010-08-121-0/+50