[Pkg-mozext-commits] [tabmixplus] 61/123: Fix changeset a462cea7f60f - Update for debug mode

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:27 UTC 2014


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit d4b50ab0debd0feb102d2dc2552c8628ab3aec64
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Sep 1 10:31:27 2014 +0300

    Fix changeset a462cea7f60f - Update for debug mode
---
 chrome/content/changecode.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/chrome/content/changecode.js b/chrome/content/changecode.js
index b124884..946d0d0 100644
--- a/chrome/content/changecode.js
+++ b/chrome/content/changecode.js
@@ -62,9 +62,7 @@ Tabmix.changeCode = function(aParent, aName, aOptions) {
     toCode: function TMP_utils_toCode(aShow, aObj, aName) {
       try {
         // list of function that we don't warp with try-catch
-        let dontDebug = ["gBrowser.tabContainer._animateTabMove"];
-        if (TabmixSvc.version(310))
-          dontDebug.push("gURLBar.handleCommand");
+        let dontDebug = ["gBrowser.tabContainer._animateTabMove, gURLBar.handleCommand"];
         if (debugMode && dontDebug.indexOf(this.fullName) == -1) {
           let excludeReturn = ["TabsInTitlebar._update", "gBrowser._blurTab"];
           let addReturn = "", re = new RegExp("//.*", "g");

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