commit | 6f65dc623af853706a5698c7556977e8989ae606 | [log] [tgz] |
---|---|---|
author | Jesse Schettler <jschettler@chromium.org> | Fri Feb 19 00:08:29 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 19 00:08:29 2021 |
tree | 183f865be9343475bebf964ecb11da34778364de | |
parent | 4a3708a4d161008ec76eaa1f7253e7644a170082 [diff] |
printing: Close receivers when PrintRenderFrameHelper will be destroyed When the PrintRenderFrameHelper is notified that it will be destroyed, close its Mojo receivers. This resolves an issue where messages are received after the render frame is destroyed and the the PrintRenderFrameHelper tries to dereference a null WebLocalFrame. Bug: 1099091 Change-Id: If7a90fc584897f83e15f254de278a72da700c866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2705680 Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#855525}
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.