commit | b989708949c39ea0c6bede616d80d74983c3a646 | [log] [tgz] |
---|---|---|
author | Matt Jones <mdjones@chromium.org> | Mon Apr 07 14:42:21 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 07 14:42:21 2025 |
tree | 6b910c112aa97519d586d7f040afd69ad671eee8 | |
parent | 90ef7fcd4e1675bedb3c647bd90704956ac15a9d [diff] |
[dom-distiller] Update unretained pointers to weak pointers in js handler This attempts to address a crash by updating pointers that are passed to the javascript handlers to be weak pointers. These were previously and unnecessarily unretained. Bug: 407932309 Change-Id: I0a34fd632a139f67d32de07c6532d6d4e6c04c18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6433843 Reviewed-by: Brandon Wylie <wylieb@google.com> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443470}
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.