commit | b1b4260293c4b8e04e356b9fc12e0a6654d44e39 | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Tue Sep 24 02:15:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 24 02:15:16 2024 |
tree | b12b7590e2451f35ffa1698205767a552f96d9e3 | |
parent | d8d8387e57b2f47982e94047771a3027833e30db [diff] |
[Extensions MV2] Update metrics for unsupported deprecation phase Chrome has announced that MV2 extensions will gradually no longer be supported in the browser. See more information at https://developer.chrome.com/blog/resuming-the-transition-to-mv3. Update metrics emission for the new phase: * Add a new "hard-disabled" state for MV2 extensions, emitted on profile startup. * Don't emit UKM for extensions in the new phase. The only actions available to the user are removal and finding alternatives. Update tests for the same. Bug: 367395349 Change-Id: Ib1abe38616a9fd01fdf4e77ad3af495b3d9a165f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5884573 Reviewed-by: Emilia Paz <emiliapaz@chromium.org> Reviewed-by: Justin Lulejian <jlulejian@chromium.org> Commit-Queue: Justin Lulejian <jlulejian@chromium.org> Cr-Commit-Position: refs/heads/main@{#1359145}
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.