commit | a655a024eb4e9c1c78b3ac07a85b5b0bf5afff97 | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Tue Nov 14 23:43:25 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 14 23:43:25 2023 |
tree | 2eebcf24728e7e6cacae90e8780294c296f740de | |
parent | 36abc2d35e3605f29c32b6b1bf00491998937dfd [diff] |
PlzDedicatedWorker: use ancestor_render_frame_host only if it is valid. `ancestor_render_frame_host` looks used regardless of it is valid or not. When the RenderFrameHost has been deleted, it might be natural to get nullptr for `ancestor_render_frame_id_`, and we should not use the value at that time. Bug: 1501265 Change-Id: I3f0ff19364f5ac8393a859f590b8db3003e26bb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029253 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/main@{#1224614}
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.