[Pkg-mozext-commits] [tabmixplus] 27/147: Follow up bug 1245124 - window.open() should open a new tab in the same container

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:33 UTC 2017


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit d0d2f2c566045b958dad1b3c4def8a4507e3c04b
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Nov 8 18:04:17 2016 +0200

    Follow up bug 1245124 - window.open() should open a new tab in the same container
---
 chrome/content/minit/tablib.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/minit/tablib.js b/chrome/content/minit/tablib.js
index 270a916..2c09e7b 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -665,6 +665,7 @@ var tablib = { // eslint-disable-line
         '        flags: loadflags,\n' +
         '        referrerURI: aReferrer,\n' +
         '        referrerPolicy: aReferrerPolicy,\n' +
+        '        userContextId: typeof aUserContextId == "undefined" ? 0 : aUserContextId,\n' +
         '      });' :
         '      browser.loadURIWithFlags(aURI.spec, loadflags, referrer, null, null);'
         .replace("referrer", (Tabmix.isVersion(360) ? "aReferrer" : "referrer"));

-- 
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