1. 4f779c6 Remove legacy empty task_queue BUILD targets and build arg by Danil Chapovalov · 5 years ago
  2. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 5 years ago
  3. effdfe2 Move dependency on chromium DefaultTaskQueueFactory by Danil Chapovalov · 5 years ago
  4. 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 5 years ago
  5. 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 5 years ago
  6. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 5 years ago
  7. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 5 years ago
  8. 3b548dd Move rtc::NewClosure into own build target as ToQueuedTask by Danil Chapovalov · 5 years ago
  9. f3280e9 Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue by Danil Chapovalov · 5 years ago
  10. d00405f Drop support for link-time injection of the rtc::TaskQueue::Impl by Danil Chapovalov · 5 years ago
  11. 2684ab3 Test default TaskQueue implementation via TaskQueueBase interface by Danil Chapovalov · 5 years ago
  12. a9cfa47 Revert "Delete rtc_task_queue_impl build target" by Mirko Bonadei · 5 years ago
  13. 56973e6 Delete rtc_task_queue_impl build target by Danil Chapovalov · 5 years ago
  14. fa52efa Migrate stdlib task queue to TaskQueueBase interface by Danil Chapovalov · 5 years ago
  15. 826f2e7 Migrate win task queue to TaskQueueBase interface by Danil Chapovalov · 5 years ago
  16. 47cf5ea Migrate gcd task queue implementation to TaskQueueBase interface by Danil Chapovalov · 5 years ago
  17. eb17524 Migrate libevent task queue implementation to TaskQueueBase interface by Danil Chapovalov · 5 years ago
  18. 710f3d3 Use task queue factory factory as parameter for TaskQueueTest by Danil Chapovalov · 5 years ago
  19. 87ce874 Allow link-time injection of the DefaultTaskQueueFactory by Danil Chapovalov · 5 years ago
  20. 01f64e0 Add test to verify TaskQueue memory access order. by Artem Titov · 5 years ago
  21. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  22. 33b716f Publish task queue test suite. by Danil Chapovalov · 6 years ago
  23. b4c6d1e Connect global task queue factory and rtc::TaskQueue by Danil Chapovalov · 6 years ago
  24. baaf911 Introduce global task queue factory. by Danil Chapovalov · 6 years ago
  25. 348b08a Introduce webrtc::TaskQueue and TaskQueueFactory interfaces by Danil Chapovalov · 6 years ago
  26. 959e9b6 Publish rtc::QueuedTask in api as webrtc::QueuedTask by Danil Chapovalov · 6 years ago