summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tts_api_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-2/+2
* Do not set "charIndex" of TTS event when no valid value is provided.hashimoto@chromium.org2011-12-221-5/+16
* Fix crash when TTS utterances are queued on shutdown.dmazzoni@chromium.org2011-11-161-4/+9
* Fix a crash when the TTS extension API was in the middle of speakingdmazzoni@chromium.org2011-09-021-1/+4
* Fix a bug in the TTS extension API where the getVoices function wouldn'tdmazzoni@chromium.org2011-08-221-9/+10
* Move the tts and ttsEngine APIs out of experimental, and givedmazzoni@chromium.org2011-07-201-1/+1
* Fix some bugs when speak() is called without all of its arguments.dmazzoni@chromium.org2011-07-141-0/+4
* Extend TTS extension API to support richer events returned from the enginedmazzoni@chromium.org2011-07-071-0/+312