commit | 4732044f24e366373a8d30a37a98226320592d58 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@chromium.org> | Wed Jan 11 22:46:35 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 11 22:46:35 2023 |
tree | b01c81189ae5433af4b90bbdcd881a8fb7777d84 | |
parent | 41c4a4142135f3710054556a7081ba018c26fd9f [diff] |
Make PeerConnectionHandler have a Persistent client link This prevents garbage collection of RTCPeerConnection while an RTCPeerConnectionHandler is active. The handler is passivated when disconnected. Bug: chromium:1405256 Change-Id: I317d203321698a8f8145565085c9a16747dfb129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4154998 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/main@{#1091533}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.