dom/workers/test/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 [DEFAULT]
     2 support-files =
     3   WorkerTest.jsm
     4   WorkerTest_subworker.js
     5   WorkerTest_worker.js
     6   chromeWorker_subworker.js
     7   chromeWorker_worker.js
     8   dom_worker_helper.js
     9   fileBlobSubWorker_worker.js
    10   fileBlob_worker.js
    11   filePosting_worker.js
    12   fileReadSlice_worker.js
    13   fileReaderSyncErrors_worker.js
    14   fileReaderSync_worker.js
    15   fileSlice_worker.js
    16   fileSubWorker_worker.js
    17   file_worker.js
    18   jsm_url_worker.js
    19   workersDisabled_worker.js
    20   file_url.jsm
    21   bug1062920_worker.js
    23 [test_bug883784.jsm]
    24 [test_bug883784.xul]
    25 [test_chromeWorker.xul]
    26 [test_chromeWorkerJSM.xul]
    27 [test_extension.xul]
    28 [test_extensionBootstrap.xul]
    29 [test_file.xul]
    30 [test_fileBlobPosting.xul]
    31 [test_fileBlobSubWorker.xul]
    32 [test_filePosting.xul]
    33 [test_fileReadSlice.xul]
    34 [test_fileReaderSync.xul]
    35 [test_fileReaderSyncErrors.xul]
    36 [test_fileSlice.xul]
    37 [test_fileSubWorker.xul]
    38 [test_workersDisabled.xul]
    39 [test_url.xul]
    40 [test_bug1062920.xul]

mercurial