commit | e802bcf9fc4b42a3f14b59ea8de1342730fd7717 | [log] [tgz] |
---|---|---|
author | Wei4 Wang <wei4.wang@intel.com> | Thu May 04 03:09:33 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 04 03:09:33 2023 |
tree | aaac275d2bb4c39ad228491ffa8b7f16fa31d3d5 | |
parent | 9a085f3045dae8f3d2110051ff13b0e3dd4c5e3a [diff] |
[ComputePressure] Do not crash when only the Blink feature is enabled The root cause for the crash issue is that: if experimental web platform features flag is enabled but chrome is launched without "--enable-features=ComputePressure" flag, then user can access Compute Pressure API but the IPC from Blink to browser is not working. This CL fixes the crash issue by checking if the Compute Pressure API is enabled in Blink before IPC. Bug: 1435444 Change-Id: I5d26a996191de2f759aeb365a7662a16287cbd31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4478073 Reviewed-by: Raphael Kubo Da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Wei4 Wang <wei4.wang@intel.com> Reviewed-by: Koji Ishii <kojii@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1139333}
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.