commit | f7b2d7454026c3392f0b9dd208cd44941320973a | [log] [tgz] |
---|---|---|
author | Ted Choc <tedchoc@chromium.org> | Fri Jan 10 23:27:04 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 10 23:27:04 2025 |
tree | 4ee5bebe4fa089055295faa45d0842c08256dedc | |
parent | 33542de322147748155449f29751d3e6544492e2 [diff] |
Remove WeakReference from WebContentsObserver. The GC root issue should be solved by the WebContentsInternal as well as the WeakReference to the AwContents held by the Webview created Observer. Bug: None Change-Id: Ic1b90d0d61da7f9214e623239304650d65c4fb5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6165785 Reviewed-by: Bo Liu <boliu@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1405053}
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.