Bug 1656494 - Show the default browser notification on the first New Tab Page of a session. r=Gijs,fluent-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D87490
This commit is contained in:
Jared Wein
2020-08-23 06:57:00 +00:00
parent 74171019b9
commit 91bdb634f4
8 changed files with 258 additions and 219 deletions

View File

@@ -156,6 +156,11 @@ XPCOMUtils.defineLazyScriptGetter(
["CustomizationHandler", "AutoHideMenubar"],
"chrome://browser/content/browser-customization.js"
);
XPCOMUtils.defineLazyScriptGetter(
this,
"DefaultBrowserNotificationOnNewTabPage",
"chrome://browser/content/browser-defaultBrowserNotificationOnNewTabPage.js"
);
XPCOMUtils.defineLazyScriptGetter(
this,
["PointerLock", "FullScreen"],