summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/audio
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-044-26/+26
* Supports multiple active input/output audio nodes in CrasAudioHandler.jennyz2014-09-251-55/+3
* Move extension_test_message_listener to extensions.lfg2014-09-191-1/+1
* Add ability to active multiple devices via the audio API.jennyz@chromium.org2014-08-152-7/+51
* Cleanup: Change chrome/chrome_browser_extensions.gypi to be inclusive rather ...thestig@chromium.org2014-07-011-7/+11
* Remove CrasAudioClient calls from audio_service_chromeos.cc.jennyz@chromium.org2014-05-281-71/+43
* Add empty Linux implementation of audio_service.rpaquay@chromium.org2014-05-091-0/+87
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-2/+2
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-302-4/+4
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-181-5/+2
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-1/+1
* Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.yoz@chromium.org2014-03-052-13/+12
* 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
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-212-7/+7
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().thestig@chromium.org2014-01-211-1/+1
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-282-7/+7
* Reduce chrome cras dbus call logs during device rebooting. cras server won't ...jennyz@chromium.org2013-09-131-1/+13
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-201-2/+4
* Use a direct include of the message_loop header in chrome/browser/, part 5.avi@chromium.org2013-07-181-1/+1
* Add DeviceName to the name returned by the Audio API.rkc@chromium.org2013-07-151-2/+2
* Fix the issue of switching active audio device from ash tray menu.jennyz@chromium.org2013-07-131-2/+2
* Migrate to use SetOutputNodeVolume and SetInputNodeGain cras apis. jennyz@chromium.org2013-07-121-21/+22
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-2/+3
* Add tests for the Audio Extension API.rkc@chromium.org2013-05-172-1/+5
* Set mute correctly from the audio API.rkc@chromium.org2013-05-101-4/+4
* Implement the rest of the audio API.rkc@chromium.org2013-05-075-13/+155
* Revert 198556 "Implement the rest of the audio API."rkc@chromium.org2013-05-075-155/+13
* Implement the rest of the audio API.rkc@chromium.org2013-05-065-13/+155
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-3/+3
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Audio extension API.hshi@chromium.org2013-04-236-0/+438