diff -r 000000000000 -r 6474c204b198 toolkit/mozapps/update/content/updates.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/mozapps/update/content/updates.xml Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + element + if (this._remoteProgressListener) + this._content.webProgress + .removeProgressListener(this._remoteProgressListener); + ]]> + + + document.getAnonymousElementByAttribute(this, "class", "remoteLoadingMessage"); + + + document.getAnonymousElementByAttribute(this, "class", "remoteContent"); + + + document.getAnonymousElementByAttribute(this, "anonid", "strings"); + + + null + null + null + + + + + + + + + + + + this.clientWidth) + zoomAdjustWidth = Math.floor((this.clientWidth / doc.width) * 100) * .01; + + if ((zoomOutType == "both" || zoomOutType == "height") && + doc.height > this.clientHeight) + zoomAdjustHeight = Math.floor((this.clientHeight / doc.height) * 100) * .01; + + var zoomAdjust = zoomAdjustWidth < zoomAdjustHeight ? zoomAdjustWidth + : zoomAdjustHeight; + if (zoomAdjust < 1) + this._content.markupDocumentViewer.fullZoom = zoomAdjust; + } + + this.setAttribute("selectedIndex", "1"); + this.setAttribute("state", "loaded"); + + var e = document.createEvent("Events"); + e.initEvent("load", false, true); + this.dispatchEvent(e); + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + &update.installedOn.label; + + + + &update.status.label; + + + + + + + + + + + + + + + + + +