commit | 541ead16d4ac42ad7d2addce3b28992b80f54cfe | [log] [tgz] |
---|---|---|
author | ginnnnnnny <ginnyhuang@chromium.org> | Wed Jun 04 01:16:48 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 04 01:16:48 2025 |
tree | 1cf6671d3c4d049289f5f4d4ae7c35594b3bf00f | |
parent | 04d5ebadbe81356c7a3ae8980fa2908fb1142ff6 [diff] |
[iOS][safari-import] Register Safari import reminder with promos manager This CL registers the Safari import entry-point modal with the promos manager so that it would show again if user taps "Remind Me Later" when they first see the modal. Also fixes a few bugs in the current skeleton-coordinator's workflow. Otherwise, when no current view is being presented, the coordinator would start and stop before being assigned to the ivar, causing a crash. UIBlocker and (conditional) FET dismissal logic is also added to the coordinator to handle edge cases when promos should display. They will be moved to the mediator in future CLs. (Okay... I wanted to start small, but this CL ended up being quite a refactor 😂) Bug: 420703280 Change-Id: I69d4317b9471003c307ae823d9fa0d851e63d90c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6616806 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Ginny Huang <ginnyhuang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1469077}
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.