gecko-dev/toolkit/components/captivedetect
Ian Moody 57b82dd9be Bug 1544284 - toolkit/ automated ESLint no-throw-literal fixes. r=Standard8
Result of running:
$ mach eslint -funix toolkit/ | 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

...and then reverting a couple of places where comments were touched,
as well as changes to toolkit/components/ctypes/tests/unit/test_jsctypes.js
that required expectation changes to
toolkit/components/ctypes/tests/chrome/test_ctypes.xul

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

--HG--
extra : moz-landing-system : lando
2019-04-16 19:30:27 +00:00
..
test/unit Bug 1544284 - toolkit/ automated ESLint no-throw-literal fixes. r=Standard8 2019-04-16 19:30:27 +00:00
CaptiveDetect.jsm Bug 1456005 - Set LOAD_DISABLE_TRR flag in CaptiveDetect.jsm r=mayhemer 2019-04-05 12:08:57 +00:00
components.conf Bug 1524688: Part 40 - Convert CaptiveDetect to static registration. r=mconley 2019-01-30 10:48:56 -08:00
moz.build Bug 1524688: Part 40 - Convert CaptiveDetect to static registration. r=mconley 2019-01-30 10:48:56 -08:00
nsICaptivePortalDetector.idl Bug 1488628 - Change some nsICaptivePortalDetector method arguments from wstring to AString. r=valentin 2018-09-05 13:40:04 +10:00