commit | bee4563165879d2da38cee9737e70d542bb29c82 | [log] [tgz] |
---|---|---|
author | Yi Xu <[email protected]> | Thu Nov 11 08:36:26 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Nov 11 08:36:26 2021 |
tree | 3e1a1e0538b267bf99b7b0c06f16d397ffeb217b | |
parent | 10a610dbe8c75ad48fd240ebe92c816343f329ff [diff] |
Add a flag for for controlling Canvas resource when its in background Adding a flag to control canvas resource management: when it's enabled, the canvas context frees its resource to save memory when it's running in the background; and it restores its resource when it is in focus again. Bug:1268146 Change-Id: Ie0e0094357412a73d0a2f96d953a474110153b58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3268231 Commit-Queue: Yi Xu <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: John Abd-El-Malek <[email protected]> Reviewed-by: Juanmi Huertas <[email protected]> Reviewed-by: Fernando Serboncini <[email protected]> Cr-Commit-Position: refs/heads/main@{#940698}
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.