gecko-dev/browser
Kris Maglione fcb799ab11 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 : baffba2107b175250573baae3f54d48becbd2a16
extra : source : b4ed40bea2698802ef562a0931c0b560737fb89d
2019-06-12 11:41:32 -07:00
..
actors Backed out changeset 4b8c3e09e73f (bug 1510351) for ES Lint failure. CLOSED TREE 2019-07-02 20:45:03 +03:00
app Bug 1559549 - Add FAQ menuitem to the ellipsis menu in about:logins. ?jaws r=fluent-reviewers,flod 2019-07-03 03:34:46 +00:00
base Bug 1558298: Part 10 - Stop loading MozillaLogger.js from SpecialPowers. r=nika 2019-06-11 11:37:52 -07:00
branding Bug 1562115 - Prevent cutting off long stub installer text strings. r=agashlin 2019-07-02 20:15:48 +00:00
components 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
config Bug 1562758: Add newly complete locales to 68 release WNP; r=flod 2019-07-02 18:28:50 +00:00
docs Bug 1551898 - Replace UrlbarProvider.sources with a more flexible solution. r=adw 2019-05-17 14:25:47 +00:00
extensions Bug 1562248 - scrolling in Gmail fix and some ua overrides removal for webcompat go faster r=denschub,rhelmer 2019-07-01 08:35:53 +00:00
fonts Bug 1470107 - Update Twemoji Mozilla to 0.4.0 (twemoji 11.4.0). r=jfkthame 2019-04-19 20:58:50 +00:00
installer Bug 1562115 - Prevent cutting off long stub installer text strings. r=agashlin 2019-07-02 20:15:48 +00:00
locales Bug 1562084 - Description for non proxy-ing localhost r=fluent-reviewers,Gijs,flod 2019-07-02 21:55:15 +00:00
modules Bug 1529205 - Remove DateTimePickerParent's dependency on gBrowser; r=mconley 2019-06-26 18:15:28 +00:00
themes Bug 1555226 - Part 5: Add the badge alongside the TP switch toggle. r=nhnt11 2019-06-28 14:29:47 +00:00
tools/mozscreenshots Bug 1555060 Convert <tabs> to a custom element 2019-06-20 14:09:37 -07:00
.eslintrc.js
app.mozbuild
build.mk
confvars.sh Bug 1553188 - Part 2 - Remove the ability to use browser.xul;r=bdahl 2019-05-30 11:24:17 -07:00
defs.mk
l10n-registry.manifest Bug 1555662 - Register L10nRegistry sources using categories. r=kmag 2019-06-08 04:37:31 +00:00
LICENSE
Makefile.in
moz.build Bug 1555662 - Register L10nRegistry sources using categories. r=kmag 2019-06-08 04:37:31 +00:00
moz.configure