mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 04:39:03 +02:00
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 |
||
|---|---|---|
| .. | ||
| test | ||
| components.conf | ||
| moz.build | ||
| Push.jsm | ||
| Push.manifest | ||
| PushBroadcastService.jsm | ||
| PushComponents.jsm | ||
| PushCrypto.jsm | ||
| PushDB.jsm | ||
| PushManager.cpp | ||
| PushManager.h | ||
| PushNotifier.cpp | ||
| PushNotifier.h | ||
| PushRecord.jsm | ||
| PushService.jsm | ||
| PushServiceAndroidGCM.jsm | ||
| PushServiceHttp2.jsm | ||
| PushServiceWebSocket.jsm | ||
| PushSubscription.cpp | ||
| PushSubscription.h | ||
| PushSubscriptionOptions.cpp | ||
| PushSubscriptionOptions.h | ||
| PushUtil.cpp | ||
| PushUtil.h | ||