1. 8cb31cf Implement support for Chrome task origin tracing. #4/4 by Markus Handell · 2 years, 1 month ago
  2. a1ceae2 Implement support for Chrome task origin tracing. #3.5/4 by Markus Handell · 2 years, 1 month ago
  3. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 2 months ago
  4. d44e341 Delete rtc::Thread functions that use rtc::MessageHandler by Danil Chapovalov · 2 years, 6 months ago
  5. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 7 months ago
  6. 7c323ad in rtc::Thread introduce Invoke without rtc::Location parameter by Danil Chapovalov · 2 years, 7 months ago
  7. 9a21c49 SocketServer: Migrate Wait/kForever to TimeDelta. by Markus Handell · 2 years, 7 months ago
  8. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 7 months ago
  9. 1d5be49 rtc::Event: Add TimeDelta support. by Markus Handell · 2 years, 7 months ago
  10. 2aaef45 Replace Invoke in tests with SendTask test helper by Danil Chapovalov · 2 years, 8 months ago
  11. 3b205da Increase precision of SimulatedTaskQueue (from ms to us). by Mirko Bonadei · 2 years, 8 months ago
  12. 9c125c6 Migrate test/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
  13. 24b0543 Delete ProcessThread creation from test TimeController as unused by Danil Chapovalov · 2 years, 9 months ago
  14. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
  15. 9a66540 Reland "TaskQueue: unexpose delayed task convenience methods." by Markus Handell · 2 years, 10 months ago
  16. 4cd3a0d Revert "TaskQueue: unexpose delayed task convenience methods." by Björn Terelius · 2 years, 10 months ago
  17. 08bb629 TaskQueue: unexpose delayed task convenience methods. by Markus Handell · 2 years, 10 months ago
  18. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years ago
  19. aa6d05d Move location out of rtc_base_approved by Florent Castelli · 3 years ago
  20. 45a0599 Remove platform_thread from //rtc_base:rtc_base_approved public_deps by Florent Castelli · 3 years ago
  21. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 3 years ago
  22. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  23. 2deee4b Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated. by Henrik Boström · 3 years, 2 months ago
  24. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
  25. d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 8 months ago
  26. 1ee563d Use backticks not vertical bars to denote variables in comments for /test by Artem Titov · 3 years, 8 months ago
  27. ea9ae5b Destroy threads and TaskQueue at the end of tests. by Mirko Bonadei · 3 years, 9 months ago
  28. 049ed44 ModuleRtpRtcpImpl2: update test code. by Markus Handell · 3 years, 9 months ago
  29. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
  30. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 2 months ago
  31. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 3 months ago
  32. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 3 months ago
  33. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 3 months ago
  34. 7c85d39 Delete unneeded includes of system_wrappers/include/sleep.h by Niels Möller · 4 years, 5 months ago
  35. 7ade659 Add time controller conformance test and fix conformance bug by Artem Titov · 4 years, 8 months ago
  36. e56976d Reland "Migrate test/time_controller to webrtc::Mutex." by Markus Handell · 4 years, 9 months ago
  37. 563d497 SimulatedTaskQueue: release lock before destroying tasks. by Markus Handell · 4 years, 9 months ago
  38. 122fadc Revert "Migrate test/time_controller to webrtc::Mutex." by Markus Handell · 4 years, 9 months ago
  39. 52fd96f Migrate test/time_controller to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  40. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  41. 222598d SimulatedTimeController: remove lock recursions. by Markus Handell · 4 years, 11 months ago
  42. 14273de Make ProcessThread be a TaskQueue implementation by Danil Chapovalov · 5 years ago
  43. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  44. 8e998f1 Fixes stall in SimulatedProcessThread by Sebastian Jansson · 5 years ago
  45. 52c62df Don't condition the time_controller target on rtc_include_tests. by philipel · 5 years ago
  46. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 5 years ago
  47. 274cc7f Adds current thread to yielders in SimulatedThread::SendTask. by Sebastian Jansson · 5 years ago
  48. fc8279d Reland "Using simulated rtc::Thread for peer connection scenario tests." by Sebastian Jansson · 5 years ago
  49. f1173f4 Revert "Using simulated rtc::Thread for peer connection scenario tests." by Sebastian Jansson · 5 years ago
  50. b70c5c5 Using simulated rtc::Thread for peer connection scenario tests. by Sebastian Jansson · 5 years ago
  51. 53cd9e2 Separates simulated TaskQueue and simulated ProcessThread. by Sebastian Jansson · 5 years ago
  52. d572748 Run delay tasks on time when using GlobalSimulatedTimeController. by philipel · 5 years ago
  53. 340af97 Always enter yield policy scope using simulated TimeControllers. by Sebastian Jansson · 5 years ago
  54. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 5 years ago
  55. c4f8654 Add TimeController to api/test/ and add a CreateTimeController API. by Bjorn A Mellem · 5 years ago
  56. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  57. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 6 years ago
  58. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  59. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  60. 28de7cf Use DefaultTaskQueueFactory instead of Global in test RealTimeController by Danil Chapovalov · 6 years ago
  61. d624c39 Make MessageQueue processing an optional feature of FakeClock by Sebastian Jansson · 6 years ago
  62. 5d97f55 Allow injection of time controller to NetworkEmulationManagerImpl. by Sebastian Jansson · 6 years ago
  63. 1b40823 Fix for recursive yield crash in simulated time controller. by Sebastian Jansson · 6 years ago
  64. 5a00016 Cleanup: Using DCHECK comparison macros for unit types. by Sebastian Jansson · 6 years ago
  65. 7654081 Fix for use after free in simulated time controller. by Sebastian Jansson · 6 years ago
  66. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  67. 7b6add3 Makes simulated time controller deterministic. by Sebastian Jansson · 6 years ago
  68. 0d617cc Adds simulated time controller by Sebastian Jansson · 6 years ago