summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/tts_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-5/+5
* Allow multiple TtsDispatchers to respond to IPCs.dmazzoni@chromium.org2013-11-031-3/+4
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-301-5/+5
* Don't forget to call RemoveObserver when TtsDispatcher is destroyed.dmazzoni@chromium.org2013-05-151-0/+1
* Implement TTS dispatcher using RenderProcessObserver instead of MessageFilter.dmazzoni@chromium.org2013-05-071-4/+3
* Implement web speech synthesis.dmazzoni@chromium.org2013-05-031-0/+199