commit | d2a91fa3038c70d536dbea9b0ade5db614e43ef1 | [log] [tgz] |
---|---|---|
author | Jérôme Lebel <jlebel@chromium.org> | Mon Jul 15 16:20:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 15 16:20:13 2024 |
tree | b11ce711a7e95fef246e0e557d0ec9ccad3140fc | |
parent | 4342b799cd0ecdcb1646f953f3200f3505ffaf29 [diff] |
[iOS] Fix FakeSystemIdentityManager for async calls In FakeSystemIdentityManager, it is ok to have no system identity when async methods are called. It is possible for those methods to run after the identity was removed. EGtests should not wait for those calls to shutdown. Change-Id: I9751f5b3f5e45cfb5ae61b32557c5cfcd417c564 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5707989 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by: Jood Hajeer <jood@google.com> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Jood Hajeer <jood@google.com> Cr-Commit-Position: refs/heads/main@{#1327550}
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.