[Pkg-mozext-commits] [tabmixplus] 03/30: Remove obsolete function

David Prévot taffit at moszumanska.debian.org
Sun Jun 14 22:15:35 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 6346c1c02d00eb56c90eba7e4d0d562ea05e3450
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Mar 25 22:09:23 2015 +0200

    Remove obsolete function
---
 chrome/content/minit/tablib.js | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/chrome/content/minit/tablib.js b/chrome/content/minit/tablib.js
index 4baf516..921536e 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -861,16 +861,6 @@ var tablib = {
   },
 
   addNewFunctionsTo_gBrowser: function addNewFunctionsTo_gBrowser() {
-    gBrowser.TMP_openURI = function Tabmix_openURI(uri, aReferrer, aPostData, aAllowThirdPartyFixup) {
-      var openNewTab = Tabmix.whereToOpen(true).lock;
-      if (openNewTab)
-        this.loadOneTab(uri, aReferrer, null, aPostData, false, aAllowThirdPartyFixup);
-      else {
-        loadURI(uri, aReferrer, aPostData, aAllowThirdPartyFixup);
-        gBrowser.ensureTabIsVisible(gBrowser.selectedTab);
-      }
-    };
-
     let duplicateTab = function tabbrowser_duplicateTab(aTab, aHref, aTabData, disallowSelect, dontFocusUrlBar) {
       if (aTab.localName != "tab")
         aTab = this.mCurrentTab;

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