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