1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. 88430fa Add missing #includes (IWYU). by Peter Kasting · 6 years ago
  3. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  4. 67c2dbe scheduler: Add enum base::Nestable by Hajime Hoshi · 7 years ago
  5. cd0c467 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 7 years ago
  6. dd95ec5 Fix base_perftests PostTaskTest Crash by Robert Liao · 7 years ago
  7. 2c7afd8 Remove unused ScopedVector header includes. by avi · 7 years ago
  8. 6bdbeb2 Rewrite base::Bind into base::BindOnce on trivial cases in base by tzik · 7 years ago
  9. e82b7e8 Replace base::Callback with base::OnceCallback in base::PendingTask by tzik · 8 years ago
  10. d95e71b Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  11. 851719c Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  12. c74f6fe Make PendingTask move-only and pass it by value on retaining params by tzik · 8 years ago
  13. 85919bb Remove calls to deprecated MessageLoop methods in base. by fdoray · 8 years ago
  14. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  15. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  16. f3cdc16 Remove ScopedVector from message_pump_perftest by olli.raula · 9 years ago
  17. eabadbd Implement ThreadTicks::Now on Windows. by fdoray · 9 years ago
  18. b70d89a Prevent a thread startup race in ScheduleWorkTest which causes a nullptr dereference of a message pump. by amistry · 9 years ago
  19. 85c3556 Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks by miu · 9 years ago
  20. f25405c Reland (3rd try): Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  21. 9545b13 Revert of Reland: Lazily initialize MessageLoop for faster thread startup (patchset #5 id:160001 of https://codereview.chromium.org/1129953004/) by glider · 9 years ago
  22. f15caee Reland: Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  23. 7246e84 Revert of Lazily initialize MessageLoop for faster thread startup (patchset #28 id:870001 of https://codereview.chromium.org/1011683002/) by kinuko · 9 years ago
  24. a6b5bf4 Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  25. ddf2b79 Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now(). by charliea · 10 years ago
  26. d74fa8c Avoid scheduling a message loop that we know is not sleeping by jamesr · 10 years ago
  27. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  28. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  29. 8d73106 Microbenchmark for the cost of posting tasks to different pump types by jamesr · 10 years ago