dom/base/test/mochitest.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 audio.ogg
michael@0 4 iframe_messageChannel_cloning.html
michael@0 5 iframe_messageChannel_pingpong.html
michael@0 6 iframe_messageChannel_post.html
michael@0 7 file_empty.html
michael@0 8 iframe_postMessage_solidus.html
michael@0 9 file_setname.html
michael@0 10
michael@0 11 [test_Image_constructor.html]
michael@0 12 [test_appname_override.html]
michael@0 13 [test_audioWindowUtils.html]
michael@0 14 [test_audioNotification.html]
michael@0 15 [test_bug913761.html]
michael@0 16 [test_bug978522.html]
michael@0 17 [test_bug979109.html]
michael@0 18 [test_bug989665.html]
michael@0 19 [test_clearTimeoutIntervalNoArg.html]
michael@0 20 [test_consoleEmptyStack.html]
michael@0 21 [test_constructor-assignment.html]
michael@0 22 [test_constructor.html]
michael@0 23 [test_document.all_unqualified.html]
michael@0 24 [test_domcursor.html]
michael@0 25 [test_domrequest.html]
michael@0 26 [test_domwindowutils.html]
michael@0 27 [test_e4x_for_each.html]
michael@0 28 [test_error.html]
michael@0 29 [test_getTranslationNodes.html]
michael@0 30 [test_getTranslationNodes_limit.html]
michael@0 31 [test_gsp-qualified.html]
michael@0 32 [test_gsp-quirks.html]
michael@0 33 [test_gsp-standards.html]
michael@0 34 [test_history_document_open.html]
michael@0 35 [test_history_state_null.html]
michael@0 36 [test_innersize_scrollport.html]
michael@0 37 [test_messageChannel.html]
michael@0 38 [test_messageChannel_cloning.html]
michael@0 39 [test_messageChannel_pingpong.html]
michael@0 40 [test_messageChannel_post.html]
michael@0 41 [test_messageChannel_pref.html]
michael@0 42 [test_messageChannel_start.html]
michael@0 43 [test_messagemanager_targetchain.html]
michael@0 44 [test_messageChannel_transferable.html]
michael@0 45 [test_messageChannel_unshipped.html]
michael@0 46 [test_named_frames.html]
michael@0 47 [test_navigator_resolve_identity.html]
michael@0 48 [test_nondomexception.html]
michael@0 49 [test_openDialogChromeOnly.html]
michael@0 50 [test_postMessage_solidus.html]
michael@0 51 [test_screen_orientation.html]
michael@0 52 [test_settimeout_extra_arguments.html]
michael@0 53 [test_settimeout_inner.html]
michael@0 54 [test_setting_opener.html]
michael@0 55 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
michael@0 56 [test_url.html]
michael@0 57 [test_url_empty_port.html]
michael@0 58 [test_url_malformedHost.html]
michael@0 59 [test_urlExceptions.html]
michael@0 60 [test_urlSearchParams.html]
michael@0 61 [test_urlutils_stringify.html]
michael@0 62 [test_window_constructor.html]
michael@0 63 [test_window_cross_origin_props.html]
michael@0 64 [test_window_enumeration.html]
michael@0 65 [test_window_extensible.html]
michael@0 66 [test_window_indexing.html]
michael@0 67 [test_window_named_frame_enumeration.html]
michael@0 68 [test_writable-replaceable.html]

mercurial