Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | ; This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | ; License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | ; file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | [DEFAULT] |
michael@0 | 6 | head = head_update.js |
michael@0 | 7 | tail = |
michael@0 | 8 | generated-files = head_update.js |
michael@0 | 9 | |
michael@0 | 10 | [canCheckForAndCanApplyUpdates.js] |
michael@0 | 11 | [urlConstruction.js] |
michael@0 | 12 | [updateCheckOnLoadOnErrorStatusText.js] |
michael@0 | 13 | [updateManagerXML.js] |
michael@0 | 14 | [remoteUpdateXML.js] |
michael@0 | 15 | [downloadAndHashCheckMar.js] |
michael@0 | 16 | [cleanupDownloadingForOlderAppVersion.js] |
michael@0 | 17 | [cleanupDownloadingForDifferentChannel.js] |
michael@0 | 18 | [cleanupDownloadingForSameVersionAndBuildID.js] |
michael@0 | 19 | [cleanupDownloadingIncorrectStatus.js] |
michael@0 | 20 | [cleanupPendingVersionFileIncorrectStatus.js] |
michael@0 | 21 | [cleanupSuccessLogMove.js] |
michael@0 | 22 | [cleanupSuccessLogsFIFO.js] |
michael@0 | 23 | [downloadInterruptedRecovery.js] |
michael@0 | 24 | [downloadResumeForSameAppVersion.js] |
michael@0 | 25 | [downloadCompleteAfterPartialFailure.js] |
michael@0 | 26 | skip-if = toolkit == 'gonk' |
michael@0 | 27 | reason = custom nsIUpdatePrompt |
michael@0 | 28 | [downloadInterruptedByOfflineRetry.js] |
michael@0 | 29 | [downloadFileTooBig_gonk.js] |
michael@0 | 30 | run-if = toolkit == 'gonk' |
michael@0 | 31 | [uiSilentPref.js] |
michael@0 | 32 | skip-if = toolkit == 'gonk' |
michael@0 | 33 | reason = custom nsIUpdatePrompt |
michael@0 | 34 | [uiOnlyAllowOneWindow.js] |
michael@0 | 35 | skip-if = toolkit == 'gonk' |
michael@0 | 36 | reason = custom nsIUpdatePrompt |
michael@0 | 37 | [uiUnsupportedAlreadyNotified.js] |
michael@0 | 38 | skip-if = toolkit == 'gonk' |
michael@0 | 39 | reason = custom nsIUpdatePrompt |
michael@0 | 40 | [updateRootDirMigration_win.js] |
michael@0 | 41 | run-if = os == 'win' |