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
Push.jsm Bug 1610582 - Don't prompt for permission if dom.push.testing.ignorePermission enabled r=lina 2020-01-22 21:28:24 +00:00
Push.manifest Bug 1369436, Load PushComponents.js after startup. r=lina,mconley 2019-09-25 15:50:58 +00:00
PushBroadcastService.jsm Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
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 Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
PushDB.jsm Bug 1608281 - Automated rewrite away from reading properties on the global `this` in JSM files - round 1 r=mossop 2020-01-29 21:50:04 +00:00
PushManager.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/push. r=smaug 2020-03-09 15:05:52 +00:00
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 Bug 1385952, Remove usage of Preferences.jsm from PushService and PushServiceWebsocket in order to load preferences before becoming idle r=mconley 2019-09-27 20:43:48 +00:00
PushServiceAndroidGCM.jsm Bug 1369436, Load PushComponents.js after startup. r=lina,mconley 2019-09-25 15:50:58 +00:00
PushServiceHttp2.jsm Bug 1369436, Load PushComponents.js after startup. r=lina,mconley 2019-09-25 15:50:58 +00:00
PushServiceWebSocket.jsm Bug 1621756 - Don't send the Push UAID if there are no push subscriptions. r=englehardt 2020-03-30 18:21:09 +00:00
PushSubscription.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/push. r=smaug 2020-03-09 15:05:52 +00:00
PushSubscription.h
PushSubscriptionOptions.cpp
PushSubscriptionOptions.h
PushUtil.cpp bug 1610296 - Rename TypedArray_base::ComputeLengthAndData to TypedArray_base::ComputeState; r=bzbarsky 2020-01-23 03:22:06 +00:00
PushUtil.h
components.conf
moz.build