[Pkg-mozext-commits] [tabmixplus] 17/30: Can't use toString on PlacesCommandHook.bookmarkPage after bug 951651 change the function into Task.async

David Prévot taffit at moszumanska.debian.org
Sun Jun 14 22:15:38 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 c5b1a77556f90302666360e3966f624ae6caed74
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Jun 10 13:49:11 2015 +0300

    Can't use toString on PlacesCommandHook.bookmarkPage after bug 951651 change the function into Task.async
---
 chrome/content/places/places.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index 00cce44..e84c3cf 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -29,6 +29,7 @@ var TMP_Places = {
       // use tab label for bookmark name when user renamed the tab
       // PlacesCommandHook exist on browser window
       if ("PlacesCommandHook" in window) {
+         if (!Tabmix.isVersion(410))
          Tabmix.changeCode(PlacesCommandHook, "PlacesCommandHook.bookmarkPage")._replace(
             /(webNav\.document\.)*title \|\| (url|uri)\.spec;/,
             'TMP_Places.getTabTitle(gBrowser.getTabForBrowser(aBrowser), ' +

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