[Pkg-mozext-commits] [tabmixplus] 132/147: Follow up bug 1308153 - part3 - implement the logic about showing the unblocking icon (apply fix to Firefox 52)

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:45 UTC 2017


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 67c5b60c5d2ff647abfece7e59ea2afd902332e7
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Apr 16 08:24:37 2017 +0300

    Follow up bug 1308153 - part3 - implement the logic about showing the unblocking icon (apply fix to Firefox 52)
---
 chrome/content/tab/tabBindings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/tab/tabBindings.xml b/chrome/content/tab/tabBindings.xml
index 6416182..bcf590f 100644
--- a/chrome/content/tab/tabBindings.xml
+++ b/chrome/content/tab/tabBindings.xml
@@ -114,7 +114,7 @@
                      anonid="sharing-icon"
                      class="tab-sharing-icon-overlay"
                      role="presentation"/>
-          <xul:image xbl:inherits="crashed,busy,soundplaying,pinned,muted,selected=visuallyselected"
+          <xul:image xbl:inherits="crashed,busy,soundplaying,soundplaying-scheduledremoval,pinned,muted,blocked,selected=visuallyselected"
                      anonid="overlay-icon"
                      class="tab-icon-overlay"
                      role="presentation"/>
@@ -123,7 +123,7 @@
                      xbl:inherits="value=label,visibleLabel,crop,accesskey,fadein,pinned,selected=visuallyselected,attention"
                      class="tab-text tab-label"
                      role="presentation"/>
-          <xul:image xbl:inherits="soundplaying,pinned,muted,selected=visuallyselected"
+          <xul:image xbl:inherits="soundplaying,soundplaying-scheduledremoval,pinned,muted,blocked,selected=visuallyselected"
                      anonid="soundplaying-icon"
                      class="tab-icon-sound"
                      role="presentation"/>

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