[Pkg-mozext-commits] [tabmixplus] 16/30: Bookmark All Tabs doesn't work with nightly since 2015-04-23. Follow up bug 951651 - Make bookmarkProperties, Star UI and Library info pane work with PlacesTransactions

David Prévot taffit at moszumanska.debian.org
Sun Jun 14 22:15:37 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 2257a1f43fd9c1f55a27d387086823d5b9d15e60
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Jun 9 15:09:49 2015 +0300

    Bookmark All Tabs doesn't work with nightly since 2015-04-23.
    Follow up bug 951651 - Make bookmarkProperties, Star UI and Library info pane work with PlacesTransactions
---
 chrome/content/places/bookmarkProperties.xul | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/places/bookmarkProperties.xul b/chrome/content/places/bookmarkProperties.xul
index 1b215c9..256d857 100644
--- a/chrome/content/places/bookmarkProperties.xul
+++ b/chrome/content/places/bookmarkProperties.xul
@@ -6,11 +6,11 @@
     <script type="application/javascript" src="chrome://tabmixplus/content/utils.js"/>
     <script type="application/javascript">
       Tabmix.changeCode(BookmarkPropertiesPanel, "BookmarkPropertiesPanel._getTransactionsForURIList")._replace(
-        'var title = this._getURITitleFromHistory(uri);',
-        'var uriData = uri; \
+        /(var|let) title = this\._getURITitleFromHistory\(uri\);/,
+        'let uriData = uri; \
          if (!("uri" in uriData)) uriData = {uri: uriData, title: null}; \
          uri = uriData.uri; \
-         var title = uriData.title || this._getURITitleFromHistory(uri);'
+         let title = uriData.title || this._getURITitleFromHistory(uri);'
       ).toCode();
     </script>
 </overlay>

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