refactor: move WaterfoxGlue initialization earlier in startup

This commit is contained in:
Alex Kontos
2025-08-07 10:14:05 +01:00
parent 2f981267c7
commit af76ea0665

View File

@@ -401,6 +401,8 @@ BrowserGlue.prototype = {
}
lazy.DesktopActorRegistry.init();
WaterfoxGlue.init();
},
// cleanup (called on application shutdown)
@@ -430,8 +432,6 @@ BrowserGlue.prototype = {
_beforeUIStartup: function BG__beforeUIStartup() {
lazy.SessionStartup.init();
WaterfoxGlue.init();
// check if we're in safe mode
if (Services.appinfo.inSafeMode) {
Services.ww.openWindow(