1. c2c1c4f3 TaskScheduler: Initialize TaskTraits with the priority of the current thread. by fdoray · 9 years ago
  2. f7d7e2f TaskScheduler: Set the IO allowed bit in TaskTracker::RunTask(). by fdoray · 9 years ago
  3. 0458ffb3 TaskScheduler: Add internal::GetTaskPriorityForCurrentThread(). by fdoray · 9 years ago
  4. 13ca074 Fix TODO Typo by robliao · 9 years ago
  5. 5ea9cc12 TaskScheduler: Add base::PostTask(WithTraits)AndReplyWithResult(). by fdoray · 9 years ago
  6. 19509c1 TaskScheduler: Add TaskTraits::WithWait(). by fdoray · 9 years ago
  7. 27def3c Use TIMER_SLACK_MAXIMUM on the TaskScheduler service thread. by fdoray · 9 years ago
  8. 8602d8a7 Create base::test::ScopedTaskScheduler. by fdoray · 9 years ago
  9. 9c7db371 Add TaskScheduler::CreateAndSetSimpleTaskScheduler(). by fdoray · 9 years ago
  10. acfa7150 Add Thread Standby Policy SchedulerWorkerPoolImpl by robliao · 9 years ago
  11. 70e1c01 Move function to compute the max number of threads in a TaskScheduler pool to base/. by fdoray · 9 years ago
  12. 27e3faf0 Cleanup: Move SchedulerWorkerPoolImpl ForTesting Methods to the Bottom of the Public Section by robliao · 9 years ago
  13. 785fb0a Always pass TaskTraits by const& instead of by value. by gab · 9 years ago
  14. cdac392 Make SchedulerSingleThreadTaskRunner::RunsTasksOnCurrentThread sequence-affine. by gab · 9 years ago
  15. 9348cd6 base: Cleanup class/struct forward declarations by jbriance · 9 years ago
  16. e72adfa1 TaskScheduler: Remove base::ExecutionMode. by fdoray · 9 years ago
  17. 9c72b03 Support FileDescriptorWatcher in TaskScheduler. by fdoray · 9 years ago
  18. 94e0313 [TaskScheduler] Temporarily co-init all TaskScheduler threads to match SequencedWorkerPool's behaviour. by gab · 9 years ago
  19. 6f59a9a Plumb Task Scheduler Histograms to the Task Scheduler Internals Page by robliao · 9 years ago
  20. e5aefd3 TaskScheduler: Record TaskScheduler.NumTasksBeforeDetach.* from OnDetach(). by fdoray · 9 years ago
  21. a6fc23c9 TaskScheduler: Nits in service thread and delayed tasks code. by fdoray · 9 years ago
  22. 680841c TaskScheduler: Remove comment from SchedulerWorker::JoinForTesting(). by fdoray · 9 years ago
  23. 546624d TaskScheduler: Replace the SchedulerServiceThread with a base::Thread. by fdoray · 9 years ago
  24. 739ffe3 Replace base::Callback with base::OnceCallback in base::PendingTask by tzik · 9 years ago
  25. ac8f314 Add TaskScheduler.NumTasksBeforeDetach.[worker pool name] histogram. by fdoray · 9 years ago
  26. ffe7006 TaskScheduler: Fix initial order of SchedulerWorkers on idle stack. by fdoray · 9 years ago
  27. 2f7e2f2 TaskScheduler: Use AtomicFlag for SchedulerWorker::should_exit_for_testing_. by fdoray · 9 years ago
  28. b7bd6bb TaskScheduler: Always remove SchedulerWorker from idle stack on wake up. by fdoray · 9 years ago
  29. 08cf332 TaskScheduler: Put an ALIVE SchedulerWorker on top of the idle stack. by fdoray · 9 years ago
  30. 0c97aa3 TaskScheduler: Change Sequence::PeekTask to Sequence::TakeTask. by fdoray · 9 years ago
  31. b755507 Add a task_scheduler tracing category which will record an extra event per task. by gab · 9 years ago
  32. 7e3a8cb TaskScheduler: Make Task::traits const. by fdoray · 9 years ago
  33. 6f0bc5b Fix TaskSchedulerWorkerPoolCheckTlsReuse.CheckDetachedThreads. by fdoray · 9 years ago
  34. ad44b09 TaskScheduler: Adjust shutdown behavior of delayed tasks. by fdoray · 9 years ago
  35. 628580f4 Add TaskScheduler.NumTasksBetweenWaits.[pool] histogram. by fdoray · 9 years ago
  36. fe309b0 TaskScheduler: Add FlushForTesting(). by fdoray · 9 years ago
  37. 42c5d9b7 Use ScopedAllowWait to shutdown the TaskScheduler. by fdoray · 9 years ago
  38. 04afc10 TaskScheduler: Match behavior of SequencedWorkerPool in RunsTasksOnCurrentThread(). by fdoray · 9 years ago
  39. ec7c3997e Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  40. 5925983 Revert "Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram." by Vasilii Sukhanov · 9 years ago
  41. 2be793a5 Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram. by fdoray · 9 years ago
  42. c2f42947 Add TaskScheduler.TaskLatency.[pool].[priority] histograms. by fdoray · 9 years ago
  43. d2ac872 Remove temporary file that was accidentally checked in by fs · 9 years ago
  44. 6ef45cf Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 9 years ago
  45. 70de8f5 Fix incorrect memory barrier usage I previously asked to be introduced. by gab · 9 years ago
  46. 2ce242f8 Add Browser Task Scheduler Flags by robliao · 9 years ago
  47. 63f454db Make the SandboxSymbolizeHelper Singleton Leaky and Enable Impacted Test by robliao · 9 years ago
  48. 2c8bb97 TaskScheduler: Add TaskScheduler.DetachDuration.[pool] histogram. by fdoray · 9 years ago
  49. 3f3722e43 TaskScheduler: Prepend TaskScheduler to pool name when setting thread name. by fdoray · 9 years ago
  50. 5e69cff Change EXPECT/ASSERT_DCHECK_DEATH macro to not expose the |regex| parameter. by gab · 9 years ago
  51. 3ac29c0 TaskScheduler: No BACKGROUND threads when unsupported. by fdoray · 9 years ago
  52. 9ffb255 Fix SchedulerLock unittests to actually generate a DCHECK, not an exception by gab · 9 years ago
  53. 5bd4a9e1 TaskScheduler: Add post_task.h API by fdoray · 9 years ago
  54. d2ab1f7 Add TaskScheduler::CreateAndSetDefaultTaskScheduler by robliao · 9 years ago
  55. 0a00560 TaskScheduler: Remove NonThreadSafe from PriorityQueue::Transaction. by fdoray · 9 years ago
  56. 5a36369 Move SchedulerWorkerPoolParams to the base Namespace by robliao · 9 years ago
  57. 190f754 Unify usage of logging/assert macros in base/ by gab · 9 years ago
  58. c964a85 Move EXPECT_DCHECK_DEATH from base/task_scheduler and use it in relevant base/ tests by gab · 9 years ago
  59. 74d2f74 Migrate SchedulerWorkerPoolImpl to AtomicFlag by robliao · 9 years ago
  60. 4bf182a TaskScheduler: Set the current SequenceToken when a Task runs. by fdoray · 9 years ago
  61. ef19112 Rename CancellationFlag to AtomicFlag. by fdoray · 9 years ago
  62. 4d8e12d Add ScopedNSAutoreleasePool to SchedulerWorker's Main Loop by robliao · 9 years ago
  63. 8a40292 Add Lazy Creation and Thread Detachment Support in the Scheduler Worker Pool by robliao · 9 years ago
  64. 90324e2 TaskScheduler: Bump thread priority during shutdown. by fdoray · 9 years ago
  65. 0503a77 TaskScheduler: Don't delete Tasks in the scope of a Sequence's lock. by fdoray · 9 years ago
  66. 5e490aa Refactor WorkerPoolCreationArgs to a Read-Only WorkerPoolParams by robliao · 9 years ago
  67. caa8d66 TaskScheduler: Atomic operations in TaskTracker by fdoray · 9 years ago
  68. d643d8f Make the constructor of TaskSchedulerImpl explicit. by fdoray · 9 years ago
  69. 51da6a83 TaskScheduler: Make the worker pools of TaskSchedulerImpl configurable by fdoray · 9 years ago
  70. 86b9028 Virtualize The Existence of a Scheduler Worker Thread by robliao · 9 years ago
  71. 7a58439 Rename SchedulerWorkerThread* to SchedulerWorker* by robliao · 9 years ago
  72. 624260a Rename SchedulerThreadPool* to SchedulerWorkerPool* by robliao · 9 years ago
  73. 393d42a Remove SchedulerUniqueStack by robliao · 9 years ago
  74. 75d7233 Migrate WaitableEvent to enum-based constructor in base/ by gab · 9 years ago
  75. 3d93b69 Scheduler Service Thread by robliao · 9 years ago
  76. 6cce2f3 Fix include path for moved thread_task_runner_handle.h header in base/ by gab · 9 years ago
  77. b39e39e Name TaskScheduler's worker threads by gab · 9 years ago
  78. 1e27d62 Revert of Name TaskScheduler's worker threads (patchset #7 id:140001 of https://codereview.chromium.org/1951453002/ ) by iclelland · 9 years ago
  79. a0813e0c Name TaskScheduler's worker threads by gab · 9 years ago
  80. 4151ceae TaskScheduler [13] TaskSchedulerImpl by fdoray · 9 years ago
  81. dbe69aff TaskScheduler: Add TRACE_TASK_EXECUTION to TaskTracker::RunTask. by fdoray · 9 years ago
  82. a8e9e2c TaskScheduler: Add TaskRunnerHandle support to TaskScheduler tasks. by gab · 9 years ago
  83. 67ecfb5 TaskScheduler [12] TaskScheduler Interface by fdoray · 9 years ago
  84. 8ba367a TaskScheduler: Fix comments in SchedulerThreadPool. by fdoray · 9 years ago
  85. c7c1abb TaskScheduler: Add I/O calls restriction. by fdoray · 9 years ago
  86. 26869798 TaskScheduler: Add singleton use restriction. by fdoray · 9 years ago
  87. eaec122b TaskScheduler: Avoid Sequence refcount bump in GetWork() by gab · 9 years ago
  88. e82513e TaskScheduler: Take a Closure in TestTaskFactory::PostTask(). by fdoray · 9 years ago
  89. 1e7a257 TaskScheduler [11] Support ExecutionMode::SINGLE_THREADED. by fdoray · 9 years ago
  90. d03e04e TaskScheduler: TimeDelta instead of TimeTicks in Task's constructor. by fdoray · 9 years ago
  91. b035703 TaskScheduler: Make SchedulerWorkerThread own its delegate. by fdoray · 9 years ago
  92. 583b226 TaskScheduler: Remove base/task_scheduler/utils.h/.cc by fdoray · 9 years ago
  93. 44fda21 TaskScheduler: Move TaskFactory out of scheduler_thread_pool_unittest.cc by fdoray · 9 years ago
  94. e783999 TaskScheduler [10] SchedulerWorkerThreadStack by fdoray · 9 years ago
  95. c308c57 TaskScheduler [9] Delayed Task Manager by fdoray · 9 years ago
  96. fc05fd3 base: Remove a copy of and copy ctor from SequenceAndSortKey. by vmpstr · 9 years ago
  97. 963ca02 TaskScheduler: std::unique_ptr<Task> as argument of PostTaskToExecutor. by fdoray · 9 years ago
  98. c48b3c3 base: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  99. 7e0a1ba TaskScheduler: Add static_assert in TaskTraits::operator==. by fdoray · 9 years ago
  100. 357c389 TaskScheduler: Add delayed run time to the constructor of Task. by fdoray · 9 years ago