gecko-dev/toolkit/components/processsingleton
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
..
components.conf Bug 1524688: Part 7 - Convert process singletons to static registration r=mconley 2019-01-29 18:32:37 -08:00
ContentProcessSingleton.jsm Bug 1524688: Part 7 - Convert process singletons to static registration r=mconley 2019-01-29 18:32:37 -08:00
CustomElementsListener.jsm Bug 1528762. Don't inject customElements.js into system-principal about:blank. r=bgrins 2019-02-22 21:32:09 +00:00
MainProcessSingleton.jsm Bug 1544284 - toolkit/ automated ESLint no-throw-literal fixes. r=Standard8 2019-04-16 19:30:27 +00:00
moz.build Bug 1524688: Part 7 - Convert process singletons to static registration r=mconley 2019-01-29 18:32:37 -08:00
ProcessSingleton.manifest Bug 1524688: Part 7 - Convert process singletons to static registration r=mconley 2019-01-29 18:32:37 -08:00