summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* [TTS] Fix non-enqueueable Utterance leak in TtsControllertzik2014-09-081-0/+1
* [TTS] Adjust WeakPtr lifetime to object lifetime of TtsMessageFiltertzik2014-09-082-4/+14
* Use leaky singleton traits for TtsPlatformImplAndroid.dmazzoni@chromium.org2014-08-191-1/+2
* Eliminate the dependency of Profile from TtsMessageFilter.mrunal.kapade@intel.com2014-08-1311-47/+70
* Custom launcher pages: right-click menu is now the platform apps menu.mgiuca@chromium.org2014-08-111-0/+1
* Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui...thestig@chromium.org2014-08-081-1/+0
* Remove the dependency of Extension API from tts_chromeosmrunal.kapade@intel.com2014-08-026-21/+46
* Move TTS related command line switch to contentmrunal.kapade@intel.com2014-08-011-1/+1
* Utilize the window.speechSynthesis.onvoiceschanged event in ChromeVox.dtseng@chromium.org2014-07-315-20/+1
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-281-2/+1
* Separate out the TtsController interface from it's implmrunal.kapade@intel.com2014-07-244-92/+151
* Remove dependency of profile from TtsMessageFiltermrunal.kapade@intel.com2014-07-221-3/+0
* Get rid of some uses of CreateIntegerValueestade@chromium.org2014-07-221-3/+3
* Remove many instances of CreateBooleanValue.estade@chromium.org2014-07-171-2/+2
* ifdef more extensions code to be used only when extensions are enabled.thestig@chromium.org2014-07-161-2/+11
* Eliminate the dependence of tts extension API form tts_controller.ccchun.gao@intel.com2014-07-124-44/+74
* Support onvoiceschanged for extension-based tts engines.dtseng@chromium.org2014-07-106-187/+227
* Stamp out CreateStringValue in chrome/estade@chromium.org2014-07-092-2/+2
* Always attempt to load built-in engines when speaking.dtseng@chromium.org2014-07-071-4/+13
* Ensure TtsMessageFilter is unregistered when destroyed.dmazzoni@chromium.org2014-07-012-0/+10
* Cleanup: Remove deprecated Profile::GetExtensionService().thestig@chromium.org2014-06-261-2/+3
* Cleanup: Remove most deprecated Profile::GetExtensionService() usage.thestig@chromium.org2014-06-221-7/+8
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-162-5/+3
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-2/+2
* Start removing support for the experimental x-webkit-speech APIhans@chromium.org2014-05-0210-1444/+10
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-304-12/+12
* cleanup: Use EventRouter and some cleanups.limasdf@gmail.com2014-04-221-2/+1
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-172-12/+9
* Keep pending utterance while Android TextToSpeech is initializing.dmazzoni@chromium.org2014-04-161-6/+0
* Fix assert in TTS android impl.dmazzoni@chromium.org2014-04-151-0/+3
* Only enable speech dispatcher on Linux with an explicit switch.dmazzoni@chromium.org2014-03-251-0/+6
* Move ExtensionHost from src/chrome to src/extensionsjamescook@chromium.org2014-03-211-1/+1
* [Mac] Don't crash when enumerating OS TTS voices if there is no default voice.mark@chromium.org2014-03-141-1/+3
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-142-10/+9
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-131-1/+1
* Revert of Eliminate the dependence of tts extension API for tts_controller.cc...merkulova@chromium.org2014-03-064-74/+44
* Move ExtensionFunctionRegistry out of src/chromerockot@chromium.org2014-03-051-1/+1
* Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.yoz@chromium.org2014-03-052-9/+9
* Eliminate the dependence of tts extension API for tts_controller.ccchun.gao@intel.com2014-03-044-44/+74
* SkBitmap::Config is deprecated, switch to using SkColorTypereed@google.com2014-03-041-1/+1
* Gracefully fall back to a reasonable voice when a non-existent voice name is ...dtseng@chromium.org2014-02-272-11/+51
* Reland 253509 - ProfileKeyedAPIFactory to build instances with BrowserContext...yoz@chromium.org2014-02-271-0/+1
* Revert 253509 "Change ProfileKeyedAPIFactory to build instances ..."rch@chromium.org2014-02-261-1/+0
* Change ProfileKeyedAPIFactory to build instances with BrowserContext instead ...yoz@chromium.org2014-02-261-0/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-252-12/+5
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Rename VIEW_TYPE_APP_SHELL -> VIEW_TYPE_APP_WINDOWrockot@chromium.org2014-02-201-2/+2
* It can happen that when a page with an Speech Recognition enabled input goes ...tommyw@chromium.org2014-02-205-37/+59
* Run SPD in a single-threaded mode.glider@chromium.org2014-02-191-2/+2