commit | 6516f76f9b549159df08f5df8dc92c09cdb688b0 | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Thu Aug 29 09:50:23 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 03 10:31:30 2019 |
tree | 6ae341a0b539ecd0b1895480994c3e5e7186944c | |
parent | f2773b54647633d5725fa25dea883f99dd1b400c [diff] |
Deprecate SingleThreadedTaskQueueForTesting class. This class doesn't strictly follow rtc::TaskQueue semantics, which makes it surprising and hard to use correctly. Please use TaskQueueForTest instead. This CL follows usual deprecation process: 1/ Rename. % for i in `git ls-files` ; sed -i "s:SingleThreadedTaskQueueForTesting:DEPRECATED_SingleThreadedTaskQueueForTesting:" $i 2/ Annotate old name for downstream users and accidental new uses. Bug: webrtc:10933 Change-Id: I80b4ee5a48df1f63f63a43ed0efdb50eb7fb156a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150788 Reviewed-by: Elad Alon <eladalon@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Yves Gerey <yvesg@google.com> Cr-Commit-Position: refs/heads/master@{#29045}
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.