gecko-dev/dom/push
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
..
test Bug 1614462: Part 1 - Remove unused message principals. r=nika 2020-04-20 22:15:19 +00:00
components.conf
moz.build
Push.jsm
Push.manifest
PushBroadcastService.jsm
PushComponents.jsm 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
PushCrypto.jsm
PushDB.jsm
PushManager.cpp
PushManager.h
PushNotifier.cpp Bug 1626570 - Improve handling of copying arrays in dom/push/. r=lina 2020-05-05 10:20:12 +00:00
PushNotifier.h
PushRecord.jsm Bug 1628117 - Remove BrowserApp.tabs. r=lina,snorp 2020-04-14 17:07:38 +00:00
PushService.jsm
PushServiceAndroidGCM.jsm
PushServiceHttp2.jsm
PushServiceWebSocket.jsm
PushSubscription.cpp
PushSubscription.h
PushSubscriptionOptions.cpp
PushSubscriptionOptions.h
PushUtil.cpp
PushUtil.h