commit | 0cf51317f16bcc0562f008f30ee1a55a95e11a54 | [log] [tgz] |
---|---|---|
author | manukh <manukh@chromium.org> | Tue Aug 23 23:01:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 23 23:01:24 2022 |
tree | c013fc4cf15c1f5d6c59aee4c7e98682bb56dd48 | |
parent | a4884d5cb3fa40dea07dba30f69f59c7185a4398 [diff] |
[omnibox][post-ac] Split features. Currently, we have 1 umbrella feature with multiple params that would control 4 batches of experiments. This was problematic since we decided to run the batches in parallel in separate studies. This CL splits the feature into 3. (Batch 4 isn't implemented yet, it will get it's own feature when it is.) The features & params are: - kAutocompleteStability (original umbrella feature) - kAutocompleteStabilityDontCopyDoneProviders - kAutocompleteStabilityAsyncProvidersFirst - kPreserveDefault (batch 2) - kAutocompleteStabilityPreserveDefaultAfterTransfer - kAutocompleteStabilityPreserveDefaultForSyncUpdatesMinInputLength - kAutocompleteStabilityPreserveDefaultForAsyncUpdates - kUpdateResultDebounce (batch 3) - kAutocompleteStabilityUpdateResultDebounceFromLastRun - kAutocompleteStabilityUpdateResultDebounceDelay Bug: 1340291 Change-Id: I0aa1cf3c1aff1c3efed122e4d2dd5b6f09070a3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3848937 Reviewed-by: Angela Yoeurng <yoangela@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038463}
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.