[Pkg-mozext-commits] [tabmixplus] 13/26: Remove support for Firefox 20

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 21:56:15 UTC 2016


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

taffit pushed a commit to tag 0.4.2.3pre.160319a1
in repository tabmixplus.

commit d7c4bcc12dac2d101b4b0f0f63d4395b0ba39c6e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Mar 12 19:59:45 2016 +0200

    Remove support for Firefox 20
---
 chrome/content/places/places.js          | 2 --
 chrome/content/preferences/appearance.js | 2 +-
 chrome/content/tabmix.js                 | 8 --------
 3 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index bcc81a6..e78ceaf 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -380,8 +380,6 @@ var TMP_Places = {
   startObserver: function TMP_PC_startObserver() {
     // Start observing bookmarks if needed.
     if (!this._hasBookmarksObserver) {
-      if (!Tabmix.isVersion(210))
-        this.onBeforeItemRemoved = function() {};
       try {
         PlacesUtils.addLazyBookmarkObserver(this);
         this._hasBookmarksObserver = true;
diff --git a/chrome/content/preferences/appearance.js b/chrome/content/preferences/appearance.js
index 3d9e2e5..68ad4e5 100644
--- a/chrome/content/preferences/appearance.js
+++ b/chrome/content/preferences/appearance.js
@@ -24,7 +24,7 @@ var gAppearancePane = { // jshint ignore:line
     Tabmix.setItem("onLeftDisabled", "hidden", browserWindow.Tabmix.defaultCloseButtons || null);
 
     // browser.allTabs.previews
-    if (Tabmix.isVersion(210) && !TabmixSvc.isPaleMoon) {
+    if (!TabmixSvc.isPaleMoon) {
       gPrefWindow.removeChild("pref_allTabsPpreviews");
       gPrefWindow.removeChild("obs_hideAllTabsButton");
       gPrefWindow.removeChild("allTabsPpreviews");
diff --git a/chrome/content/tabmix.js b/chrome/content/tabmix.js
index fe8fca3..792b278 100644
--- a/chrome/content/tabmix.js
+++ b/chrome/content/tabmix.js
@@ -949,14 +949,6 @@ var TMP_eventListener = {
   onTabMove: function TMP_EL_onTabMove(aEvent) {
     var tab = aEvent.target;
 
-    // workaround for bug 852952
-    // transitionend is not fired if the new tab is move before transitionend
-    // fixed by bug 850163 - Firefox 23
-    if (Tabmix.isVersion(210) && tab.getAttribute("fadein") == "true" &&
-        !tab._fullyOpen && !tab.closing) {
-      gBrowser.tabContainer._handleNewTab(tab);
-    }
-
     // moveTabTo call _positionPinnedTabs when pinned tab moves
     if (!tab.pinned)
       TabmixTabbar.setFirstTabInRow();

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