commit | 5efbdc6598fa8e8da45b55eb57f54daf5e16833a | [log] [tgz] |
---|---|---|
author | Bruce Dawson <[email protected]> | Mon Apr 11 19:29:51 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Apr 11 19:29:51 2022 |
tree | 71318bb9457ef5488fc48684b3032f250dbebe2f | |
parent | 60b5fc711dae71feb2466861b8150b4484771532 [diff] |
Fix the remaining \r\n line ending warnings This change updates the line ending test to exclude two test files that intentionally have Windows line endings, and .mhtml files, and fixes one other file that still unintentionally has them. mhtml files are supposed to have \r\n line endings, apparently: https://datatracker.ietf.org/doc/html/rfc822#section-3.2 With this change "git cl presubmit --all" should report no \r\n problems. Bug: 1309977 Change-Id: I65b676b45893b6d861fdf8a814a43ade174272e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3579206 Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Theresa Sullivan <[email protected]> Commit-Queue: Bruce Dawson <[email protected]> Cr-Commit-Position: refs/heads/main@{#991138}
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.