commit | 51f7b7070aa3de80b50019793d4d42fc54ded24b | [log] [tgz] |
---|---|---|
author | ssid <ssid@chromium.org> | Wed Mar 26 02:26:22 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 02:26:22 2025 |
tree | a398e32c82e59cd0a512e97c1856f42d4963a231 | |
parent | 66139113f433a2a398bfb355eea278e69aee8ccd [diff] |
[tab suggestions] Fix issues with suggestions Run callback when missing suggestion or failure of bottom sheet, else the native callback will be leaked. Observer: Only notify when tab will be opened in foreground. Post task to show suggestions to avoid bottom sheet issues with tab switching. Use active time instead of creation time and 4 tab min limit for recency heuristic. Use a priority order of heuristics to pick the higher priority one as the first suggestion to show. Bug: 397221723 Change-Id: I07a461766bce07d935f43329a0e372420a2fa312 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6388596 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1437895}
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.