summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* Make sure TtsMessageFilter::OnChannelClosing is handled on the UI thread.dmazzoni@chromium.org2013-08-132-1/+18
* Remove unused variable declaration.etienneb@chromium.org2013-08-091-1/+0
* Correctly integrate StoragePartition into TestingProfile.ajwong@chromium.org2013-07-231-11/+4
* Use a direct include of the message_loop header in chrome/browser/, part 10.avi@chromium.org2013-07-172-2/+2
* Get rid of the SpeechRecognitionPreferences interface. It only had one method...jam@chromium.org2013-07-094-346/+13
* Android: Speech Recognition infobar and tray notification.janx@chromium.org2013-07-084-177/+287
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-052-2/+2
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-4/+4
* Use setXfermodeMode instead of leaking in a couple places.msw@chromium.org2013-06-181-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chrome/browser/r*-s*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-074-4/+4
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-3/+0
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-2/+2
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Add Pause and Resume to Web TTS & Extension TTS APIsdmazzoni@chromium.org2013-05-3018-41/+333
* Support multiple voices for all available modules (text-to-speech engines) on...dtseng@chromium.org2013-05-281-10/+63
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-283-14/+14
* Allow virtual keyboard window to access audio stream and speech api for voice...bshe@chromium.org2013-05-241-1/+2
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-224-22/+24
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-204-7/+7
* Android implementation of text-to-speech code for Web Speech Synthesis APIdmazzoni@chromium.org2013-05-206-5/+256
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-171-0/+1
* Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."tzik@chromium.org2013-05-131-1/+0
* Add support for native TTS to provide multiple voices.dmazzoni@chromium.org2013-05-1116-309/+398
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-101-0/+1
* Load the Linux TTS library on the FILE thread, not the main thread.dmazzoni@chromium.org2013-05-081-4/+26
* Add dmazzoni and dtseng as owners of tts portion of chrome/browser/speechdmazzoni@chromium.org2013-05-071-0/+5
* Consolidate manifest handler registration.yoz@chromium.org2013-05-061-2/+0
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-062-5/+5
* Change GetProfileToUse method from Profile to content::BrowserContextphajdan.jr@chromium.org2013-05-033-8/+4
* Implement web speech synthesis.dmazzoni@chromium.org2013-05-037-118/+387
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-013-4/+3
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-263-7/+8
* Remove all code for chrome.experimental.speechInput extension APIfangjue23303@gmail.com2013-04-245-1465/+0
* Fixed the speech crash when the render view has gone away then users click "t...xians@chromium.org2013-04-041-9/+49
* Move the ViewType enum to extensions\common.jam@chromium.org2013-04-011-4/+4
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-211-1/+1
* content: replace NOTIFICATION_RENDER_VIEW_HOST_DELETED with observer usagephajdan.jr@chromium.org2013-03-151-0/+1
* Fix crash in NSSpeechSynthesizer by explicitly retaining NSString.dmazzoni@chromium.org2013-03-151-7/+59
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Manifest handler for all keys background-related.yoz@chromium.org2013-03-011-3/+1
* Remove WebContents methods that duplicate WebContentsView methods.jam@chromium.org2013-02-261-1/+3
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Mac Chromium style checker cleanuprsleevi@chromium.org2013-02-201-5/+5
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-112-2/+2
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-102-4/+6