commit | e8a066a3e0e46544a11595286660092b28c51f7d | [log] [tgz] |
---|---|---|
author | Theo Cristea <theocristea@google.com> | Tue Sep 17 09:00:35 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 09:00:35 2024 |
tree | c6f87d861cc4bfe4885ff710126ac1d8e03189e1 | |
parent | d132e679844f57a758ca351832ea4a515d945526 [diff] |
Keep weak reference to ViewAndroidDelegate inside SensitiveContentClient `AwContentsGarbageCollectionTest` failed because the `SensitiveContentClient` was the last object holding an unnecessary reference to the `ViewAndroidDelegate`, eventually not allowing `AwContents` to be garbage collected. Sample failure: https://ci.chromium.org/ui/p/chromium/builders/ci/android-15-x64-rel/2615/overview This CL also re-enables the tests, which were disabled by Test Eng here: crrev.com/c/5867992, crbug.com/366524564 Bug: 343119998, 367437871, 366524564 Change-Id: I1a5b191db047db386579bbecc910675671b9cd19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5867150 Reviewed-by: Jan Keitel <jkeitel@google.com> Reviewed-by: Friedrich Hauser <friedrichh@chromium.org> Commit-Queue: Theo Cristea <theocristea@google.com> Cr-Commit-Position: refs/heads/main@{#1356342}
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.