toolkit/mozapps/update/tests/unit_base_updater/xpcshell.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

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. These tests should never run on Android
michael@0 6 ; which doesn't use the updater binary as other applications do and are excluded
michael@0 7 ; from running the tests in the moz.build file.
michael@0 8
michael@0 9 [DEFAULT]
michael@0 10 head = head_update.js
michael@0 11 tail =
michael@0 12 generated-files = head_update.js
michael@0 13
michael@0 14 [marSuccessComplete.js]
michael@0 15 [marSuccessPartial.js]
michael@0 16 [marFailurePartial.js]
michael@0 17 [marStageSuccessComplete.js]
michael@0 18 skip-if = toolkit == 'gonk'
michael@0 19 reason = bug 820380
michael@0 20 [marStageSuccessPartial.js]
michael@0 21 [marVersionDowngrade.js]
michael@0 22 run-if = os == 'win'
michael@0 23 [marWrongChannel.js]
michael@0 24 run-if = os == 'win'
michael@0 25 [marStageFailurePartial.js]
michael@0 26 [marCallbackAppSuccessComplete_win.js]
michael@0 27 run-if = os == 'win'
michael@0 28 [marCallbackAppSuccessPartial_win.js]
michael@0 29 run-if = os == 'win'
michael@0 30 [marCallbackAppStageSuccessComplete_win.js]
michael@0 31 run-if = os == 'win'
michael@0 32 [marCallbackAppStageSuccessPartial_win.js]
michael@0 33 run-if = os == 'win'
michael@0 34 [marAppInUseSuccessComplete.js]
michael@0 35 skip-if = toolkit == 'gonk'
michael@0 36 [marAppInUseStageSuccessComplete_unix.js]
michael@0 37 run-if = os == 'linux' || os == 'sunos' || os == 'mac'
michael@0 38 [marAppInUseStageFailureComplete_win.js]
michael@0 39 run-if = os == 'win'
michael@0 40 [marAppInUseFallbackStageFailureComplete_win.js]
michael@0 41 run-if = os == 'win'
michael@0 42 [marFileLockedFailureComplete_win.js]
michael@0 43 run-if = os == 'win'
michael@0 44 [marFileLockedFailurePartial_win.js]
michael@0 45 run-if = os == 'win'
michael@0 46 [marFileLockedStageFailureComplete_win.js]
michael@0 47 run-if = os == 'win'
michael@0 48 [marFileLockedStageFailurePartial_win.js]
michael@0 49 run-if = os == 'win'
michael@0 50 [marFileLockedFallbackStageFailureComplete_win.js]
michael@0 51 run-if = os == 'win'
michael@0 52 [marFileLockedFallbackStageFailurePartial_win.js]
michael@0 53 run-if = os == 'win'
michael@0 54 [marFileInUseSuccessComplete_win.js]
michael@0 55 run-if = os == 'win'
michael@0 56 [marFileInUseSuccessPartial_win.js]
michael@0 57 run-if = os == 'win'
michael@0 58 [marRMRFDirFileInUseSuccessComplete_win.js]
michael@0 59 run-if = os == 'win'
michael@0 60 [marRMRFDirFileInUseSuccessPartial_win.js]
michael@0 61 run-if = os == 'win'
michael@0 62 [marFileInUseStageFailureComplete_win.js]
michael@0 63 run-if = os == 'win'
michael@0 64 [marFileInUseStageFailurePartial_win.js]
michael@0 65 run-if = os == 'win'
michael@0 66 [marRMRFDirFileInUseStageFailureComplete_win.js]
michael@0 67 run-if = os == 'win'
michael@0 68 [marRMRFDirFileInUseStageFailurePartial_win.js]
michael@0 69 run-if = os == 'win'
michael@0 70 [marFileInUseFallbackStageFailureComplete_win.js]
michael@0 71 run-if = os == 'win'
michael@0 72 [marFileInUseFallbackStageFailurePartial_win.js]
michael@0 73 run-if = os == 'win'
michael@0 74 [marRMRFDirFileInUseFallbackStageFailureComplete_win.js]
michael@0 75 run-if = os == 'win'
michael@0 76 [marRMRFDirFileInUseFallbackStageFailurePartial_win.js]
michael@0 77 run-if = os == 'win'
michael@0 78 reason = bug 820380
michael@0 79 [marAppApplyDirLockedStageFailure_win.js]
michael@0 80 run-if = os == 'win'
michael@0 81 [marAppApplyUpdateAppBinInUseStageSuccess_win.js]
michael@0 82 run-if = os == 'win'
michael@0 83 [marAppApplyUpdateSuccess.js]
michael@0 84 skip-if = toolkit == 'gonk'
michael@0 85 reason = bug 820380
michael@0 86 [marAppApplyUpdateStageSuccess.js]
michael@0 87 skip-if = toolkit == 'gonk'

mercurial