commit | d7cf668c6421a6c06192c61b73c73ded8be93f74 | [log] [tgz] |
---|---|---|
author | Benjamin Williams <bwwilliams@google.com> | Wed Jul 24 20:59:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 24 20:59:25 2024 |
tree | 36646570ede8ad6e4d543b473387fe930685cb4f | |
parent | 351208ee3e9583c9b645adf06fb13e161be7ec2a [diff] |
[iOS] Refactor Safety Check Autorun to IOSChromeSafetyCheckManager. This change moves the responsibility of Safety Check autoruns from the Magic Stack UI to the IOSChromeSafetyCheckManager. This ensures that Safety Checks run reliably even when the Magic Stack UI is not active or visible. Key benefits: - Improved reliability: Safety Checks are no longer dependent on the state of the Magic Stack UI. - Maintain user experience: Existing loading states and user interactions remain unchanged as the Magic Stack module continues to observe Safety Check Manager changes. Change-Id: Ib837125aee909b37d3a782309aa1dd6b3dde84e0 Fixed: 347975185 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5722908 Commit-Queue: Benjamin Williams <bwwilliams@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/main@{#1332591}
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.