diff --git a/CLOBBER b/CLOBBER index 26df190bda12..9c3f1aebec93 100644 --- a/CLOBBER +++ b/CLOBBER @@ -22,4 +22,4 @@ # changes to stick? As of bug 928195, this shouldn't be necessary! Please # don't change CLOBBER for WebIDL changes any more. -Bug 1297276 - renaming a file with a different case needed a clobber on case insensitive filesystem +Bug 1294660 - CSS properties regeneration needs a clobber diff --git a/browser/base/content/aboutDialog-appUpdater.js b/browser/base/content/aboutDialog-appUpdater.js index 21621201ac40..76ee07169e5d 100644 --- a/browser/base/content/aboutDialog-appUpdater.js +++ b/browser/base/content/aboutDialog-appUpdater.js @@ -240,21 +240,6 @@ appUpdater.prototype = Components.interfaces.nsIAppStartup.eRestart); }, - /** - * Handles oncommand for the "Apply Update…" button - * which is presented if we need to show the billboard. - */ - buttonApplyBillboard: function() { - const URI_UPDATE_PROMPT_DIALOG = "chrome://mozapps/content/update/updates.xul"; - var ary = null; - ary = Components.classes["@mozilla.org/supports-array;1"]. - createInstance(Components.interfaces.nsISupportsArray); - ary.AppendElement(this.update); - var openFeatures = "chrome,centerscreen,dialog=no,resizable=no,titlebar,toolbar=no"; - Services.ww.openWindow(null, URI_UPDATE_PROMPT_DIALOG, "", openFeatures, ary); - window.close(); // close the "About" window; updates.xul takes over. - }, - /** * Implements nsIUpdateCheckListener. The methods implemented by * nsIUpdateCheckListener are in a different scope from nsIIncrementalDownload @@ -287,11 +272,6 @@ appUpdater.prototype = return; } - if (gAppUpdater.update.billboardURL) { - gAppUpdater.selectPanel("applyBillboard"); - return; - } - if (gAppUpdater.updateAuto) // automatically download and install gAppUpdater.startDownload(); else // ask diff --git a/browser/base/content/aboutDialog.xul b/browser/base/content/aboutDialog.xul index 94ed677f9a58..cbb07a5e11af 100644 --- a/browser/base/content/aboutDialog.xul +++ b/browser/base/content/aboutDialog.xul @@ -78,13 +78,6 @@ oncommand="gAppUpdater.buttonRestartAfterDownload();"/> - -