commit | 6671a1e1b02a39a978af032b4ceeaafc144e900b | [log] [tgz] |
---|---|---|
author | Jinsuk Kim <jinsukkim@chromium.org> | Thu Nov 14 23:38:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 14 23:38:04 2024 |
tree | 25fcc1e55e21e6bdb9cc15de950e43f5ed8b8ccd | |
parent | a5b3dd0eb859952e6a6694f452225da6fbbd4cf6 [diff] |
[MIM] Feature variation for test only configuration Adds a new feature variation that skips following rate-limiting policies: - cadence - FRE check Both make testing virtually impossible as they stop the prompt from showing up for 2 weeks. The other conditions are still in effect. - show count: 4 - user interaction count: 2 Show-count will likely be 2 in production, but is set to 4 so that its effect is distinguishable from user interaction count. Bug: crbug.com/378695902 Change-Id: I121374a282057ac0a17aeb5c66f6fdd974276589 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6023647 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1383322}
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.