[Pkg-mozext-commits] [tabmixplus] 06/26: Firefox freeze when user clicks on 'Clear Groups Data', from Tab Groups extensions options tab, when some of the tabs are locked

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 f3d49f67d6cd090326b3c2460a2afd1d3fceef9d
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Mar 11 17:54:56 2016 +0200

    Firefox freeze when user clicks on 'Clear Groups Data', from Tab Groups extensions options tab, when some of the tabs are locked
---
 chrome/content/minit/tablib.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/chrome/content/minit/tablib.js b/chrome/content/minit/tablib.js
index 2c0d18f..c4f4a2d 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -118,7 +118,10 @@ var tablib = { // eslint-disable-line
     let exceptionList = {
       // secureLogin extension expect to execute the login in the current page
       // https://addons.mozilla.org/en-us/firefox/addon/secure-login/?src=ss
-      secureLogin: "secureLogin.login"
+      secureLogin: "secureLogin.login",
+      // https://addons.mozilla.org/en-US/firefox/addon/tab-groups-panorama/
+      // paneSession.clearData load about.blank to all opened tabs in the active window
+      tabGroups: "paneSession.clearData",
     };
     let keys = Object.keys(exceptionList);
     let isInstalled = keys.some(function(item) {

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