commit | ab656921bbb394d97e7a19937aff818d72ac612d | [log] [tgz] |
---|---|---|
author | dpapad <[email protected]> | Fri Apr 01 00:01:11 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 01 00:01:11 2022 |
tree | 0add42a52cb4026f62cb190d01849ea32ee73453 | |
parent | 11c4cfe66c898a65d7f17f0525876278a6151836 [diff] |
WebUI: Enforce single quotes with ESLint's 'quotes' check. Per the styleguide at [1] JS/TS files should only use single quotes or backticks, and never double quotes. Fixing all existing violations and enabling the ESLint check by default. [1] https://google.github.io/styleguide/jsguide.html#features-strings-use-single-quotes Bug: 720034 Change-Id: I28b22b10a59eec9f2d7d41038fb6297697833cd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3558486 Reviewed-by: Jimmy Gong <[email protected]> Reviewed-by: Luciano Pacheco <[email protected]> Auto-Submit: Demetrios Papadopoulos <[email protected]> Reviewed-by: Rebekah Potter <[email protected]> Commit-Queue: Rebekah Potter <[email protected]> Cr-Commit-Position: refs/heads/main@{#987707}
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.