michael@0: ; This Source Code Form is subject to the terms of the Mozilla Public michael@0: ; License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: ; file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: [DEFAULT] michael@0: head = head_update.js michael@0: tail = michael@0: generated-files = head_update.js michael@0: michael@0: [canCheckForAndCanApplyUpdates.js] michael@0: [urlConstruction.js] michael@0: [updateCheckOnLoadOnErrorStatusText.js] michael@0: [updateManagerXML.js] michael@0: [remoteUpdateXML.js] michael@0: [downloadAndHashCheckMar.js] michael@0: [cleanupDownloadingForOlderAppVersion.js] michael@0: [cleanupDownloadingForDifferentChannel.js] michael@0: [cleanupDownloadingForSameVersionAndBuildID.js] michael@0: [cleanupDownloadingIncorrectStatus.js] michael@0: [cleanupPendingVersionFileIncorrectStatus.js] michael@0: [cleanupSuccessLogMove.js] michael@0: [cleanupSuccessLogsFIFO.js] michael@0: [downloadInterruptedRecovery.js] michael@0: [downloadResumeForSameAppVersion.js] michael@0: [downloadCompleteAfterPartialFailure.js] michael@0: skip-if = toolkit == 'gonk' michael@0: reason = custom nsIUpdatePrompt michael@0: [downloadInterruptedByOfflineRetry.js] michael@0: [downloadFileTooBig_gonk.js] michael@0: run-if = toolkit == 'gonk' michael@0: [uiSilentPref.js] michael@0: skip-if = toolkit == 'gonk' michael@0: reason = custom nsIUpdatePrompt michael@0: [uiOnlyAllowOneWindow.js] michael@0: skip-if = toolkit == 'gonk' michael@0: reason = custom nsIUpdatePrompt michael@0: [uiUnsupportedAlreadyNotified.js] michael@0: skip-if = toolkit == 'gonk' michael@0: reason = custom nsIUpdatePrompt michael@0: [updateRootDirMigration_win.js] michael@0: run-if = os == 'win'