Testing impact on Ts Shutdown

This commit is contained in:
Dão Gottwald 2009-10-02 07:57:54 +02:00
parent bd79cf89fc
commit 4be503d54d
2 changed files with 6 additions and 3 deletions

View File

@ -639,9 +639,9 @@
_startStalledTimer: function () {
this._cancelStalledTimer();
// this._stalledTimer = setTimeout(function (self) {
// self.mTab.setAttribute("stalled", "true");
// }, 700, this);
this._stalledTimer = setTimeout(function (self) {
self.mTab.setAttribute("stalled", "true");
}, 700, this);
},
_cancelStalledTimer: function () {

View File

@ -1477,6 +1477,8 @@ tabbrowser > tabbox {
}
.tabbrowser-tab[busy] > .tab-icon-image {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
/*
list-style-image: url("chrome://browser/skin/tabbrowser/progress.png") !important;
-moz-image-region: rect(0, 16px, 16px, 0);
}
@ -1506,6 +1508,7 @@ tabbrowser > tabbox {
}
.tabbrowser-tab[busy][progress="8"] > .tab-icon-image {
-moz-image-region: rect(0, 144px, 16px, 128px);
*/
}
.tabbrowser-tab:not(:hover):not([selected="true"]) > .tab-icon-image {