commit | 8a1fd4b1bda1748a5077d7d076dba518ccd13caf | [log] [tgz] |
---|---|---|
author | Thomas Guilbert <tguilbert@chromium.org> | Fri Mar 26 01:36:03 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 26 01:36:03 2021 |
tree | 0f554db0732f7349dc2359e93b8efc0639184bb9 | |
parent | dbeff65eea3d571d0a8501e7e4858a74293ae0cb [diff] |
Keep active MediaTrackStreamProcessors alive MediaStreamTrackProcessor can be garbage collected while it is still being used. This CL adds the necessary ActiveScriptWrappable decorations to prevent it from being GC'ed, when one of its underlying sources has not been closed. Bug: 1190450 Change-Id: Ibf6691df6c2b3ed7b31c4d525ab731f213b51331 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2780508 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#866886}
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.