commit | 2a6bc4b6f14a8fb9a61f4754c4c798955c8045db | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <rakina@chromium.org> | Thu Nov 16 00:04:18 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 16 00:04:18 2023 |
tree | 75cb2be3185ec5e7e53e50ae8b868a0a3ea34c07 | |
parent | dcb343c03835539a0acc6b4d6c699e3e335967d0 [diff] |
Ensure RFHs in FindRequestManager get cleared on RenderFrameDeleted FindRequestManager saves a couple raw_ptrs to RenderFrameHost (e.g. RFH with the active match, RFHs pending replies, etc). However, it doesn't always clear the ptrs when it's deleted. This CL ensures that we cleanup the ptrs on RenderFrameDeleted, by not returning early in RemoveFrame. Bug: 936696 Change-Id: I0363b6528c030cddd39ce0402d389b608a80869f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5020617 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Auto-Submit: Rakina Zata Amni <rakina@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1225224}
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.