gecko-dev/dom/crypto/test
Ian Moody fe4fab15e3 Bug 1537776 - dom/ automated ESLint no-throw-literal fixes. r=asuth,mccr8
Result of running:
$ mach eslint -funix dom/ | sed -Ee 's/:.+//' - | xargs sed -E \
    -e 's/throw ((["`])[^"]+\2);/throw new Error(\1);/g' \
    -e 's/throw ((["`])[^"]+\2 \+ [^ ";]+);/throw new Error(\1);/g' \
    -e 's/throw \(/throw new Error(/g' -i

Differential Revision: https://phabricator.services.mozilla.com/D24369

--HG--
extra : moz-landing-system : lando
2019-03-25 16:03:38 +00:00
..
.eslintrc.js
file_indexedDB.html Bug 1508825 - Enable ESLint for dom/crypto/ (automatic changes) r=Standard8,Ehsan 2018-12-14 00:44:52 +00:00
mochitest.ini
test_indexedDB.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_DH.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_ECDH.html Bug 1537776 - dom/ automated ESLint no-throw-literal fixes. r=asuth,mccr8 2019-03-25 16:03:38 +00:00
test_WebCrypto_ECDSA.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_HKDF.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_Import_Multiple_Identical_Keys.html Bug 1508825 - Enable ESLint for dom/crypto/ (automatic changes) r=Standard8,Ehsan 2018-12-14 00:44:52 +00:00
test_WebCrypto_JWK.html Bug 1508825 - Enable ESLint for dom/crypto/ (automatic changes) r=Standard8,Ehsan 2018-12-14 00:44:52 +00:00
test_WebCrypto_Normalize.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_PBKDF2.html Bug 1537776 - dom/ automated ESLint no-throw-literal fixes. r=asuth,mccr8 2019-03-25 16:03:38 +00:00
test_WebCrypto_Reject_Generating_Keys_Without_Usages.html Bug 1508825 - Enable ESLint for dom/crypto/ (automatic changes) r=Standard8,Ehsan 2018-12-14 00:44:52 +00:00
test_WebCrypto_RSA_OAEP.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_RSA_PSS.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_Structured_Cloning.html Bug 1508825 - Enable ESLint for dom/crypto/ (automatic changes) r=Standard8,Ehsan 2018-12-14 00:44:52 +00:00
test_WebCrypto_Workers.html Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test_WebCrypto_Wrap_Unwrap.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_WebCrypto.css
test_WebCrypto.html Bug 1537776 - dom/ automated ESLint no-throw-literal fixes. r=asuth,mccr8 2019-03-25 16:03:38 +00:00
test-array.js Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test-vectors.js Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
test-worker.js Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00
util.js Bug 1508825 - Enable ESLint for dom/crypto (manual changes) r=Standard8,Ehsan 2018-12-14 22:54:56 +00:00