dom/bindings/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 file_InstanceOf.html
michael@0 4 file_bug707564.html
michael@0 5 file_bug775543.html
michael@0 6 file_document_location_set_via_xray.html
michael@0 7 forOf_iframe.html
michael@0 8
michael@0 9 [test_ByteString.html]
michael@0 10 [test_InstanceOf.html]
michael@0 11 [test_bug560072.html]
michael@0 12 [test_bug707564.html]
michael@0 13 [test_bug742191.html]
michael@0 14 [test_bug759621.html]
michael@0 15 [test_bug773326.html]
michael@0 16 [test_bug788369.html]
michael@0 17 [test_bug852846.html]
michael@0 18 [test_bug862092.html]
michael@0 19 # When bug 923904 lands, this test can be turned on, but only for debug builds
michael@0 20 # where we have our test component. So this should become skip-if = debug == false.
michael@0 21 [test_bug923904.html]
michael@0 22 skip-if = true
michael@0 23 [test_barewordGetsWindow.html]
michael@0 24 [test_callback_default_thisval.html]
michael@0 25 [test_cloneAndImportNode.html]
michael@0 26 [test_defineProperty.html]
michael@0 27 [test_enums.html]
michael@0 28 [test_exceptionThrowing.html]
michael@0 29 [test_exception_messages.html]
michael@0 30 [test_forOf.html]
michael@0 31 [test_integers.html]
michael@0 32 [test_interfaceToString.html]
michael@0 33 [test_exceptions_from_jsimplemented.html]
michael@0 34 skip-if = (toolkit == 'gonk' && debug) #debug-only failure; bug 926547
michael@0 35 [test_lenientThis.html]
michael@0 36 [test_lookupGetter.html]
michael@0 37 [test_namedNoIndexed.html]
michael@0 38 [test_named_getter_enumerability.html]
michael@0 39 [test_Object.prototype_props.html]
michael@0 40 [test_queryInterface.html]
michael@0 41 [test_sequence_wrapping.html]
michael@0 42 [test_setWithNamedGetterNoNamedSetter.html]
michael@0 43 [test_throwing_method_noDCE.html]
michael@0 44 [test_treat_non_object_as_null.html]
michael@0 45 [test_traceProtos.html]

mercurial