summaryrefslogtreecommitdiffstats
path: root/base/power_monitor
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-265-3/+6
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-251-1/+4
* Remove all Windows Window Scoped Trackers and Associated Instrumentationrobliao2015-09-291-1/+0
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-041-3/+3
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-5/+0
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-3/+4
* Instrumenting all wndprocs to find jank.vadimt2015-01-171-0/+6
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-1/+1
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-1/+1
* Make base::PowerMonitor work on Chrome OS.derat2014-10-072-0/+50
* Revert of Check to ensure PowerObservers are added and removed on the same th...dcheng2014-09-053-35/+2
* Check to ensure PowerObservers are added and removed on the same threadbajones2014-09-043-2/+35
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* Revert of Attempting to resolve a race condition with PowerMonitor (https://c...scottmg@chromium.org2014-04-055-98/+51
* Attempting to resolve a race condition with PowerMonitor.bajones@chromium.org2014-04-055-51/+98
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-1/+1
* Fix WM_POWERBROADCAST handlingyukawa@chromium.org2013-11-052-59/+36
* Moved power_monitor_test_base to a more appropriate locationbajones@chromium.org2013-08-093-115/+1
* Revert 216592 "Moved power_monitor_test_base to a more appropria..."nhiroki@chromium.org2013-08-093-1/+115
* Moved power_monitor_test_base to a more appropriate locationbajones@chromium.org2013-08-093-115/+1
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-0215-269/+522
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-282-2/+2
* Fix blocking of shutdown on Windowsscottmg@chromium.org2013-05-021-0/+7
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-0310-0/+714