[Pkg-mozext-commits] [tabmixplus] 11/30: Follow up bug 1066531 - [e10s] Switching tabs can result in old content being displayed for a split second after the tab bar is updated

David Prévot taffit at moszumanska.debian.org
Sun Jun 14 22:15:36 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 606e5d505edb6c074aba593196fa0d343e49273d
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Mar 28 18:20:09 2015 +0300

    Follow up bug 1066531 - [e10s] Switching tabs can result in old content being displayed for a split second after the tab bar is updated
---
 chrome/content/tab/tabbrowser_4.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index 7efb775..46e5577 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -31,7 +31,7 @@
   <binding id="tabmix-tab-label">
     <content>
       <xul:label flex="1"
-                 xbl:inherits="value=labelvalue,crop,accesskey,fadein,pinned,selected"
+                 xbl:inherits="value=labelvalue,crop,accesskey,fadein,pinned,selected,visuallyselected"
                  class="tab-text tab-label"
                  role="presentation"/>
     </content>
@@ -43,26 +43,26 @@
       <xul:hbox class="tab-image-left tab-startcap tab-left tab-left-border" xbl:inherits="selected,hover"/>
       <xul:hbox class="tab-drag-indicator-left"/>
       <xul:stack class="tab-stack" flex="1">
-        <xul:hbox xbl:inherits="pinned,selected,titlechanged,fadein"
+        <xul:hbox xbl:inherits="pinned,selected,visuallyselected,titlechanged,fadein"
                   class="tab-background">
-          <xul:hbox xbl:inherits="pinned,selected,titlechanged"
+          <xul:hbox xbl:inherits="pinned,selected,visuallyselected,titlechanged"
                     class="tab-background-start"/>
-          <xul:hbox xbl:inherits="pinned,selected,titlechanged"
+          <xul:hbox xbl:inherits="pinned,selected,visuallyselected,titlechanged"
                     class="tab-background-middle"/>
-          <xul:hbox xbl:inherits="pinned,selected,titlechanged"
+          <xul:hbox xbl:inherits="pinned,selected,visuallyselected,titlechanged"
                     class="tab-background-end"/>
         </xul:hbox>
         <xul:vbox class="tab-progress-container">
           <xul:progressmeter class="tab-progress" mode="normal"
-                             xbl:inherits="value=tab-progress,fadein,pinned,selected"/>
+                             xbl:inherits="value=tab-progress,fadein,pinned,selected,visuallyselected"/>
         </xul:vbox>
-        <xul:hbox xbl:inherits="pinned,selected,titlechanged"
+        <xul:hbox xbl:inherits="pinned,selected,visuallyselected,titlechanged"
                   class="tab-content" align="center">
-            <xul:stack class="tab-icon" xbl:inherits="fadein,pinned,selected">
-              <xul:image xbl:inherits="fadein,pinned,busy,progress,selected"
+            <xul:stack class="tab-icon" xbl:inherits="fadein,pinned,selected,visuallyselected">
+              <xul:image xbl:inherits="fadein,pinned,busy,progress,selected,visuallyselected"
                          class="tab-throbber"
                          role="presentation"/>
-              <xul:image xbl:inherits="src=image,fadein,pinned,selected,busy,crashed"
+              <xul:image xbl:inherits="src=image,fadein,pinned,selected,visuallyselected,busy,crashed"
                          anonid="tab-icon-image"
                          class="tab-icon-image"
                          validate="never"
@@ -76,11 +76,11 @@
             </xul:stack>
           <xul:label flex="1"
                      anonid="tab-label" tabmix="true"
-                     xbl:inherits="value=visibleLabel,labelvalue=label,crop,accesskey,fadein,pinned,selected"
+                     xbl:inherits="value=visibleLabel,labelvalue=label,crop,accesskey,fadein,pinned,selected,visuallyselected"
                      class="tab-text tab-label"
                      role="presentation"/>
           <xul:toolbarbutton anonid="tmp-close-button"
-                             xbl:inherits="fadein,pinned,selected"
+                             xbl:inherits="fadein,pinned,selected,visuallyselected"
                              class="tab-close-button close-icon"/>
         </xul:hbox>
       </xul:stack>

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