commit | 1320c3a63d4786c492fff92205233ca90a13b86b | [log] [tgz] |
---|---|---|
author | Asami Doi <asamidoi@chromium.org> | Thu Apr 03 12:22:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 03 12:22:13 2025 |
tree | 77f72a8374e6377dce54a344a2d95321fcd1e9f3 | |
parent | 87d77776941eee70d4690dfe732c2e39ccc1836c [diff] |
[ios] Do not generate a snapshot when the base view is nil The base view can be nil if a user triggers taking a snapshot but the base view becomes nil before the generation of a snapshot is completed. It can happen because generating a snapshot uses async callbacks. Bug: 407399673 Change-Id: I80d41ac0710be4b1b9f5270893568bd671c76b52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6429664 Auto-Submit: Asami Doi <asamidoi@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442090}
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.