summaryrefslogtreecommitdiffstats
path: root/application/basilisk/components/sessionstore/SessionStore.jsm
diff options
context:
space:
mode:
authorJustOff <Off.Just.Off@gmail.com>2018-09-16 19:47:19 +0300
committerJustOff <Off.Just.Off@gmail.com>2018-09-16 19:47:19 +0300
commitc5ea5076e8efe4b9c030f2f3316127a205feb5b1 (patch)
tree8b381337c71dbbe0c098297edb49b3e7db55b73b /application/basilisk/components/sessionstore/SessionStore.jsm
parent465c0a564647d4b33bd456a276afd61affd06365 (diff)
downloadUXP-c5ea5076e8efe4b9c030f2f3316127a205feb5b1.tar
UXP-c5ea5076e8efe4b9c030f2f3316127a205feb5b1.tar.gz
UXP-c5ea5076e8efe4b9c030f2f3316127a205feb5b1.tar.lz
UXP-c5ea5076e8efe4b9c030f2f3316127a205feb5b1.tar.xz
UXP-c5ea5076e8efe4b9c030f2f3316127a205feb5b1.zip
[BASILISK] Skip notifications for background tabs when restoring a session
Diffstat (limited to 'application/basilisk/components/sessionstore/SessionStore.jsm')
-rw-r--r--application/basilisk/components/sessionstore/SessionStore.jsm3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/basilisk/components/sessionstore/SessionStore.jsm b/application/basilisk/components/sessionstore/SessionStore.jsm
index e23b205fc..b599bc162 100644
--- a/application/basilisk/components/sessionstore/SessionStore.jsm
+++ b/application/basilisk/components/sessionstore/SessionStore.jsm
@@ -3113,7 +3113,8 @@ var SessionStoreInternal = {
tabbrowser.addTab("about:blank",
{skipAnimation: true,
forceNotRemote,
- userContextId});
+ userContextId,
+ skipBackgroundNotify: true});
// If we inserted a new tab because the userContextId didn't match with the
// open tab, even though `t < openTabCount`, we need to remove that open tab