1. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 7 months ago
  2. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 8 months ago
  3. 9a66540 Reland "TaskQueue: unexpose delayed task convenience methods." by Markus Handell · 2 years, 10 months ago
  4. 4cd3a0d Revert "TaskQueue: unexpose delayed task convenience methods." by Björn Terelius · 2 years, 10 months ago
  5. 08bb629 TaskQueue: unexpose delayed task convenience methods. by Markus Handell · 2 years, 10 months ago
  6. 1a29a5d Delete rtc::Bind by Niels Möller · 4 years, 2 months ago
  7. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 6 years ago
  8. 3b548dd Move rtc::NewClosure into own build target as ToQueuedTask by Danil Chapovalov · 6 years ago
  9. 2684ab3 Test default TaskQueue implementation via TaskQueueBase interface by Danil Chapovalov · 6 years ago
  10. 01f64e0 Add test to verify TaskQueue memory access order. by Artem Titov · 6 years ago
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  12. 43f3982 Remove TaskQueue::PostAndReply as unused by Danil Chapovalov · 6 years ago
  13. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  14. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  15. a36631c Expect late delayed task is deleted. by Danil Chapovalov · 7 years ago
  16. 2903888 Verify posting task and reply just before task queue destruction by Danil Chapovalov · 7 years ago
  17. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  18. 6856156 Introduce TaskQueueForTest. by Tommi · 7 years ago
  19. 6f09ae2 Support move-only closures in TaskQueue by Danil Chapovalov · 7 years ago
  20. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  21. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/task_queue_unittest.cc]
  22. 2c7b7a6 Delete static method TaskQueue::IsCurrent. by nisse · 8 years ago
  23. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  24. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  25. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  26. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/task_queue_unittest.cc]
  27. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/task_queue_unittest.cc]
  28. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/task_queue_unittest.cc]
  29. 0b94215 Refactor Windows TaskQueue code to only need a single high res timer. by tommi · 8 years ago
  30. 5bdee47 Increase tick precision in TaskQueue on Windows 64. by tommi · 8 years ago
  31. ede0759 Reland of Use TaskQueue in IncomingVideoStream (patchset #1 id:1 of https://codereview.webrtc.org/2714393003/ ) by tommi · 8 years ago
  32. 686aa37 Revert of Use TaskQueue in IncomingVideoStream (patchset #10 id:320001 of https://codereview.webrtc.org/2716473002/ ) by tommi · 8 years ago
  33. e2d1d64 Use TaskQueue in IncomingVideoStream instead of the PlatformThread + event timer approach. by tommi · 8 years ago
  34. 8c80c6e Fix potential deadlock in TaskQueue's libevent PostTaskAndReply implementation by tommi · 8 years ago
  35. f9d9154 Add support for multimedia timers to TaskQueue on Windows. by tommi · 8 years ago
  36. 67fcad8 Relax the PostDelayed expectations a little more to address flakiness. by tommi · 8 years ago
  37. c5b435d Re-enable PostDelayed test for TaskQueue on Windows. by tommi · 8 years ago
  38. 45d18eb Re-enable the PostDelayed TaskQueue test on all platforms except Windows. by tommi · 8 years ago
  39. 91c2d43 Disable TaskQueueTest.PostDelayed because of flakiness by terelius · 8 years ago
  40. 84bd5c7 Do not build task_queue.cc and include from webrtc_overrides in Chrome. by perkj · 9 years ago
  41. c06b133 Reland of New task queueing primitive for async tasks: TaskQueue. by tommi · 9 years ago
  42. 3f90087c Revert of New task queueing primitive for async tasks: TaskQueue. (patchset #8 id:330001 of https://codereview.webrtc.org/1927133004/ ) by tommi · 9 years ago
  43. 65d1f2a Reland of New task queueing primitive for async tasks: TaskQueue. (patchset #1 id:1 of https://codereview.webrtc.org/1935483002/ ) by tommi · 9 years ago
  44. b296d05 Revert of New task queueing primitive for async tasks: TaskQueue. (patchset #5 id:80001 of https://codereview.webrtc.org/1919733002/ ) by tommi · 9 years ago
  45. 0c9df5e New task queueing primitive for async tasks: TaskQueue. by tommi · 9 years ago