[Pkg-mozext-commits] [tabmixplus] 12/23: Follow up bug 332195 - part 1: don't focus tabs by default, add pref to be able to revert late if we see too many issues

David Prévot taffit at moszumanska.debian.org
Wed Feb 17 18:34:00 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit b71c0fc3274121794da9b9de9c1de7904c5985f3
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Feb 14 19:21:29 2016 +0200

    Follow up bug 332195 - part 1: don't focus tabs by default, add pref to be able to revert late if we see too many issues
---
 chrome/content/tab/tabbrowser_4.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index 69af5df..54c3def 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -29,7 +29,7 @@
   <binding id="tabmix-tab-label">
     <content>
       <xul:label flex="1"
-                 xbl:inherits="value=labelvalue,crop,accesskey,fadein,pinned,selected,visuallyselected"
+                 xbl:inherits="value=labelvalue,crop,accesskey,fadein,pinned,selected,visuallyselected,attention"
                  class="tab-text tab-label"
                  role="presentation"/>
     </content>
@@ -54,7 +54,7 @@
           <xul:progressmeter class="tab-progress" mode="normal"
                              xbl:inherits="value=tab-progress,fadein,pinned,selected,visuallyselected"/>
         </xul:vbox>
-        <xul:hbox xbl:inherits="pinned,selected,visuallyselected,titlechanged"
+        <xul:hbox xbl:inherits="pinned,selected,visuallyselected,titlechanged,attention"
                   class="tab-content" align="center">
             <xul:stack class="tab-icon" xbl:inherits="fadein,pinned,selected,visuallyselected">
               <xul:image xbl:inherits="fadein,pinned,busy,progress,selected,visuallyselected"
@@ -75,7 +75,7 @@
                      role="presentation"/>
           <xul:label flex="1"
                      anonid="tab-label" tabmix="true"
-                     xbl:inherits="value=visibleLabel,labelvalue=label,crop,accesskey,fadein,pinned,selected,visuallyselected"
+                     xbl:inherits="value=visibleLabel,labelvalue=label,crop,accesskey,fadein,pinned,selected,visuallyselected,attention"
                      class="tab-text tab-label"
                      role="presentation"/>
           <xul:image xbl:inherits="soundplaying,pinned,muted"

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