commit | 8d43c8f72a9c86b683658f07a3b568c3f247ab42 | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Wed Feb 16 16:54:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 16 16:54:31 2022 |
tree | 7bad819b8d32aad55a1c27ea1aaf1b2cfd583a3d | |
parent | 2d2e9f523cf35a77ff016c6564d4d2a2d4a7e993 [diff] |
Rename *.css *.js files in core/html/forms/resources/ https://google.github.io/styleguide/jsguide.html#file-name > File names must be all lowercase and may include underscores (_) > or dashes (-) It seems we have no guide for CSS file names. They should be consistent with other files. Also, this CL removes two manual tests which refer to non-existent paths, Source/core/html/... This CL has no behavior changes. Bug: 981231 Change-Id: I9e46b4be33cfb2e94456bc4d67849fd0b747b03a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3466875 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#971895}
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.