0
Files
src/third_party
dpapad b2028d500b Detect Node script failures using process.returncode in node.py.
Previously only stderr was used, but that is not sufficient in some
cases, like TypeScript which still uses stdout even when
process.returncode is non-zero.

Also fixing js_checker_eslint_test.py which needs to be adjusted as
it was testing the case of failed ESLint checks, which are now
reported as RuntimeError instances.

Bug: 1098074,1189595
Change-Id: Ib4a6fb1a712038e191029809ba66df3162ad45e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2774278
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Auto-Submit: dpapad <dpapad@chromium.org>
Reviewed-by: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#864645}
2021-03-19 14:43:08 +00:00
..
2021-02-24 03:09:12 +00:00
2021-03-03 21:27:45 +00:00
2021-03-11 01:28:04 +00:00
2021-03-10 23:42:22 +00:00
2021-03-15 15:07:11 +00:00
2021-03-16 11:14:07 +00:00
2021-03-18 19:45:47 +00:00
2021-03-18 01:23:15 +00:00

Name: Descriptive name of the package
Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
URL: The URL where the package lives
Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
Date: (OPTIONAL if version is supplied) The date that the package was updated
Revision: (OPTIONAL if version is supplied) The current revision of the package
License: The license under which the package is distributed. Standard forms are only accepted, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL. See ANDROID_WHITELISTED_LICENSES in PRESUBMIT.py for allowed patterns.
License File: (OPTIONAL) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shipped product, so its license does not need to be included in about:credits and no license file is required.
Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
License Android Compatible: (OPTIONAL) Whether the package uses a license compatible with Android. Required only if the package is compatible and the 'License' field uses a non-standard value.
CPEPrefix: (OPTIONAL) A 'common platform enumeration' version 2.2, as per https://nvd.nist.gov/products/cpe/search, which represents the upstream package. This will be used to report known vulnerabilities in the upstream software package, such that we can be sure to merge fixes for those vulnerabilities. Please ensure you're using the closest applicable upstream version, according to the standard format for the CPE for that package. For example, cpe:/a:xmlsoft:libxslt:1.0.10. If no CPE is available for the package, please specify "unknown". If you're using a patched or modified version which is halfway between two public versions, please "round downwards" to the lower of the public versions (it's better for us to be notified of false-positive vulnerabilities than false-negatives).

Description:
A short description of what the package is and is used for.

Local Modifications:
Enumerate any changes that have been made locally to the package from the shipping version listed above.