summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/audio
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/mostynb2014-10-031-9/+9
* Move ScopedUserPrefUpdate to base/prefs.derat@chromium.org2013-10-301-1/+1
* Fix the device id string issue for the audio device with both input and output.jennyz@chromium.org2013-09-191-1/+9
* Set up hdmi output device default volume to 100.jennyz@chromium.org2013-09-092-17/+53
* Remove input gain switching and sanity checks.rkc@chromium.org2013-08-221-1/+0
* Use device_name to create the device string id for storing audio preferences....jennyz@chromium.org2013-08-141-1/+1
* Consolidate AudioPrefHandler code into AudioDevicesPrefHandler, and remove th...jennyz@chromium.org2013-08-013-171/+10
* Remove old audio handler code.jennyz@chromium.org2013-08-017-1314/+0
* Use a direct include of the message_loop header in chrome/browser/, part 1.avi@chromium.org2013-07-181-1/+1
* Use a direct include of the message_loop header in chrome/browser/, part 2.avi@chromium.org2013-07-171-1/+1
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-113-3/+3
* Fix compile error on x86-generic (32-bit) PFQ bots.hshi@chromium.org2013-06-221-1/+1
* Fix sizeof(long)==4 cros build.kinaba@chromium.org2013-06-211-1/+1
* Use device_name + node_id to index devices in preferences.rkc@chromium.org2013-06-202-12/+23
* Add 'notify' flag to AudioHandler settersstevenjb@chromium.org2013-06-062-19/+18
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-282-12/+12
* Merge the cras audio switch handler with the handler.rkc@chromium.org2013-05-101-5/+5
* Implement the rest of the audio API.rkc@chromium.org2013-05-072-46/+36
* Revert 198556 "Implement the rest of the audio API."rkc@chromium.org2013-05-072-36/+46
* Implement the rest of the audio API.rkc@chromium.org2013-05-062-46/+36
* Switch Audio Preferences to per device.rkc@chromium.org2013-05-023-0/+268
* Adding jennyz and myself to the audio code's OWNER'srkc@chromium.org2013-05-021-0/+3
* Implement new audio handler which talks to the new audio dbus apis, and adds ...jennyz@chromium.org2013-04-194-60/+213
* Only trigger audio notifications on changestevenjb@chromium.org2013-04-022-9/+29
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-211-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-2/+2
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-062-21/+10
* Cleanup: Remove more unneeded browser_thread.h includes.thestig@chromium.org2013-01-041-1/+2
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-222-10/+7
* Add policies to block selectively the video or audio capture through WebRTC/h...pastarmovj@google.com2012-12-061-9/+17
* Reimplement Chrome OS TTS using a component extension.dmazzoni@chromium.org2012-11-272-14/+0
* Convert PrefChangeRegistrar usages, batch 1.joi@chromium.org2012-11-132-15/+5
* Revert 166704 - Convert PrefChangeRegistrar usages, batch 1.joi@chromium.org2012-11-092-5/+15
* Convert PrefChangeRegistrar usages, batch 1.joi@chromium.org2012-11-082-15/+5
* Remove content::NotificationObserver dependency from most Prefs code.joi@chromium.org2012-11-012-23/+10
* Read and apply the audio mute setting preserved when creating a new AudioHand...jennyz@chromium.org2012-10-291-2/+3
* Revert 164341 - Read and apply the audio mute setting preserved when creating...jhorwich@chromium.org2012-10-261-3/+2
* Read and apply the audio mute setting preserved when creating a new AudioHand...jennyz@chromium.org2012-10-261-2/+3
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-2/+2
* Muting while setting volume to 0%.mtomasz@chromium.org2012-10-202-3/+32
* chromeos: Remove the old audio decibel-based preference.tfarina@chromium.org2012-10-151-9/+0
* Implement two new policies to control muting the audio I/O.pastarmovj@chromium.org2012-09-037-26/+301
* Implement new slider control and disable the volume control when audio is muted.jennyz@google.com2012-07-272-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Fix cros audio mixer to use TimeDelta in PostDelayedTask().tedvessenes@gmail.com2012-06-041-1/+1
* Fix volume controller behavior (2nd try).mukai@chromium.org2012-05-242-8/+19
* Revert 138278 - Fix the volume controlling behaviors.vollick@google.com2012-05-222-19/+8
* Modify the volume visuals:mukai@chromium.org2012-05-221-0/+2
* Fix the volume controlling behaviors.mukai@chromium.org2012-05-222-8/+19
* Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places.tedvessenes@gmail.com2012-05-171-1/+1