[Pkg-mozext-commits] [tabmixplus] 41/48: Follow up bug 1377580 - [geckoview] links with target _blank don't load

David Prévot taffit at moszumanska.debian.org
Sun Aug 20 03:14:38 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 9e20faa160330747961bf8a10cfe180c0969fca6
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Aug 17 20:33:36 2017 +0300

    Follow up bug 1377580 - [geckoview] links with target _blank don't load
---
 chrome/content/minit/tablib.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/minit/tablib.js b/chrome/content/minit/tablib.js
index 373b7ff..23bbb06 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -745,7 +745,7 @@ Tabmix.tablib = {
 
     if (Tabmix.isVersion(260)) {
       _openURI.toCode();
-      fnName = "nsBrowserAccess.prototype." + (TSTopenURI || "openURI");
+      fnName = "nsBrowserAccess.prototype." + (TSTopenURI || (Tabmix.isVersion(570) ? "getContentWindowOrOpenURI" : "openURI"));
       _openURI = Tabmix.changeCode(fnObj, fnName);
     }
 

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