gecko-dev/dom/bindings/test
Boris Zbarsky 60309db42a Bug 1323324 tests. r=till
--HG--
rename : dom/promise/tests/test_promise_xrays.html => dom/promise/tests/test_promise_argument_xrays.html
2016-12-19 15:38:44 -08:00
..
Makefile.in Bug 1249858 - Stop processing IPDL and WebIDL files during artifact builds; r=glandium 2016-02-19 21:46:29 -08:00
TestBindingHeader.h Bug 1323274. Disallow nullable Promise types. r=qdot 2016-12-16 14:06:54 -05:00
TestCImplementedInterface.h Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
TestCodeGen.webidl Bug 1324178. Actually enforce the various checks the IDL spec says to do for arguments of constructors and named constructors. r=baku 2016-12-19 15:38:42 -08:00
TestDictionary.webidl
TestExampleGen.webidl Bug 1324178. Actually enforce the various checks the IDL spec says to do for arguments of constructors and named constructors. r=baku 2016-12-19 15:38:42 -08:00
TestFunctions.cpp Bug 1323324 tests. r=till 2016-12-19 15:38:44 -08:00
TestFunctions.h Bug 1323324 tests. r=till 2016-12-19 15:38:44 -08:00
TestInterfaceIterableDouble.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceIterableDouble.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceIterableDoubleUnion.cpp Bug 1289315 - Tests for Iterable<> Union Types in WebIDL Interfaces; r=bz 2016-07-27 09:48:59 -07:00
TestInterfaceIterableDoubleUnion.h Bug 1289315 - Tests for Iterable<> Union Types in WebIDL Interfaces; r=bz 2016-07-27 09:48:59 -07:00
TestInterfaceIterableSingle.cpp Bug 1216751 part 5. Remove the now-unnecessary value iterator infrastructure, since it's entirely handled via the %ArrayPrototype% methods now. r=qdot 2016-02-17 22:58:07 -05:00
TestInterfaceIterableSingle.h Bug 1216751 part 5. Remove the now-unnecessary value iterator infrastructure, since it's entirely handled via the %ArrayPrototype% methods now. r=qdot 2016-02-17 22:58:07 -05:00
TestInterfaceJS.js Bug 1170760 part 4. Change Promise::Constructor to run in the Xray compartment when new Promise happens over Xrays. r=peterv 2015-11-25 15:48:08 -05:00
TestInterfaceJS.manifest Bug 1123516 - Implement maplike/setlike in WebIDL Codegen; r=bz 2015-06-29 15:38:53 -07:00
TestInterfaceJSMaplike.js Bug 1123516 - Implement maplike/setlike in WebIDL Codegen; r=bz 2015-06-29 15:38:53 -07:00
TestInterfaceMaplike.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceMaplike.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceMaplikeObject.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceMaplikeObject.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceSetlike.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceSetlike.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceSetlikeNode.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestInterfaceSetlikeNode.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TestJSImplGen.webidl Bug 1323274. Disallow nullable Promise types. r=qdot 2016-12-16 14:06:54 -05:00
TestJSImplInheritanceGen.webidl
TestTypedef.webidl
chrome.ini Bug 1287912. r=bz 2016-11-23 16:58:59 -05:00
file_InstanceOf.html
file_bug775543.html
file_document_location_set_via_xray.html
file_dom_xrays.html
file_focuser.html Bug 1069719 - Abort the execution of scripts when a prerendered page calls an IDL blacklisted function; r=bzbarsky 2015-01-26 11:02:56 -05:00
file_fullScreenPropertyAccessor.html Bug 1069719 - Abort the execution of scripts when a prerendered page calls an IDL blacklisted function; r=bzbarsky 2015-01-26 11:02:56 -05:00
file_proxies_via_xray.html
forOf_iframe.html
mochitest.ini Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/bindings. r=RyanVM 2016-11-05 11:29:14 +01:00
moz.build Bug 1316619. Add a [NeedsCallerType] WebIDL annotation. r=bholley 2016-11-11 16:09:05 -05:00
test_ByteString.html
test_InstanceOf.html
test_Object.prototype_props.html Bug 837630 - Stop hiding __proto__ from O.getOwnPropertyNames. r=Waldo,peterv,past 2015-03-19 17:42:15 +01:00
test_async_stacks.html Bug 1148593 - Create async stack in callback objects. r=bz, r=fitzgen 2015-07-24 07:01:00 -04:00
test_barewordGetsWindow.html Bug 1107443 part 2. Stop defining non-configurable properties on the window in dom and xpconnect JS files. r=peterv 2015-01-23 09:54:14 -05:00
test_blacklisted_prerendering_function.xul Bug 1069719 follow-up: Fix indentation 2015-01-26 11:23:49 -05:00
test_bug560072.html
test_bug742191.html
test_bug759621.html
test_bug773326.html
test_bug775543.html
test_bug788369.html
test_bug852846.html
test_bug862092.html
test_bug963382.html
test_bug1036214.html
test_bug1041646.html
test_bug1123516_maplikesetlike.html Bug 1216751 part 3. For pair iterators, @@iterator should be an alias for "entries". Similarly for maplikes and "entries" and setlikes and "values". r=qdot 2016-02-17 22:58:02 -05:00
test_bug1123516_maplikesetlikechrome.xul Bug 1123516 - Implement maplike/setlike in WebIDL Codegen; r=bz 2015-06-29 15:38:53 -07:00
test_bug1123875.html Bug 1123875 - Add a test for strict assignment to a readonly WebIDL attribute. r=peterv. 2015-03-26 06:13:18 -05:00
test_bug1287912.html Bug 1287912. r=bz 2016-11-23 16:58:59 -05:00
test_callback_across_document_open.html Bug 1180525. Run callbacks whose window is no longer current as long as its document is the active document in the browsing context. r=bholley 2015-07-07 17:38:07 -04:00
test_callback_default_thisval.html Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
test_callback_exceptions.html Back out bug 1172246 because of mochitest-JP bustage. Who needs tests that we care about running on try anyway? 2015-11-20 18:00:27 -05:00
test_cloneAndImportNode.html
test_crossOriginWindowSymbolAccess.html Bug 1134955. Be more careful with how we stringify property ids for error message reporting. r=jorendorff 2015-02-20 14:16:26 -05:00
test_defineProperty.html
test_document_location_set_via_xray.html
test_document_location_via_xray_cached.html Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
test_domProxyArrayLengthGetter.html Bug 1221421 part 2 - Add test. r=bz 2016-02-27 17:32:42 +01:00
test_dom_xrays.html Merge m-c to inbound, a=merge CLOSED TREE 2016-11-04 15:19:49 -07:00
test_enums.html
test_exceptionSanitization.html Bug 1295322 test. r=bholley 2016-08-26 15:38:16 -04:00
test_exceptionThrowing.html
test_exception_messages.html Bug 1315135. Remove the RegExp (and some Date) special casing from our dictionary conversions and Web IDL overload resolution. r=peterv 2016-11-23 22:57:29 -05:00
test_exception_options_from_jsimplemented.html Bug 1235636 - rewrite PCToLineNumber; r=fitzgen 2016-01-04 09:18:56 -07:00
test_exceptions_from_jsimplemented.html Bug 1263312 - Have addIceCandidate take a dictionary. r=drno,smaug 2016-11-08 21:36:04 -05:00
test_forOf.html
test_integers.html
test_interfaceName.html Bug 1084001. Set the .name of DOM interface objects to the name of the interface. r=peterv 2014-10-25 00:50:28 -04:00
test_interfaceToString.html Bug 1319936 - Remove String generics uses in dom. r=billm 2016-11-24 13:17:00 -08:00
test_iterable.html Bug 1289315 - Tests for Iterable<> Union Types in WebIDL Interfaces; r=bz 2016-07-27 09:48:59 -07:00
test_jsimplemented_eventhandler.html Bug 1186696. Event handlers on JS-implemented webidl interfaces should have the same behavior as other event handlers: accept all values, convert non-objects to null. r=smaug 2015-07-28 12:35:39 -04:00
test_kill_longrunning_prerendered_content.xul Bug 1050456 - Part 1: Prevent prerendered pages from showing the slow script dialog; r=bzbarsky 2015-03-04 01:30:47 -05:00
test_lenientThis.html
test_lookupGetter.html
test_namedNoIndexed.html
test_named_getter_enumerability.html
test_oom_reporting.html Bug 1165052 - Part 0: Add throwOutOfMemory testing function and use it instead of Array.prototype.splice in test_oom_reporting.html. r=efaust 2016-04-07 19:20:22 +09:00
test_primitive_this.html Bug 603201 - Tests: Enable primitive receivers in [[Get]]. r=jorendorff 2015-12-21 23:43:06 +01:00
test_promise_rejections_from_jsimplemented.html Bug 883377 - Part 6: Update browser and dom tests to follow displayName change. r=smaug 2016-12-03 07:44:23 +09:00
test_proxies_via_xray.html
test_queryInterface.html
test_returnUnion.html
test_sequence_detection.html Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
test_sequence_wrapping.html
test_setWithNamedGetterNoNamedSetter.html Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
test_throwing_method_noDCE.html
test_traceProtos.html Bug 1287143 - Remove the window argument to SpecialPowers.exactGC(). r=jmaher 2016-07-19 13:13:00 +08:00
test_treat_non_object_as_null.html Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
test_unforgeablesonexpando.html Bug 1133760 part 2. Get rid of unforgeable holders; just store unforgeable properties for DOM proxies directly on the expando object. r=peterv 2015-02-26 09:40:07 -05:00
test_usvstring.html Bug 1077393 - Rename ScalarValueString to USVString. r=smaug 2014-11-20 12:58:00 +01:00
test_worker_UnwrapArg.html Bug 1127206. Don't try to do binding UnwrapArgImpl on worker threads. It can't do anything useful there. r=peterv 2015-01-30 13:54:43 -05:00