toolkit/components/social/test/browser/browser.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 # Note: these tests are disabled if MOZ_SOCIAL is off.
     3 [DEFAULT]
     4 support-files =
     5   head.js
     6   data.json
     7   echo.sjs
     8   worker_xhr.js
     9   worker_relative.js
    10   relative_import.js
    11   worker_social.js
    12   worker_eventsource.js
    13   eventsource.resource
    14   eventsource.resource^headers^
    16 [browser_workerAPI.js]
    17 [browser_SocialProvider.js]
    18 [browser_notifications.js]
    20 # These tests are currently unreliable on ASAN builds with remote frameworkers.
    21 [browser_frameworker.js]
    22 skip-if = asan || (os == 'linux' && debug) || (os == 'mac' && debug) # Bug 994798 for Linux debug disabling, bug 994300 for Mac debug disabling
    23 [browser_frameworker_sandbox.js]
    24 skip-if = asan || (os == 'linux' && debug) || (os == 'mac' && debug) # Bug 994798 for Linux debug disabling, bug 994300 for Mac debug disabling

mercurial