commit | 1048d3d45fca2e215667a708f7c7c1a155737737 | [log] [tgz] |
---|---|---|
author | Kevin Radtke <kradtke@chromium.org> | Tue May 16 21:19:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 16 21:19:02 2023 |
tree | 54708447d72c219b705c9024f521dfc4ccccb940 | |
parent | 4d01087f7019a79524b1f66ce2b4b1067c995ed0 [diff] |
Anchored Nudges Dismiss timer Add a `dismiss_timers_` map in AnchoredNudgeManager that maintains a timer per nudge used to dismiss them on timeout. The timer is only initialized for those nudges whose duration is not set to be infinite. Also added a HoverObserver class in AnchoredNudge that calls a delegate method in the manager, so the nudge's dismiss timer can be stopped and restarted when the user hovers over the nudge. Bug: b:279654077, b:281159642 Change-Id: If6e1f1913460a0c043fd9aa5c051999a6b0de793 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4518990 Reviewed-by: Alex Newcomer <newcomer@chromium.org> Commit-Queue: Kevin Radtke <kradtke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1144918}
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.