commit | 19f4ea50f2a78c13e93b2d22effa667a2fce1d8d | [log] [tgz] |
---|---|---|
author | Ella Ge <eirage@chromium.org> | Wed Dec 18 19:42:57 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 18 19:42:57 2024 |
tree | f8a922f559a4b70027c0dbf2cb2451a0a6ec9ba3 | |
parent | f25215540480ded35751ecfb04b96a5bce29d8e5 [diff] |
Put install message throttle under feature flag The throttle was initially added to reduce messages shown to users. We added global guardrail that block all messages for 3 days if messages is ignore consecutive, and per-site guardrail that allows only 1 ignore in 7 days. The per-session throttle does not provide additional functionality but added complexity. This CL converts the bypass for testing switch to feature flag that will be disabled by default in a later CL. Change-Id: I37ae7a6d156c705777238661010708d93caef56a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6096391 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/main@{#1398117}
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.