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. ea94237 [TaskScheduler] Do not limit concurrent background sequences during shutdown. by Francois Doray · 6 years ago
  4. 88430fa Add missing #includes (IWYU). by Peter Kasting · 6 years ago
  5. e25acff Rename TaskTracker::Flush() to TaskTracker::FlushForTesting() by Robert Liao · 7 years ago
  6. f909991 Introduce TaskTracker::FlushAsyncForTesting() by Robert Liao · 7 years ago
  7. 1907539 Add explicit ".Browser" suffix for TaskScheduler histograms from browser process. by Gabriel Charette · 7 years ago
  8. 4f30e66 Add TaskScheduler name to TaskLatencyMicroseconds histograms by Gabriel Charette · 7 years ago
  9. 6ce6b3c Pass/store Task by value in TaskScheduler. by Robert Liao · 7 years ago
  10. ed9daa6 Remove base::ThreadRestrictions::AssertIOAllowed. by Francois Doray · 7 years ago
  11. cfa05a8 Cap number of TaskPriority::BACKGROUND tasks in a TaskScheduler. by Francois Doray · 7 years ago
  12. 5f64343 Use "run" instead of "schedule" in base/task_scheduler/. by Francois Doray · 7 years ago
  13. 7c3de9f Remove base::ThreadRestrictions::AssertWaitAllowed(). by Francois Doray · 7 years ago
  14. cd0c467 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 7 years ago
  15. 6cc07fa Revert "Reland "Reimplement base::WaitableEvent with a kqueue on Mac."" by Michael Nordman · 7 years ago
  16. 34fcc62 Reland "Reimplement base::WaitableEvent with a kqueue on Mac." by Robert Sesek · 7 years ago
  17. d6db23c Revert "Reimplement base::WaitableEvent with a kqueue on Mac." by Keishi Hattori · 7 years ago
  18. c18a6c1 Reimplement base::WaitableEvent with a kqueue on Mac. by Robert Sesek · 7 years ago
  19. 5b18cb9 Changed TaskTracker::RunTask to take a Sequence* instead of SequenceToken. by Jeffrey He · 7 years ago
  20. 98d4fe2 Changed RunNextTask to return void instead of returning whether the task ran. by Jeffrey He · 7 years ago
  21. 2901429 Disable DCHECK for no BLOCK_SHUTDOWN posted after TaskScheduler shutdown. by gab · 7 years ago
  22. b701340 Use constexpr TaskTraits constructor in base (part 2). by fdoray · 7 years ago
  23. 5249a36 Record the TaskLatency Histogram in Microseconds Instead of Milliseconds by robliao · 7 years ago
  24. e8e4398 Reduce the number of threads created by the load TaskTracker tests. by mbjorge · 7 years ago
  25. 6bdbeb2 Rewrite base::Bind into base::BindOnce on trivial cases in base by tzik · 7 years ago
  26. aee83de Fix race condition in TaskSchedulerTaskTrackerTest.WillPostAndRunLongTaskBeforeShutdown. by fdoray · 7 years ago
  27. 67c5595 Remove worker pool names from TaskScheduler.TaskLatency.* histograms. by fdoray · 8 years ago
  28. 7fdebb7 TaskTraits: Rename WithSyncPrimitives() to WithBaseSyncPrimitives(). by fdoray · 8 years ago
  29. f086773 Add TaskTraits::MayBlock and TaskTraits::WithSyncPrimitives. by fdoray · 8 years ago
  30. 97b2e64 TaskScheduler: Set the IO allowed bit in TaskTracker::RunTask(). by fdoray · 8 years ago
  31. 26866e2 TaskScheduler: Add TaskTraits::WithWait(). by fdoray · 8 years ago
  32. d7a33a6 TaskScheduler: Change Sequence::PeekTask to Sequence::TakeTask. by fdoray · 8 years ago
  33. e4ba8a5 TaskScheduler: Add FlushForTesting(). by fdoray · 8 years ago
  34. d95e71b Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  35. 8b1ab5c Add TaskScheduler.TaskLatency.[pool].[priority] histograms. by fdoray · 8 years ago
  36. edad5e5 Make the SandboxSymbolizeHelper Singleton Leaky and Enable Impacted Test by robliao · 8 years ago
  37. 73fdcc3 Change EXPECT/ASSERT_DCHECK_DEATH macro to not expose the |regex| parameter. by gab · 8 years ago
  38. bcf9c76 Move EXPECT_DCHECK_DEATH from base/task_scheduler and use it in relevant base/ tests by gab · 8 years ago
  39. 3917fe2 TaskScheduler: Set the current SequenceToken when a Task runs. by fdoray · 8 years ago
  40. 3d51d96 TaskScheduler: Bump thread priority during shutdown. by fdoray · 8 years ago
  41. 29a4501 TaskScheduler: Atomic operations in TaskTracker by fdoray · 8 years ago
  42. 5616233 Migrate WaitableEvent to enum-based constructor in base/ by gab · 8 years ago
  43. 8d1e456 Fix include path for moved thread_task_runner_handle.h header in base/ by gab · 8 years ago
  44. 2dbf09a TaskScheduler: Add TaskRunnerHandle support to TaskScheduler tasks. by gab · 8 years ago
  45. 618e30e TaskScheduler: Add singleton use restriction. by fdoray · 8 years ago
  46. 01ddcba TaskScheduler: TimeDelta instead of TimeTicks in Task's constructor. by fdoray · 8 years ago
  47. 97e4358 TaskScheduler: Add delayed run time to the constructor of Task. by fdoray · 8 years ago
  48. ed7729f TaskScheduler: Don't use a callback to post a task from TaskTracker. by fdoray · 8 years ago
  49. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  50. 7c1740c TaskScheduler [5/9] Task Tracker by fdoray · 8 years ago