[Pkg-mozext-commits] [tabmixplus] 05/22: Follow up bug 1365232 - Have _delayedStartup() provide the correct triggeringPrincipal

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


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

taffit pushed a commit to tag 0.5.0.4pre.170625a1
in repository tabmixplus.

commit d3a04156d8864f8b72708f85f72b35838ac0a20f
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed May 31 23:26:55 2017 +0300

    Follow up bug 1365232 - Have _delayedStartup() provide the correct triggeringPrincipal
---
 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 2eb09f9..6561dbd 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -810,7 +810,7 @@ Tabmix.tablib = {
         '$&' +
         'if (where == "current" && Tabmix.whereToOpen(false).inNew) where = "tab";'
       )._replace(
-        'loadOneOrMoreURIs(homePage);',
+        /loadOneOrMoreURIs\([^;]+;/,
         '$& \
         gBrowser.ensureTabIsVisible(gBrowser.selectedTab);'
       ).toCode();

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