gecko-dev/dom/plugins
Kris Maglione a722f15dd6 Bug 1541557: Part 3 - Update callers of sync SpecialPowers functions to await the return value. r=nika
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 : 71821b4292a7c8f76d37ce372ddd9c2612973e7e
2019-06-12 11:41:32 -07:00
..
base Bug 1560157 - Remove EGLUtils.h. r=lsalzman 2019-06-21 16:53:09 +00:00
ipc Bug 1561491 - Make browser.* and dom.vr.* static prefs follow the naming convention. r=KrisWright 2019-06-25 16:32:29 +10:00
test Bug 1541557: Part 3 - Update callers of sync SpecialPowers functions to await the return value. r=nika 2019-06-12 11:41:32 -07:00