| commit | 0775f86c7cf9d6844f86b22180082bcf01a53002 | [log] [tgz] |
|---|---|---|
| author | Scott Yoder <scottyoder@google.com> | Wed May 28 20:54:05 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 28 20:54:05 2025 |
| tree | a6f9938b5752659c2a4c48c9b657a7527397f0ad | |
| parent | a55b07c4663fc6965a28bf43d728c116f78c76cb [diff] |
[ios] Remove fullscreen flag check from code to stop recursion This removes a flag check from code that breaks recursion in the OverlayPresentationContextViewController. The crash that recursion can cause is not particular to the fullscreen feature - it can happen any time an infobar is being animated in and another animation is simultaneously running. Originally this was put behind the flag check to limit the risk of the fix. But no negative consequences have been observed, so it seems safe to remove this check. Fixed: 420889337 Change-Id: I9a0bfd170fcf5fa823a7c0d66d8dea95a94c7555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6597817 Reviewed-by: Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Scott Yoder <scottyoder@google.com> Reviewed-by: Ginny Huang <ginnyhuang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1466699}
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.