commit | 3b5133b35f11a234e8e74a32bfa7c892cd489279 | [log] [tgz] |
---|---|---|
author | Thomas Guilbert <tguilbert@chromium.org> | Thu Sep 09 04:13:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 09 04:13:01 2021 |
tree | 381c22af1a0d7f351b99f31233e319e75946a2e6 | |
parent | 47ca920ef48946ad68104194b400a4b2b583018e [diff] |
Dont reclaim unconfigured codecs This CL modifies ReclaimableCodec's behavior to not reclaim codecs that were reset(), or never configured in the first place. Reclamation's primary goal is to free up resources, and unconfigured codecs should not be holding on to any resources. Bug: 1242178 Change-Id: I6fa9ce931a2a650a0e454af060314262c1d1512f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3138240 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/main@{#919610}
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.