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.

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

mercurial