commit | 546c974d51b1af571a1cc5646e1e6341757f9382 | [log] [tgz] |
---|---|---|
author | Calder Kitagawa <ckitagawa@chromium.org> | Wed Feb 28 22:32:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 28 22:32:37 2024 |
tree | a960ae934ddec9d1a8a29a25744c118013cbc79d | |
parent | 5292c71902f1b1b33d80af15b14d0be98a7efc67 [diff] |
[Start Surface] Remove START_SURFACE_REFACTOR flag Start Surface Refactor launched in M121 and now that M122 is stable it is safe to cleanup. This CL removes the START_SURFACE_REFACTOR flag. However, it does not remove any code associated with the refactor. Most of the code changed by the refactor is still behind the method ReturnToChromeUtils#isStartSurfaceRefactorEnabled. That method now always returns true. Over time we can then remove references to that method from the codebase in small pieces. This CL does cleanup a large number of tests that previously used the refactor flag. Skip flakiness check because too many tests names are changed due to dropping RefactorEnabled/Disabled leading to timeouts. Note to sheriffs. If any of the tests changed in this CL flake just disable the test and assign to me. I'll look at it. Validate-Test-Flakiness: skip Bug: 327399884 Change-Id: I18a3f60d5a964bd0c679b72efb726c3504ada92e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5332655 Reviewed-by: Xi Han <hanxi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1266683}
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.