commit | a165bf5709af51628666bcfd630ac449cd9f226a | [log] [tgz] |
---|---|---|
author | Jean-Philippe Gravel <jpgravel@chromium.org> | Thu Jan 26 03:49:41 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 26 03:49:41 2023 |
tree | e8af91856a8406b5364bcc93e0d312d4dbb8f9af | |
parent | b786f60d3b0fb0495e4a7cdac4d1d8a12111f88e [diff] |
Break the canvas WPT tool scripts into smaller functions. All of the code was in a single huge function, making it hard to navigate, modify and maintain. Change-Id: Idf1f29f2dc528192657bdd8c05cbd674e856de61 Bug: 1409873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4193469 Reviewed-by: Yi Xu <yiyix@chromium.org> Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1097227}
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.