commit | 2214b91c1f9693e6382634fdc05d56eaddb4668a | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Mar 25 14:13:59 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 26 09:56:11 2019 |
tree | 00e22d6b3e99aca896d139df017853ab9d2cb46e | |
parent | d999351951c92f38095003059ff37a59fa008fc4 [diff] |
Cleanup SequenceTaskChecker unittests Replaced multiple helpers for running code on a different thread with single helper. Move logic under test and expectation from helpers to tests Remove unique_ptr indirection where not used. Replace rtc::TaskQueue with TaskQueueForTest to keep use convenient constructor and to use convenient synchronous calls Bug: webrtc:10284 Change-Id: I3f1ec2adc4dc16b44d35e769ef8b456407ee66c2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128903 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27280}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.