toolkit/mozapps/update/tests/unit_aus_update/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 [DEFAULT]
     6 head = head_update.js
     7 tail =
     8 generated-files = head_update.js
    10 [canCheckForAndCanApplyUpdates.js]
    11 [urlConstruction.js]
    12 [updateCheckOnLoadOnErrorStatusText.js]
    13 [updateManagerXML.js]
    14 [remoteUpdateXML.js]
    15 [downloadAndHashCheckMar.js]
    16 [cleanupDownloadingForOlderAppVersion.js]
    17 [cleanupDownloadingForDifferentChannel.js]
    18 [cleanupDownloadingForSameVersionAndBuildID.js]
    19 [cleanupDownloadingIncorrectStatus.js]
    20 [cleanupPendingVersionFileIncorrectStatus.js]
    21 [cleanupSuccessLogMove.js]
    22 [cleanupSuccessLogsFIFO.js]
    23 [downloadInterruptedRecovery.js]
    24 [downloadResumeForSameAppVersion.js]
    25 [downloadCompleteAfterPartialFailure.js]
    26 skip-if = toolkit == 'gonk'
    27 reason = custom nsIUpdatePrompt
    28 [downloadInterruptedByOfflineRetry.js]
    29 [downloadFileTooBig_gonk.js]
    30 run-if = toolkit == 'gonk'
    31 [uiSilentPref.js]
    32 skip-if = toolkit == 'gonk'
    33 reason = custom nsIUpdatePrompt
    34 [uiOnlyAllowOneWindow.js]
    35 skip-if = toolkit == 'gonk'
    36 reason = custom nsIUpdatePrompt
    37 [uiUnsupportedAlreadyNotified.js]
    38 skip-if = toolkit == 'gonk'
    39 reason = custom nsIUpdatePrompt
    40 [updateRootDirMigration_win.js]
    41 run-if = os == 'win'

mercurial