gecko-dev/extensions/permissions
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 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
Permission.cpp Bug 1623417 - Refactor nsPermission.cpp r=ckerschb 2020-04-23 13:11:56 +00:00
Permission.h Bug 1363541 - Modernize the PermissionManager - part 1 - nsPermission to mozilla::Permission, r=timhuang 2020-04-10 08:36:37 +00:00
PermissionDelegateHandler.cpp Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
PermissionDelegateHandler.h Bug 1626555 - Make `dom/base` buildable outside of `unified-build` environment. r=hsivonen 2020-04-29 09:02:05 +00:00
PermissionManager.cpp Bug 1627220 - Skip expired permissions in getAllWithTypePrefix and getAllForPrincipal. r=baku 2020-04-27 17:26:04 +00:00
PermissionManager.h Bug 1627220 - Skip expired permissions in getAllWithTypePrefix and getAllForPrincipal. r=baku 2020-04-27 17:26:04 +00:00
components.conf Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
moz.build Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00