gecko-dev/services/common
Ian Moody 011b59d595 Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi
Raw Cr.ERROR don't get stack information, same as throwing JS literals instead
of `new Error()`s.

This was done automatically with a new eslint rule that will be introduced in
the next commit.  One instance of a raw Cr.ERROR was not replaced since it is
used in a test that specifically checks the preservation of raw Cr values in
XPCJS.  The rule will be disabled for that instance.

Differential Revision: https://phabricator.services.mozilla.com/D28073
2020-05-05 17:41:36 +00:00
..
docs Bug 1620621 - Add support for fallback to dumps for attachments r=Gijs,leplatrem 2020-04-30 10:02:30 +00:00
modules-testing
tests Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi 2020-05-05 17:41:36 +00:00
async.js
hawkclient.js
hawkrequest.js
kinto-http-client.js Bug 1620186 - Fetch from changeset endpoint r=glasserc 2020-04-24 09:15:43 +00:00
kinto-offline-client.js
kinto-storage-adapter.js
logmanager.js
moz.build
observers.js
rest.js
servicesComponents.manifest
tokenserverclient.js Bug 1631830 - Fetch Sync tokens with OAuth behind a pref r=rfkelly 2020-04-28 04:20:55 +00:00
uptake-telemetry.js Bug 1618491 - Detect shutdown during Remote Settings sync r=glasserc 2020-03-05 18:06:52 +00:00
utils.js