commit | fc9cf3cf99c05f3e545213494360d9a52824992e | [log] [tgz] |
---|---|---|
author | Jesse McKenna <jessemckenna@google.com> | Thu Nov 17 22:53:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 17 22:53:19 2022 |
tree | c15263368a7a7472a2ca918a340042213e1b5f58 | |
parent | d6951ae31d270bab2243726562711b61c620da9d [diff] |
subframe-reuse: remove experiment arms The subframe-reuse feature was enabled by default in crrev.com/c/3811446, which landed in version 107.0.5292.0. At least a milestone has passed since the feature was enabled by default (per the guidance in go/finch-best-practices), so the experiment code can start to be removed. This change removes the various experiment arms whose behavior was not enabled by default (as they did not perform as well as the default "constant delay" behavior). The base::Feature itself will be cleaned up in a subsequent CL. Bug: 894253 Change-Id: If33d1c35d2ed21359bdfd9457b90f63f48a5d66d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4007041 Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/main@{#1073093}
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.