From b90afbc2c55d172fedb9957c3781a0a629a63431 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 16 Feb 2018 07:31:21 +0000 Subject: Remove "focused: true" from winConfig. According to: - https://bugzilla.mozilla.org/show_bug.cgi?id=1253129 and #2896, this: 1. causes Firefox to crash, and 2. isn't actually necessary. So just remove it. H/t @ris58h in #2896. --- background_scripts/main.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 78bfce4c..e0215436 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -192,7 +192,6 @@ BackgroundCommands = if request.registryEntry.options.incognito or request.registryEntry.options.window windowConfig = url: request.urls - focused: true incognito: request.registryEntry.options.incognito ? false chrome.windows.create windowConfig, -> callback request else -- cgit v1.2.3