commit | 162fee940b432771c52ae10617ad40c2ddb80dea | [log] [tgz] |
---|---|---|
author | Benjamin Williams <bwwilliams@google.com> | Thu Jan 23 13:13:25 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 13:13:25 2025 |
tree | fb5f85168fd7374740686addbcceef2244aeea5e | |
parent | 1129ce0cea9541b521ad91a471d6f684fead1a37 [diff] |
[iOS] Create Reminder Notifications Overflow Menu Bubble IPH Feature This CL introduces the kIPHiOSReminderNotificationsOverflowMenuBubbleFeature Feature Engagement Tracker (FET) feature, which is responsible for displaying a bubble IPH on the overflow menu to promote the new Reminder Notifications feature. The IPH will be triggered when the following conditions are met: * The user hasn't already scheduled a tab reminder (tracked by `kIOSTabReminderScheduled`). * The IPH hasn't already been shown 3 times (tracked by `kIOReminderNotificationsOverflowMenuBubbleIPHTrigger`). * The IPH hasn't been shown in the last day. To prevent overuse, the IPH will be displayed a maximum of 3 times. This CL also introduces a new FET event for the following user action: * kIOSTabReminderScheduled This CL lays the groundwork for one of many IPHs related to the Reminder Notifications feature on iOS. Change-Id: I0216486063c8e2229622e07e49d922ee0ca4b76d Fixed: 389911821 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6186030 Reviewed-by: Ginny Huang <ginnyhuang@chromium.org> Commit-Queue: Benjamin Williams <bwwilliams@google.com> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Benjamin Williams <bwwilliams@google.com> Reviewed-by: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/main@{#1410261}
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.