commit | 8b501c61594f57564e42d3c85de910f950df260c | [log] [tgz] |
---|---|---|
author | Johnny Stenback <jstenback@google.com> | Thu Aug 29 00:29:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 29 00:29:41 2024 |
tree | 937761bf766f85ef2a3f60721b2255c239a4cde3 | |
parent | a81dc9d802365e522177f954c36f95554893702c [diff] |
Add WebDXFeature use counters for worker JS module usage. This change adds three new WebDXFeature use counters to measure usage of JS modules in workers. Two existing WebFeature use counters are mapped to two of the new WebDXFeature use counters, and the last one adds an entirely new use counter for measuring usage of JS modules in service workers. Change-Id: I681f4cf40a32a5b80af72f204225142a7c23fb9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5789475 Commit-Queue: Johnny Stenback <jstenback@google.com> Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1348374}
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.