- 7dd58ad Reland "base: Replace base::Optional and friends with absl counterparts" by Anton Bikineev · 4 years, 3 months ago
- 6dd5406a Revert "base: Replace base::Optional and friends with absl counterparts" by Findit · 4 years, 3 months ago
- 3c983bd base: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 3 months ago
- dc3d0cd Delete unused STL includes from base/ and chrome/ headers. by Lei Zhang · 4 years, 4 months ago
- 7c8b916b Move PowerMonitorTestObserver to test namespace by Etienne Bergeron · 4 years, 5 months ago
- 0947997 Rename files to power_monitor_test[.h|.cc] by Etienne Bergeron · 4 years, 5 months ago
- 5dc978d Migrate PowerMonitor tests to use ScopedPowerMonitorTestSource by Etienne Bergeron · 4 years, 5 months ago
- 37f5dee Merge FakePowerMonitorSource with PowerMonitorTestSource by Etienne Bergeron · 4 years, 5 months ago
- 4952643 Add an API for adding a power thermal observer and getting the thermal state by Etienne Bergeron · 4 years, 5 months ago
- cbbca15 Add deduplication logic for power thermal notifications to PowerMonitor by Etienne Bergeron · 4 years, 5 months ago
- e455962e Fix flaky unittests caused to observers not removed from PowerMonitor by Etienne Bergeron · 4 years, 5 months ago
- 18e8b4f Make PowerMonitor battery API consistent with Suspend/Resume by Etienne Bergeron · 4 years, 5 months ago
- d414927 Remove atomic g_is_process_suspended from PowerMonitor by Etienne Bergeron · 4 years, 5 months ago
- ee63455 Reduce amount of power notifications sent to power observers by Etienne Bergeron · 4 years, 6 months ago
- 09a4396 [LSC] Remove base/strings/string16.h #includes by Jan Wilken Dörrie · 4 years, 6 months ago
- ad587c3 [LSC] Add #include <string> to prepare for removal of base::string16 by Jan Wilken Dörrie · 4 years, 6 months ago
- 415ad0c Lacros: Preparation for lacros target_os switch. by Yuta Hijikata · 4 years, 8 months ago
- 1aa111f mac: Remove code to support OS X 10.10 in //base by Robert Sesek · 4 years, 9 months ago
- 0f6f493 Implement PowerMonitorDeviceSource::GetCurrentThermalState on ChromeOS by Jiahe Zhang · 4 years, 9 months ago
- 000df18f Reland "LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH)" by Yuta Hijikata · 4 years, 9 months ago
- 91a94c7 Revert "LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH)" by Wei-Yin Chen (陳威尹) · 4 years, 10 months ago
- d9689b0 LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) by Yuta Hijikata · 4 years, 10 months ago
- 5d5e6fe Have desktop Macs report not being on battery power by Avi Drissman · 5 years ago
- 7e458c6 Add test for SessionLengthLimiter suspend case by Oleg Davydov · 5 years ago
- 5f4d6dad chromeos/dbus: base/power_monitor: Add thermal hinting api by Puthikorn Voravootivat · 5 years ago
- 78281f3 Further cleanup of OS_MACOSX in base by Avi Drissman · 5 years ago
- 5b28637 Migrate to OS_MAC and OS_APPLE in base by Avi Drissman · 5 years ago
- b25fe847 Rename MessageLoopCurrent to CurrentThread by Carlos Caballero · 5 years ago
- f936966 Reland "chrome/android: Record battery capacity drain into UMA" by Eric Seckler · 5 years ago
- bd953ac [base] More Fixes for string16 switch by Jan Wilken Dörrie · 5 years ago
- c212f8a Revert "chrome/android: Record battery capacity drain into UMA" by Justin DeWitt · 5 years ago
- 3c1f99e chrome/android: Record battery capacity drain into UMA by Eric Seckler · 5 years ago
- 2585915 base: Add locking annotations to //base. by Benoit Lize · 5 years ago
- c426987 RELAND: base/power_monitor: Add method to query thermal state by Miguel Casas-Sanchez · 5 years ago
- cae8457 Revert "base/power_monitor: Add method to query thermal state" by Chris Sharp · 5 years ago
- 1e56c55 base/power_monitor: Add method to query thermal state by Miguel Casas-Sanchez · 5 years ago
- afeb390 Include-what-you-use related to logging.h (base) by Hans Wennborg · 5 years ago
- a2f1020 RELAND: MediaStreamManager: listen to and log OnThermalStateChange by Miguel Casas-Sanchez · 5 years ago
- f6c544f base: Hide tracing support behind a gn arg by Eric Seckler · 5 years ago
- 47eae91 Revert "MediaStreamManager: listen to and log OnThermalStateChange" by Robert Kroeger · 5 years ago
- cacf4934 [1/4] Allow registration of power monitor observers pre-initialization by Etienne Bergeron · 5 years ago
- 9d9ec17 MediaStreamManager: listen to and log OnThermalStateChange by Miguel Casas-Sanchez · 5 years ago
- 853c638 base/power_monitor: Add NotifyThermalStateChange. by Miguel Casas-Sanchez · 5 years ago
- 775202c Avoid calling Time::ActivateHighResolutionTimer when suspended by Etienne Bergeron · 5 years ago
- e416cbf Change Power Suspend/Resume event scope to process by Etienne Bergeron · 5 years ago
- c3cffa6 Remove/replace unnecessary logging.h includes in .cc files (base) by Hans Wennborg · 5 years ago
- 9f3bb63d logging.h related include-what-you-use (base/) by Hans Wennborg · 5 years ago
- 834d97c mac: Remove two unneeded ContentMainDelegate sandbox-related methods. by Robert Sesek · 6 years ago
- c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
- b69fcd4 Revert "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
- 1894708 [TaskEnvironment] Complete migration with header rename by Gabriel Charette · 6 years ago
- 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
- feae87148 Cleanup TaskObserver references by Carlos Caballero · 6 years ago
- db9fc40b Make PowerMonitor threadsafe by leaking it. by Matt Menke · 6 years ago
- c0926cb Android: Refactor //base JNI headers to use full include paths. by Eric Stevenson · 6 years ago
- 61bfd829 Remove unneeded base/observer_list_threadsafe.h includes. by Lei Zhang · 7 years ago
- bacc196 [base] Add as_u16cstr() utility function by jdoerrie · 7 years ago
- 5c4dc4e [base] Prepare //base For String16 Switch by jdoerrie · 7 years ago
- 51c45a7 Remove a few more unnecessary semicolons. by Nico Weber · 7 years ago
- 84b10b6 Reland "macOS V2 Sandbox: Report correct sandbox profile for nacl-loader." by Greg Kerr · 7 years ago
- c99e905 JNI: Remove jclass from JNI static methods by Aiden Benner · 7 years ago
- 5a1892b Remove MessageLoop{UI,IO}::{current,IsCurrent}() by Sami Kyostila · 7 years ago
- 3f49cb57 base: Remove MessageLoop usage from tests by Sami Kyostila · 7 years ago
- 4f9c35c [message_loop] Remove message_loop_forward.h by Alexander Timin · 7 years ago
- c643d0e1 [message_loop] Temporary introduce message_loop_forward.h. by Alexander Timin · 7 years ago
- 6c622935 [clang-tidy] Apply modernize-loop-convert in /base by jdoerrie · 7 years ago
- e7948900 Add instant trace event for power state transition by Etienne Bergeron · 7 years ago
- 01d76bd1 Implement PowerMonitorDeviceSource::IsOnBatteryPowerImpl on iOS by Olivier Robin · 7 years ago
- c46597f Introduce two-phase shutdown of PowerMonitorSource by Colin Blundell · 7 years ago
- bd263ac PowerMonitorSource: Remove unused method by Colin Blundell · 7 years ago
- 0b1e1b2 Document PowerMonitor's notification thread by Rintaro Kuroiwa · 7 years ago
- 9fba3aff Stop setting is_posix for Fuchsia. by Fabrice de Gans-Riberi · 7 years ago
- 091d629 Run clang-tidy modernize-use-equals-{delete,default} on //base headers by Chris Watkins · 8 years ago
- bb7211c Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 8 years ago
- 7aacf95 Add the classname to JNI method names to make them unique by Daniel Bratell · 8 years ago
- a16212a5 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 8 years ago
- 77c6b4a9 Delete JNI registration code under base/android by Yipeng Wang · 8 years ago
- 1ee189bd Remove trailing semicolon at the end of a method definition by juncai · 8 years ago
- d862577 Allow PowerMonitorDeviceSource to be used from sequenced tasks. by fdoray · 9 years ago
- 86217288 Implement base::PowerMonitor::IsOnBatteryPower() for OSX. by dalecurtis · 9 years ago
- 610004f2 Remove OnSuspend/OnResume notifications on Android. by dalecurtis · 9 years ago
- f61cae4 PowerMonitorTestSource: Remove MessageLoop, prefer always required. by dalecurtis · 9 years ago
- e1e050c5 Remove calls to MessageLoop::current() in base. by fdoray · 9 years ago
- 093de9b Convert //base to use std::unique_ptr by dcheng · 9 years ago
- 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
- 0c8d4aa base: Use std::move() instead of Pass() for real movable types. by danakj · 10 years ago
- 4a5556ba Remove all Windows Window Scoped Trackers and Associated Instrumentation by robliao · 10 years ago
- 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
- 89cc5d9 jni_generator: Pass object parameters as JavaParamRef. by torne · 10 years ago
- 598fe01 Remove Unactionable or Low Jank USER32 Instrumentation by robliao · 10 years ago
- 574f09c Subject .mm files to the header sorting presubmit by tapted · 10 years ago
- 9a77a72 Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile. by reillyg · 11 years ago
- 3549b9a1 Instrumenting all wndprocs to find jank. by vadimt · 11 years ago
- 8aef3761 Standardize usage of virtual/override/final specifiers in base/. by dcheng · 11 years ago
- 5648818 Standardize usage of virtual/override/final in base/ by dcheng · 11 years ago
- 9e096de replace OVERRIDE and FINAL with override and final in base/ by mostynb · 11 years ago
- 0736658 Make base::PowerMonitor work on Chrome OS. by derat · 11 years ago
- 5b9e04f Revert of Check to ensure PowerObservers are added and removed on the same thread (patchset #7 id:120001 of https://codereview.chromium.org/502003003/) by dcheng · 11 years ago
- 012b371 Check to ensure PowerObservers are added and removed on the same thread by bajones · 11 years ago
- ad8cfa9 Removed LOG_GETLASTERROR and LOG_ERRNO macros. by [email protected] · 11 years ago