toolkit/mozapps/update/tests/unit_service_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.

     1 ; This Source Code Form is subject to the terms of the Mozilla Public
     2 ; License, v. 2.0. If a copy of the MPL was not distributed with this
     3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
     5 ; Tests that require the updater binary and the maintenance service.
     7 [DEFAULT]
     8 head = head_update.js
     9 tail =
    10 generated-files = head_update.js
    12 [bootstrapSvc.js]
    13 run-sequentially = Uses the Mozilla Maintenance Service.
    14 [marSuccessCompleteSvc.js]
    15 run-sequentially = Uses the Mozilla Maintenance Service.
    16 [marSuccessPartialSvc.js]
    17 run-sequentially = Uses the Mozilla Maintenance Service.
    18 [marFailurePartialSvc.js]
    19 run-sequentially = Uses the Mozilla Maintenance Service.
    20 [marStageSuccessCompleteSvc.js]
    21 run-sequentially = Uses the Mozilla Maintenance Service.
    22 [marStageSuccessPartialSvc.js]
    23 run-sequentially = Uses the Mozilla Maintenance Service.
    24 [marStageFailurePartialSvc.js]
    25 run-sequentially = Uses the Mozilla Maintenance Service.
    26 [marCallbackAppSuccessCompleteSvc_win.js]
    27 run-sequentially = Uses the Mozilla Maintenance Service.
    28 [marCallbackAppSuccessPartialSvc_win.js]
    29 run-sequentially = Uses the Mozilla Maintenance Service.
    30 [marCallbackAppStageSuccessCompleteSvc_win.js]
    31 run-sequentially = Uses the Mozilla Maintenance Service.
    32 [marCallbackAppStageSuccessPartialSvc_win.js]
    33 run-sequentially = Uses the Mozilla Maintenance Service.
    34 [marAppInUseSuccessCompleteSvc.js]
    35 run-sequentially = Uses the Mozilla Maintenance Service.
    36 [marAppInUseStageFailureCompleteSvc_win.js]
    37 run-sequentially = Uses the Mozilla Maintenance Service.
    38 [marAppInUseFallbackStageFailureCompleteSvc_win.js]
    39 run-sequentially = Uses the Mozilla Maintenance Service.
    40 [marFileLockedFailureCompleteSvc_win.js]
    41 run-sequentially = Uses the Mozilla Maintenance Service.
    42 [marFileLockedFailurePartialSvc_win.js]
    43 run-sequentially = Uses the Mozilla Maintenance Service.
    44 [marFileLockedStageFailureCompleteSvc_win.js]
    45 run-sequentially = Uses the Mozilla Maintenance Service.
    46 [marFileLockedStageFailurePartialSvc_win.js]
    47 run-sequentially = Uses the Mozilla Maintenance Service.
    48 [marFileLockedFallbackStageFailureCompleteSvc_win.js]
    49 run-sequentially = Uses the Mozilla Maintenance Service.
    50 [marFileLockedFallbackStageFailurePartialSvc_win.js]
    51 run-sequentially = Uses the Mozilla Maintenance Service.
    52 [marFileInUseSuccessCompleteSvc_win.js]
    53 run-sequentially = Uses the Mozilla Maintenance Service.
    54 [marFileInUseSuccessPartialSvc_win.js]
    55 run-sequentially = Uses the Mozilla Maintenance Service.
    56 [marRMRFDirFileInUseSuccessCompleteSvc_win.js]
    57 run-sequentially = Uses the Mozilla Maintenance Service.
    58 [marRMRFDirFileInUseSuccessPartialSvc_win.js]
    59 run-sequentially = Uses the Mozilla Maintenance Service.
    60 [marFileInUseStageFailureCompleteSvc_win.js]
    61 run-sequentially = Uses the Mozilla Maintenance Service.
    62 [marFileInUseStageFailurePartialSvc_win.js]
    63 run-sequentially = Uses the Mozilla Maintenance Service.
    64 [marRMRFDirFileInUseStageFailureCompleteSvc_win.js]
    65 run-sequentially = Uses the Mozilla Maintenance Service.
    66 [marRMRFDirFileInUseStageFailurePartialSvc_win.js]
    67 run-sequentially = Uses the Mozilla Maintenance Service.
    68 [marFileInUseFallbackStageFailureCompleteSvc_win.js]
    69 run-sequentially = Uses the Mozilla Maintenance Service.
    70 [marFileInUseFallbackStageFailurePartialSvc_win.js]
    71 run-sequentially = Uses the Mozilla Maintenance Service.
    72 [marRMRFDirFileInUseFallbackStageFailureCompleteSvc_win.js]
    73 run-sequentially = Uses the Mozilla Maintenance Service.
    74 [marRMRFDirFileInUseFallbackStageFailurePartialSvc_win.js]
    75 run-sequentially = Uses the Mozilla Maintenance Service.
    76 [marAppApplyDirLockedStageFailureSvc_win.js]
    77 run-sequentially = Uses the Mozilla Maintenance Service.
    78 [marAppApplyUpdateAppBinInUseStageSuccessSvc_win.js]
    79 run-sequentially = Uses the Mozilla Maintenance Service.
    80 [marAppApplyUpdateSuccessSvc.js]
    81 run-sequentially = Uses the Mozilla Maintenance Service.
    82 [marAppApplyUpdateStageSuccessSvc.js]
    83 run-sequentially = Uses the Mozilla Maintenance Service.

mercurial