commit | 2481bf37971a89c20e033379e08d252345dd491c | [log] [tgz] |
---|---|---|
author | Xinghui Lu <xinghuilu@chromium.org> | Thu Jan 06 08:36:45 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 06 08:36:45 2022 |
tree | 5f2a0998389bb03e0a58e01f66fed9c76861e834 | |
parent | ec7730c2cead584504fc83d76c7bc55ec8e6a029 [diff] |
Use RFH global id to ensure the RFH is valid. Observing via RenderFrameDeleted and RenderFrameHostChanged is not sufficient for validating the RFH is still valid, because the frames can belong to inner WebContents. As suggested in https://crrev.com/c/2449389, storing a GlobalFrameRoutingId is the preferred method of keeping a reference to a RFH. Bug: 1284367 Change-Id: I3afb40e394d6e2e7fd19b2704e0dd68fa23c7bb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3367466 Reviewed-by: Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#956061}
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.