commit | 4001cc74533088b6a10ff32614df3b1264b46cb8 | [log] [tgz] |
---|---|---|
author | Emil Lundmark <lndmrk@webrtc.org> | Tue Sep 26 07:37:41 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 27 07:35:38 2023 |
tree | 1d95ecc5645731bf192bb85cdf88b5b5cfc3584b | |
parent | 5543a967cd985cf2444a36b0c1f376e83186548f [diff] |
Populate field trial registry The lists has been constructed by grepping the code base from commit bfc2a3553d56 ("Remove more codec-related templating") using the PCRE '(?<=")WebRTC-[^\s/"]+' and manually removing some false positives. Each field trials has then, on a best effort basis, been associated with a bug by doing a reverse git log lookup and using the corresponding bug tag that was associated with the commit where the field trial key was first introduced. The field trials are divided into active and policy exempt. The latter are for field trials that were added before commit c4a35898d916 ("Add documentation for field trials") which introduced the new policy that field trials henceforth needs to be registered. These field trials may not have an associated bug nor an end date. For all field trials that have been deemed experimentational, including many policy exempt ones, an initial end date of 2024-04-01 has been chosen. This date was chosen based on that the policy was introduced on 2022-06-23 and will give about 6 month grace period to allow cleanup of potentially already expired field trials. Owners are of course free to adjust the end date at a later time. The lists have been validated by running most tests with the following GN arg set: rtc_strict_field_trials = "dcheck" Bug: webrtc:14154 Change-Id: Ic86d96933fbe0f18393ec57d36719a382855c694 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/321581 Commit-Queue: Emil Lundmark <lndmrk@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40819}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.