[Pkg-mozext-commits] [tabmixplus] 113/147: Update our tabbrowser-tab Bug 1277803 - Part 2 : Make favicons loaded through XUL:image use the correct principal Bug 1308153 - part3 : implement the logic about showing the unblocking icon

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:43 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 b035f8b57f11bce782004ee803b28d71cc0dd4aa
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Mar 14 22:34:24 2017 +0200

    Update our tabbrowser-tab
    Bug 1277803 - Part 2 : Make favicons loaded through XUL:image use the correct principal
    Bug 1308153 - part3 : implement the logic about showing the unblocking icon
---
 chrome/content/tab/tabBindings.xml  |  2 +-
 chrome/content/tab/tabbrowser_4.xml | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/chrome/content/tab/tabBindings.xml b/chrome/content/tab/tabBindings.xml
index e550b19..6416182 100644
--- a/chrome/content/tab/tabBindings.xml
+++ b/chrome/content/tab/tabBindings.xml
@@ -101,7 +101,7 @@
             <xul:image xbl:inherits="fadein,pinned,busy,progress,selected=visuallyselected"
                        class="tab-throbber"
                        role="presentation"/>
-            <xul:image xbl:inherits="src=image,fadein,pinned,selected=visuallyselected,busy,crashed,sharing"
+            <xul:image xbl:inherits="src=image,loadingprincipal=iconLoadingPrincipal,fadein,pinned,selected=visuallyselected,busy,crashed,sharing"
                        anonid="tab-icon-image"
                        class="tab-icon-image"
                        validate="never"
diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index 386a9bb..57449b6 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -33,13 +33,13 @@
                 class="tab-image-left tab-startcap tab-left tab-left-border"/>
       <xul:hbox class="tab-drag-indicator-left"/>
       <xul:stack class="tab-stack" flex="1">
-        <xul:hbox xbl:inherits="pinned,selected=visuallyselected,titlechanged,fadein"
+        <xul:hbox xbl:inherits="pinned,selected=visuallyselected,fadein"
                   class="tab-background">
-          <xul:hbox xbl:inherits="pinned,selected=visuallyselected,titlechanged"
+          <xul:hbox xbl:inherits="pinned,selected=visuallyselected"
                     class="tab-background-start"/>
-          <xul:hbox xbl:inherits="pinned,selected=visuallyselected,titlechanged"
+          <xul:hbox xbl:inherits="pinned,selected=visuallyselected"
                     class="tab-background-middle"/>
-          <xul:hbox xbl:inherits="pinned,selected=visuallyselected,titlechanged"
+          <xul:hbox xbl:inherits="pinned,selected=visuallyselected"
                     class="tab-background-end"/>
         </xul:hbox>
         <xul:vbox class="tab-progress-container">
@@ -52,7 +52,7 @@
             <xul:image xbl:inherits="fadein,pinned,busy,progress,selected=visuallyselected"
                        class="tab-throbber"
                        role="presentation"/>
-            <xul:image xbl:inherits="src=image,fadein,pinned,selected=visuallyselected,busy,crashed,sharing"
+            <xul:image xbl:inherits="src=image,loadingprincipal=iconLoadingPrincipal,fadein,pinned,selected=visuallyselected,busy,crashed,sharing"
                        anonid="tab-icon-image"
                        class="tab-icon-image"
                        validate="never"
@@ -65,7 +65,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"/>
@@ -79,7 +79,7 @@
                        xbl:inherits="xbl:text=label,accesskey,fadein,pinned,selected=visuallyselected,attention"
                        role="presentation"/>
           </xul:hbox>
-          <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