From 8877dd44eeeb9e901c3294c89dd5fe8e39d1b4bb Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 17 Sep 2010 15:30:09 +0000 Subject: [PATCH] updated for changes by Bug 544818 - Progress "Line" indicator for loading tabs ( https://bugzilla.mozilla.org/show_bug.cgi?id=544818 ) git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7255 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/res/tabFx2Compatible.css | 18 +++++++++--------- content/treestyletab/res/tabFx2Compatible.xml | 5 +++++ content/treestyletab/res/tabFx2Compatible.xul | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/content/treestyletab/res/tabFx2Compatible.css b/content/treestyletab/res/tabFx2Compatible.css index e8e4bae7..3c68bc6a 100644 --- a/content/treestyletab/res/tabFx2Compatible.css +++ b/content/treestyletab/res/tabFx2Compatible.css @@ -14,46 +14,46 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -:root[tabFx2Compatible="9"] +:root[tabFx2Compatible="10"] .tabbrowser-tab { -moz-binding: url(tabFx2Compatible.xml#tabbrowser-tab-3) !important; } -:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="separate-tabContextMenu"] +:root[tabFx2Compatible="10"][tabFx2Compatible-flags~="separate-tabContextMenu"] .tabbrowser-tab { -moz-binding: url(tabFx2Compatible.xml#tabbrowser-tab-4) !important; } -:root[tabFx2Compatible="9"]:not([tabFx2Compatible-flags~="png-throbber"]):not([tabFx2Compatible-flags~="pie"]) +:root[tabFx2Compatible="10"]:not([tabFx2Compatible-flags~="png-throbber"]):not([tabFx2Compatible-flags~="pie"]) .tab-icon-image[busy] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important; opacity: 0.6; } -:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="png-throbber"]:not([tabFx2Compatible-flags~="pie"]) +:root[tabFx2Compatible="10"][tabFx2Compatible-flags~="png-throbber"]:not([tabFx2Compatible-flags~="pie"]) .tab-icon-image[busy] { list-style-image: url("chrome://global/skin/icons/loading_16.png") !important; } -:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="mac"][tabFx2Compatible-flags~="png-throbber"] +:root[tabFx2Compatible="10"][tabFx2Compatible-flags~="mac"][tabFx2Compatible-flags~="png-throbber"] .tab-icon-image { list-style-image: url("chrome://global/skin/tree/item.png"); } -:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="mac"] +:root[tabFx2Compatible="10"][tabFx2Compatible-flags~="mac"] .tabbrowser-tab:not(:hover) .tab-icon-image:not([selected="true"]) { opacity: 0.6; } -:root[tabFx2Compatible="9"] +:root[tabFx2Compatible="10"] .tabbrowser-tab:focus > .tab-stack { border: 1px dotted -moz-DialogText; } -:root[tabFx2Compatible="9"] +:root[tabFx2Compatible="10"] .tab-image-left[pinned="true"], -:root[tabFx2Compatible="9"] +:root[tabFx2Compatible="10"] .tab-image-right[pinned="true"] { display: none !important; } diff --git a/content/treestyletab/res/tabFx2Compatible.xml b/content/treestyletab/res/tabFx2Compatible.xml index 01d12769..07daa3ec 100644 --- a/content/treestyletab/res/tabFx2Compatible.xml +++ b/content/treestyletab/res/tabFx2Compatible.xml @@ -61,6 +61,11 @@ + + + diff --git a/content/treestyletab/res/tabFx2Compatible.xul b/content/treestyletab/res/tabFx2Compatible.xul index 94f82eca..1e023f5f 100644 --- a/content/treestyletab/res/tabFx2Compatible.xul +++ b/content/treestyletab/res/tabFx2Compatible.xul @@ -19,7 +19,7 @@ window.addEventListener('DOMContentLoaded', function() { window.removeEventListener('DOMContentLoaded', arguments.callee, true); - const currentRevision = 9; + const currentRevision = 10; var b = document.getElementById('content'); if (!b || b.localName != 'tabbrowser') return;