commit | b43063eb9ed7d0eb230001e42f02c58481024d00 | [log] [tgz] |
---|---|---|
author | rbpotter <[email protected]> | Thu Feb 20 01:23:10 2020 |
committer | Commit Bot <[email protected]> | Thu Feb 20 01:23:10 2020 |
tree | 8afe34caab198f3d0c59aa768f69137b15ef2a56 | |
parent | 752f0ae4c884781a85f01b86d9a044445b719b42 [diff] |
Convert ==/!= to ===/!== in: //chrome/browser/resources/pdf and tests CL generated following the example of https://chromium-review.googlesource.com/c/chromium/src/+/2003795 by dbeam@ $ git ls-files 'chrome/browser/resources/pdf/*.js' | xargs grep -l -P ' [!=]= (?!null)' | xargs perl -p -i -e 's/ ([!=])= (?!null)/ \1== /g' $ git ls-files 'chrome/test/data/pdf/*.js' | xargs grep -l -P ' [!=]= (?!null)' | xargs perl -p -i -e 's/ ([!=])= (?!null)/ \1== /g' Also updating one location where a number was being compared to a string, and adding eslint rules to prevent any new ==/!= from being added. Bug: 720034 Change-Id: I0b172e297c9dd873ee2228233a26224332983e6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064789 Reviewed-by: Demetrios Papadopoulos <[email protected]> Commit-Queue: Rebekah Potter <[email protected]> Cr-Commit-Position: refs/heads/master@{#742907}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .