зеркало из https://github.com/mozilla/gecko-dev.git
fcb799ab11
When we migrate SpecialPowers to a JSWindowActor, it will no longer be able to use synchronous IPC messaging, which means that its current synchronous APIs will have to become asynchronous. This patch doesn't change the behavior of those functions, but it does change their callers to `await` their return values rather than using them directly. This pattern will work the same whether the functions return a promise or a plain value, which simplifies the migration. Differential Revision: https://phabricator.services.mozilla.com/D35053 --HG-- extra : rebase_source : baffba2107b175250573baae3f54d48becbd2a16 extra : source : b4ed40bea2698802ef562a0931c0b560737fb89d |
||
---|---|---|
.. | ||
tests | ||
PermissionObserver.cpp | ||
PermissionObserver.h | ||
PermissionStatus.cpp | ||
PermissionStatus.h | ||
PermissionUtils.cpp | ||
PermissionUtils.h | ||
Permissions.cpp | ||
Permissions.h | ||
moz.build |