commit | b81e6c9686f78db2d8b3ee20acf4476bfec8121b | [log] [tgz] |
---|---|---|
author | Torne (Richard Coles) <torne@google.com> | Mon Oct 31 21:05:55 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 31 21:05:55 2022 |
tree | c6a6eca750e3def770057884afe20c3f90e0bdf3 | |
parent | a6bda6a9af55903684373c882fb42757e9739e89 [diff] |
Reland "webview: work around package visibility bug." Reason for reland: added appropriate linter annotation to suppress the PrivateApi warning. Original description: Android 11+ has a bug in the package visibility implementation when apps install splits without killing the process, that causes WebView to crash if operations happen in a particular order. Use reflection to call an API that will re-grant the visibility at the time we need it to start a renderer process to significantly reduce the chance of this crash occurring. Bug: 1373440 Change-Id: I087d29c5444c09c13d2e24791f85567a96c38f9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3993512 Auto-Submit: Richard Coles <torne@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1065662}
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.