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 | ; Tests that require the updater binary and the maintenance service. |
michael@0 | 6 | |
michael@0 | 7 | [DEFAULT] |
michael@0 | 8 | head = head_update.js |
michael@0 | 9 | tail = |
michael@0 | 10 | generated-files = head_update.js |
michael@0 | 11 | |
michael@0 | 12 | [bootstrapSvc.js] |
michael@0 | 13 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 14 | [marSuccessCompleteSvc.js] |
michael@0 | 15 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 16 | [marSuccessPartialSvc.js] |
michael@0 | 17 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 18 | [marFailurePartialSvc.js] |
michael@0 | 19 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 20 | [marStageSuccessCompleteSvc.js] |
michael@0 | 21 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 22 | [marStageSuccessPartialSvc.js] |
michael@0 | 23 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 24 | [marStageFailurePartialSvc.js] |
michael@0 | 25 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 26 | [marCallbackAppSuccessCompleteSvc_win.js] |
michael@0 | 27 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 28 | [marCallbackAppSuccessPartialSvc_win.js] |
michael@0 | 29 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 30 | [marCallbackAppStageSuccessCompleteSvc_win.js] |
michael@0 | 31 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 32 | [marCallbackAppStageSuccessPartialSvc_win.js] |
michael@0 | 33 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 34 | [marAppInUseSuccessCompleteSvc.js] |
michael@0 | 35 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 36 | [marAppInUseStageFailureCompleteSvc_win.js] |
michael@0 | 37 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 38 | [marAppInUseFallbackStageFailureCompleteSvc_win.js] |
michael@0 | 39 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 40 | [marFileLockedFailureCompleteSvc_win.js] |
michael@0 | 41 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 42 | [marFileLockedFailurePartialSvc_win.js] |
michael@0 | 43 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 44 | [marFileLockedStageFailureCompleteSvc_win.js] |
michael@0 | 45 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 46 | [marFileLockedStageFailurePartialSvc_win.js] |
michael@0 | 47 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 48 | [marFileLockedFallbackStageFailureCompleteSvc_win.js] |
michael@0 | 49 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 50 | [marFileLockedFallbackStageFailurePartialSvc_win.js] |
michael@0 | 51 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 52 | [marFileInUseSuccessCompleteSvc_win.js] |
michael@0 | 53 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 54 | [marFileInUseSuccessPartialSvc_win.js] |
michael@0 | 55 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 56 | [marRMRFDirFileInUseSuccessCompleteSvc_win.js] |
michael@0 | 57 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 58 | [marRMRFDirFileInUseSuccessPartialSvc_win.js] |
michael@0 | 59 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 60 | [marFileInUseStageFailureCompleteSvc_win.js] |
michael@0 | 61 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 62 | [marFileInUseStageFailurePartialSvc_win.js] |
michael@0 | 63 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 64 | [marRMRFDirFileInUseStageFailureCompleteSvc_win.js] |
michael@0 | 65 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 66 | [marRMRFDirFileInUseStageFailurePartialSvc_win.js] |
michael@0 | 67 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 68 | [marFileInUseFallbackStageFailureCompleteSvc_win.js] |
michael@0 | 69 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 70 | [marFileInUseFallbackStageFailurePartialSvc_win.js] |
michael@0 | 71 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 72 | [marRMRFDirFileInUseFallbackStageFailureCompleteSvc_win.js] |
michael@0 | 73 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 74 | [marRMRFDirFileInUseFallbackStageFailurePartialSvc_win.js] |
michael@0 | 75 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 76 | [marAppApplyDirLockedStageFailureSvc_win.js] |
michael@0 | 77 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 78 | [marAppApplyUpdateAppBinInUseStageSuccessSvc_win.js] |
michael@0 | 79 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 80 | [marAppApplyUpdateSuccessSvc.js] |
michael@0 | 81 | run-sequentially = Uses the Mozilla Maintenance Service. |
michael@0 | 82 | [marAppApplyUpdateStageSuccessSvc.js] |
michael@0 | 83 | run-sequentially = Uses the Mozilla Maintenance Service. |