toolkit/mozapps/update/tests/chrome/chrome.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 [DEFAULT]
     6 support-files =
     7   utils.js
     8   update.sjs
     9 generated-files =
    10   utils.js
    11   update.sjs
    13 ; mochitest-chrome tests must start with "test_" and are executed in sorted
    14 ; order and not in the order specified in the manifest.
    15 [test_0011_check_basic.xul]
    16 [test_0012_check_basic_license.xul]
    17 [test_0013_check_incompat_basic.xul]
    18 [test_0014_check_incompat_basic_license.xul]
    19 [test_0015_check_incompat_basic_addons.xul]
    20 [test_0016_check_incompat_basic_license_addons.xul]
    21 [test_0017_check_staging_basic.xul]
    22 skip-if = os == 'linux'
    23 reason = Bug 918029 - timeout caused by copying too many files.
    24 [test_0021_check_billboard.xul]
    25 [test_0022_check_billboard_license.xul]
    26 [test_0023_check_incompat_billboard.xul]
    27 [test_0024_check_incompat_billboard_license.xul]
    28 [test_0025_check_incompat_billboard_addons.xul]
    29 [test_0026_check_incompat_billboard_license_addons.xul]
    30 [test_0031_available_basic.xul]
    31 [test_0032_available_basic_license.xul]
    32 [test_0033_available_incompat_basic.xul]
    33 [test_0034_available_incompat_basic_license.xul]
    34 [test_0035_available_incompat_basic_addons.xul]
    35 [test_0036_available_incompat_basic_license_addons.xul]
    36 [test_0041_available_billboard.xul]
    37 [test_0042_available_billboard_license.xul]
    38 [test_0043_available_incompat_billboard.xul]
    39 [test_0044_available_incompat_billboard_license.xul]
    40 [test_0045_available_incompat_billboard_addons.xul]
    41 [test_0046_available_incompat_billboard_license_addons.xul]
    42 [test_0051_check_error_xml_malformed.xul]
    43 [test_0052_check_no_updates.xul]
    44 [test_0053_check_billboard_license_noAttr.xul]
    45 [test_0054_check_billboard_license_404.xul]
    46 [test_0061_check_verifyFailPartial_noComplete.xul]
    47 [test_0062_check_verifyFailComplete_noPartial.xul]
    48 [test_0063_check_verifyFailPartialComplete.xul]
    49 [test_0064_check_verifyFailPartial_successComplete.xul]
    50 [test_0071_notify_verifyFailPartial_noComplete.xul]
    51 [test_0072_notify_verifyFailComplete_noPartial.xul]
    52 [test_0073_notify_verifyFailPartialComplete.xul]
    53 [test_0074_notify_verifyFailPartial_successComplete.xul]
    54 [test_0081_error_patchApplyFailure_partial_only.xul]
    55 [test_0082_error_patchApplyFailure_complete_only.xul]
    56 [test_0083_error_patchApplyFailure_partial_complete.xul]
    57 [test_0084_error_patchApplyFailure_verify_failed.xul]
    58 [test_0091_installed.xul]
    59 [test_0092_finishedBackground.xul]
    60 [test_0093_restartNotification.xul]
    61 [test_0094_restartNotification_remote.xul]
    62 [test_0095_restartNotification_remoteInvalidNumber.xul]
    63 [test_0096_restartNotification_stagedBackground.xul]
    64 [test_0097_restartNotification_stagedServiceBackground.xul]
    65 [test_0101_background_restartNotification.xul]
    66 [test_0102_background_restartNotification_staging.xul]
    67 skip-if = os == 'linux'
    68 reason = Bug 918029 - timeout caused by copying too many files.
    69 [test_0103_background_restartNotification_stagingService.xul]
    70 run-if = os == 'win'
    71 reason = only Windows has the maintenance service.
    72 [test_0111_neverButton_basic.xul]
    73 [test_0112_neverButton_billboard.xul]
    74 [test_0113_showNeverForVersionRemovedWithPref.xul]
    75 [test_0121_check_requireBuiltinCert.xul]
    76 [test_0122_check_allowNonBuiltinCert_validCertAttrs.xul]
    77 [test_0123_check_allowNonBuiltinCert_noCertAttrsCheck.xul]
    78 [test_0131_check_invalidCertAttrs_noUpdate.xul]
    79 [test_0132_check_invalidCertAttrs_hasUpdate.xul]
    80 [test_0141_notify_invalidCertAttrs_noUpdate.xul]
    81 [test_0142_notify_invalidCertAttrs_hasUpdate.xul]
    82 [test_0151_notify_backgroundCheckError.xul]
    83 [test_0161_check_unsupported.xul]
    84 [test_0162_notify_unsupported.xul]
    85 [test_0900_deprecatedUpdateFormat_minor.xul]
    86 [test_0901_deprecatedUpdateFormat_major.xul]
    87 [test_9999_cleanup.xul]

mercurial