commit | b2cfdfecafa8aae4c4ac26d3460b26e93453a9c3 | [log] [tgz] |
---|---|---|
author | Bruce Dawson <[email protected]> | Thu Jun 10 19:01:20 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jun 10 19:01:20 2021 |
tree | 8875b3cee29f53bafe0a0eec8baa8f8102d7474c | |
parent | 7a73c646bd16d947f9c6f48226bbeedd56fcd300 [diff] |
Actually fix CheckForWindowsLineEndings Perhaps due to a recent git change (no longer showing \r\n line ending differences) the recent fix to CheckForWindowsLineEndings still doesn't work. This change uses input_api.ReadFile rather than f.ChangedContents to get the file text and this reliably finds \r\n line endings. Bug: 801033 Change-Id: I35d047bff4545664a2524990bf752de8a53af805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2951931 Reviewed-by: Mike Pinkerton <[email protected]> Commit-Queue: Bruce Dawson <[email protected]> Cr-Commit-Position: refs/heads/master@{#891322}
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.