1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. 72b2771 Rename TaskTracker::RunTask to TaskTracker::RunAndPopNextTask by Robert Liao · 6 years ago
  3. 88430fa Add missing #includes (IWYU). by Peter Kasting · 6 years ago
  4. 1907539 Add explicit ".Browser" suffix for TaskScheduler histograms from browser process. by Gabriel Charette · 7 years ago
  5. 6ce6b3c Pass/store Task by value in TaskScheduler. by Robert Liao · 7 years ago
  6. cfa05a8 Cap number of TaskPriority::BACKGROUND tasks in a TaskScheduler. by Francois Doray · 7 years ago
  7. cd0c467 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 7 years ago
  8. a9b608b Remove ScopedTaskScheduler. by Francois Doray · 7 years ago
  9. 5b18cb9 Changed TaskTracker::RunTask to take a Sequence* instead of SequenceToken. by Jeffrey He · 7 years ago
  10. 98d4fe2 Changed RunNextTask to return void instead of returning whether the task ran. by Jeffrey He · 7 years ago
  11. e1d01db Do not take a MessageLoopForIO in the constructor of TaskTrackerPosix. by fdoray · 7 years ago
  12. 03181a7 Support FileDescriptorWatcher in TaskScheduler. by fdoray · 8 years ago