commit | 4c2d906943b793ff857de68aead56d815d5b059e | [log] [tgz] |
---|---|---|
author | Ernesto Izquierdo Clua <eic@google.com> | Mon Mar 11 18:55:38 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 11 18:55:38 2024 |
tree | e73379870ee7e5890a9bb698e7424a754801c0e7 | |
parent | 8ac074aa25d6962e75fb66bc9a494f00a911aa11 [diff] |
[ios] Fix auth on entry scene activation state management Crash logs with breadcrumbs show that some times the scene activation state goes from foreground active to background without going through the intermediate foreground inactive state. The patch takes that into account and presents the reauthentication UI when the scene transitions to the background state if it wasn't presented in the foreground inactive state. Bug: 40074678 Change-Id: I1a7c7cfbe7e3217a02fc5c60b5c1152f26dd2b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5352921 Reviewed-by: Tommy Martino <tmartino@chromium.org> Commit-Queue: Ernesto Izquierdo Clua <eic@google.com> Cr-Commit-Position: refs/heads/main@{#1271092}
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.