[Pkg-mozext-commits] [tabmixplus] 12/22: Follow up bug 1371604 - Convert arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps from XBL properties to fields

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:28:34 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 d9fff16dca42ad74fe1100c21185b78ca3497fdf
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Jun 19 14:05:41 2017 +0300

    Follow up bug 1371604 - Convert arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps from XBL properties to fields
---
 chrome/content/tab/tab.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index a422dbd..b8b10d9 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -883,6 +883,10 @@ Tabmix.tabsUtils = {
         (TabmixTabbar.widthFitTitle || this.tabBar.hasAttribute("multibar"));
     let tabstrip = this.tabBar.mTabstrip;
     Tabmix.setItem(tabstrip, "orient", vertical ? "vertical" : "horizontal");
+    if (Tabmix.isVersion(550)) {
+      // arrowscrollbox._startEndProps is field since Firefox 55 (Bug 1371604)
+      tabstrip._startEndProps = vertical ? ["top", "bottom"] : ["left", "right"];
+    }
     tabstrip._isRTLScrollbox = !vertical && Tabmix.rtl;
   },
 

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