[Pkg-mozext-commits] [tabmixplus] 08/23: Open extension home page from addon manager in the background when browser.tabs.loadInBackground is true

David Prévot taffit at moszumanska.debian.org
Fri Sep 23 03:31:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 61011487b1e58805c32e392cc984076beac29702
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Jun 27 00:18:56 2016 +0300

    Open extension home page from addon manager in the background when browser.tabs.loadInBackground is true
---
 chrome/content/places/places.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index 8bfc4b9..3472ac9 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -725,7 +725,7 @@ Tabmix.onContentLoaded = {
       '{',
       '{\n' +
       '  let callerTrace = Tabmix.callerTrace();\n' +
-      '  if (callerTrace.contain("BG_observe")) {\n' +
+      '  if (callerTrace.contain("BG_observe", "loadHomepage")) {\n' +
       '    params.inBackground = getBoolPref("browser.tabs.loadInBackground");\n' +
       '  } else if (where == "current" &&\n' +
       '      callerTrace.contain("ReaderParent.toggleReaderMode")) {\n' +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list