summaryrefslogtreecommitdiffstats
path: root/components/timers
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //components (CrOS edition)dcheng2015-12-311-1/+2
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-251-0/+1
* Return early if an AlarmTimer is stopped when it is not runningchirantan2015-07-171-0/+3
* Extract trace from TaskAnnotator::RunTask to its call sitescaseq2015-07-161-2/+5
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-13/+14
* Re-land: C++ readability reviewchirantan2015-04-078-698/+811
* Revert of C++ readability review (patchset #10 id:180001 of https://coderevie...falken2015-04-078-782/+699
* C++ readability reviewchirantan2015-04-078-699/+782
* Update {virtual,override,final} to follow C++11 style in components, round 2.dcheng2015-01-231-1/+1
* Link GCM heartbeat with wake on wifi preferencechirantan2014-12-063-27/+31
* gn format //componentsscottmg2014-12-031-1/+1
* Add accessor for can_wake_from_suspend_ in AlarmTimerchirantan2014-10-301-0/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* components: Introduce AlarmTimer class and use it for GCM heartbeatchirantan2014-10-249-0/+1034