commit | c9e3ad7cdd1768fd3230d70dbbde12c69737c38e | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Fri Feb 25 21:21:27 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 25 21:21:27 2022 |
tree | cb2765eb0a6caa45cae388beea9529184e073da6 | |
parent | efe058e0bd7db348b70d48f3feca3daec7cd4cda [diff] |
WebUI: Fix ESLint eqeqeq rule violations under chrome/browser/resources/ ESLint's eqeqeq rule has been applied so far selectively on a few subfolders of c/b/r. Fixing violations in other folders* in preparation of enabling the rule for all subfolders under c/b/r in a follow-up CL. *Note: Excluding c/b/r/chromeos/ which has a lot of violations and is better addressed separately. Bug: 720034 Change-Id: I4c7ca1ed9db85718c6a99286a0432b0095f9b73c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3485245 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: John Lee <johntlee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#975264}
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.