summaryrefslogtreecommitdiffstats
path: root/base/system_monitor
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-262-1/+2
* base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.danakj2015-03-071-0/+1
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-1/+1
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-1/+0
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-182-2/+2
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-039-611/+4
* Move power event handling logic from ui/ layer to base/ on Windowshongbo.min@intel.com2013-03-012-21/+102
* Remove removable storage notifications from base System Monitor. (part 3)gbillock@chromium.org2013-02-063-190/+0
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-061-13/+14
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-1/+1
* Fire SystemMonitor::{RESUME,SUSPEND}_EVENT on Android.pliard@chromium.org2012-12-131-2/+9
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-13/+13
* Android: Integrates native and java SystemMonitor.bulach@chromium.org2012-10-162-2/+34
* Document bad pattern in base::SystemMonitor.vandebo@chromium.org2012-09-131-0/+4
* Fix a potential multi-thread issue when manipulating removable storage maphongbo.min@intel.com2012-09-132-10/+21
* Implement platform specific part of MediaStorageUtil for Linux.vandebo@chromium.org2012-08-302-0/+4
* Rename SystemMonitor's MediaDevice calls to RemovableStorage. Functional chan...thestig@chromium.org2012-08-263-88/+86
* SystemMonitor: Pull device type into the device idvandebo@chromium.org2012-08-213-28/+3
* Clean-up inline members of nested classes (base/)hans@chromium.org2012-08-102-7/+13
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-061-4/+1
* Isolated FS for Media devices.kmadhusu@chromium.org2012-08-032-3/+4
* add device type as an argument in OnDevicesChanged.wjia@chromium.org2012-07-313-12/+20
* Change base::SystemMonitor's media device functions to take a type and FilePa...thestig@chromium.org2012-07-213-65/+122
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Adds an iOS implementation of base::SystemMonitor.rohitrao@chromium.org2012-07-102-3/+56
* Revert 138011 - Base: Add power requirements to the System monitor.rvargas@google.com2012-06-115-238/+3
* Change SystemMonitor::GetAttachedMediaDevices() to return a vector instead of...thestig@chromium.org2012-05-233-28/+28
* Cleanup: Add test fixture for SystemMonitorTest to remove some redundant code.thestig@chromium.org2012-05-221-93/+78
* Add SystemMonitor::GetAttachedMediaDevices().thestig@chromium.org2012-05-213-1/+100
* Base: Add power requirements to the System monitor.rvargas@google.com2012-05-195-3/+240
* Revert 137960 - Base: Add power requirements to the System monitor.zea@chromium.org2012-05-185-240/+3
* Base: Add power requirements to the System monitor.rvargas@google.com2012-05-185-3/+240
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-3/+3
* Add media device attach notification mechanism.vandebo@chromium.org2012-03-023-28/+80
* Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notifi...mattm@chromium.org2012-03-013-80/+28
* Add Media device notification to SystemMonitor and Mac implvandebo@chromium.org2012-02-293-28/+80
* Mac64 build fix.tzik@chromium.org2012-02-291-2/+2
* Send WM_DEVICECHANGE message through SystemMonitorscottmg@chromium.org2011-11-153-12/+95
* Revert 109960 - Send WM_DEVICECHANGE message through SystemMonitorkmadhusu@chromium.org2011-11-143-95/+12
* Send WM_DEVICECHANGE message through SystemMonitorscottmg@chromium.org2011-11-143-12/+95
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-262-5/+5
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-252-5/+5
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-252-5/+5
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Upstream android debug and log related filesmichaelbai@google.com2011-07-071-0/+14
* Mac: Split SystemMonitor initialization so it's not blocked by the Sandbox.jeremy@chromium.org2011-07-043-17/+40