commit | 23a4dcf2a293b68930abd26786ecdf3587976a50 | [log] [tgz] |
---|---|---|
author | Yi Xu <yiyix@chromium.org> | Thu Nov 28 21:09:45 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 28 21:09:45 2024 |
tree | 8338fb04312abb56246cebbca8d4d9713e85e84c | |
parent | 190749df81ed00038f396f4aa9471c8715fdda9f [diff] |
Update the UMA in Canvas and OffscreenCanvas to match Both CanvasRenderContext2D.idl and OffscreenCanvasRenderingContext.idl offer the same canvas 2d interface. The UMA measurements for the same function should share the same name. Ex: OffscreenCanvasIsPointInPath is named to Canvas2DIsPointInPath Bug: 380095402 Change-Id: I4c12af2d112ecdcb1860deaad592aca18eb723dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049660 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by: Jean-Philippe Gravel <jpgravel@chromium.org> Reviewed-by: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1389534}
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.