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