commit | 848273aa6af2a20a5ab0279ac49621460332782d | [log] [tgz] |
---|---|---|
author | Sam Zackrisson <saza@webrtc.org> | Tue Oct 23 12:13:42 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 23 12:14:08 2018 |
tree | d15e497c02637dc94c040119a03330f91363d721 | |
parent | 80cd25bcfb2264fa0f1192de942a6f063879dd42 [diff] |
Revert "Increase coverage of AEC3 JSON config unit tests, fix bugs" This reverts commit 8ee06a7b0cc22a486ad924e00034b95dbecd70ce. Reason for revert: ubsan triggers on config randomization Original change's description: > Increase coverage of AEC3 JSON config unit tests, fix bugs > > The new test checks that json strings are unchanged when parsing to a > config and back to a string. This ensures that everything in the json > representations is parsed when created a config from the json. > > This CL also adds the render_levels config substruct to the JSON parser. > > Some issues were surfaced by the new test: > - Config validation clamping silently passed NaNs > - Config validation only fixed the first out-of-bounds parameter, and > not any subsequent ones > - Config validation did not check all values in the config > > Bug: webrtc:9535 > Change-Id: Ie7b588731dc1fe26ba71d1eb2f177f3b3b8139e3 > Reviewed-on: https://webrtc-review.googlesource.com/c/107120 > Commit-Queue: Sam Zackrisson <saza@webrtc.org> > Reviewed-by: Per Ã…hgren <peah@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#25310} TBR=saza@webrtc.org,peah@webrtc.org Change-Id: I12d4a6e35110241c51c13eff547ee5a640d141bc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:9535 Reviewed-on: https://webrtc-review.googlesource.com/c/107624 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25313}
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.