null null 0 null null // for now, empty binding to deal with -moz-binding rules from communicator.css // (see bug 227993) we may need that binding one day to propagate // the text/icons/both state to other windows. If we don't, this binding // should be removed after we stop shipping the seamonkey communicator.css skin files. false null null if (!this.statusbar) return; this._statusbar = document.getElementById(this.statusbar); if (!this._statusbar) return; this._active = true; this._originalStatusText = this._statusbar.label; this.updateStatusText(event.target.statusText); this.updateStatusText("");