.. |
chrome.ini
|
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, add tests. r=bholley.
|
2014-09-26 16:29:31 +02:00 |
file_bug707564.html
|
|
|
file_bug775543.html
|
|
|
file_document_location_set_via_xray.html
|
Bug 905493. Fix setting document.location via an Xray to not enter the content compartment. r=peterv
|
2013-09-25 14:38:29 -04:00 |
file_dom_xrays.html
|
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, add tests. r=bholley.
|
2014-09-26 16:29:31 +02:00 |
file_InstanceOf.html
|
|
|
file_proxies_via_xray.html
|
Bug 1021066. Make named setters work even for non-overridebuiltins bindings over Xrays. r=bholley,jorendorff
|
2014-07-23 01:06:33 -04:00 |
forOf_iframe.html
|
|
|
Makefile.in
|
Bug 973405 - Move some misc LOCAL_INCLUDES to moz.build; r=glandium
|
2014-02-18 08:49:12 -05:00 |
mochitest.ini
|
Bug 1066432. Update ForOfIterator to the changes in Web IDL's handling of sequences as iterables. We now commit to an iterable if we get a non-undefined value for the Symbol.iterator property, not just if we get a callable value. r=jorendorff
|
2014-09-30 21:26:28 -04:00 |
moz.build
|
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
|
2014-09-03 14:10:54 +09:00 |
test_barewordGetsWindow.html
|
Bug 936056. Be consistent about the thisobj we pass to getters. r=jorendorff
|
2013-12-02 19:08:07 -05:00 |
test_bug560072.html
|
|
|
test_bug707564-chrome.html
|
|
|
test_bug707564.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
|
Bug 963382, part 2 - Add chrome JS function for clearing cache. r=bz
|
2014-08-21 13:56:11 -07:00 |
test_bug1036214.html
|
Bug 1036214 - Tests. r=bz
|
2014-08-19 18:12:15 -07:00 |
test_bug1041646.html
|
Bug 1041646. Don't assume mStack is non-null in JSStackFrame, since people sometimes operate on them after unlinking. r=khuey
|
2014-07-26 01:41:18 -04:00 |
test_ByteString.html
|
|
|
test_callback_default_thisval.html
|
Bug 957929. Pass undefined, not null, as the this value to callbacks if no other value is provided. r=peterv
|
2014-01-13 15:08:57 -05:00 |
test_cloneAndImportNode.html
|
Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking
|
2013-12-20 14:28:17 -05:00 |
test_defineProperty.html
|
Bug 910220 part 3. Always generate a defineProperty hook for DOM proxies. r=peterv
|
2013-08-31 00:21:31 -04:00 |
test_document_location_set_via_xray.html
|
Bug 905493. Fix setting document.location via an Xray to not enter the content compartment. r=peterv
|
2013-09-25 14:38:29 -04:00 |
test_document_location_via_xray_cached.html
|
Bug 1041731 - Unforgeable Xrayed methods aren't getting cached on the holder. r=bholley.
|
2014-08-22 11:25:07 +02:00 |
test_dom_xrays.html
|
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, add tests. r=bholley.
|
2014-09-26 16:29:31 +02:00 |
test_enums.html
|
|
|
test_exception_messages.html
|
|
|
test_exceptions_from_jsimplemented.html
|
Bug 1033833 - unbreak test_exceptions_from_jsimplemented.html. r=bz
|
2014-07-21 06:53:15 +02:00 |
test_exceptionThrowing.html
|
|
|
test_forOf.html
|
Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden
|
2013-10-03 13:37:57 +01:00 |
test_InstanceOf.html
|
|
|
test_integers.html
|
Backed out changeset a58d895d8197 (bug 645792) for OSX leaks.
|
2013-08-29 13:46:10 -04:00 |
test_interfaceToString.html
|
|
|
test_lenientThis.html
|
|
|
test_lookupGetter.html
|
|
|
test_named_getter_enumerability.html
|
Bug 843840 part 2. Add a way to ask DOM proxies for only their enumerable property names, and use that in the enumerate hook. r=peterv
|
2014-04-15 22:58:44 -04:00 |
test_namedNoIndexed.html
|
|
|
test_Object.prototype_props.html
|
Bug 992958 - Fix test that depends on the order in which properties are enumerated. r=luke
|
2014-05-23 16:53:02 -07:00 |
test_proxies_via_xray.html
|
Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer
|
2014-07-23 01:07:12 -04:00 |
test_queryInterface.html
|
|
|
test_returnUnion.html
|
Bug 1048659 - Return the union we construct in a JS callback. r=peterv
|
2014-08-19 08:41:26 -07:00 |
test_scalarvaluestring.html
|
Bug 1025183 P5 Add tests for ScalarValueString. r=bz
|
2014-08-01 16:23:48 -04:00 |
test_sequence_detection.html
|
Bug 1079640 - Fix some tests that fail when ES6 symbols are disabled. r=bz. DONTBUILD.
|
2014-10-08 11:12:11 -05:00 |
test_sequence_wrapping.html
|
Backed out changeset a58d895d8197 (bug 645792) for OSX leaks.
|
2013-08-29 13:46:10 -04:00 |
test_setWithNamedGetterNoNamedSetter.html
|
Bug 1043690 part 2. Change the codegen for DOM proxies to ignore named props when looking up property descriptors on [[Set]]. r=efaust
|
2014-08-01 23:37:14 -04:00 |
test_throwing_method_noDCE.html
|
Bug 966665. Don't DCE DOM method calls and getters that can throw exceptions. r=jandem
|
2014-02-03 11:04:06 -05:00 |
test_traceProtos.html
|
|
|
test_treat_non_object_as_null.html
|
Bug 952365. Add a TreatNonObjectAsNull annotation for WebIDL callback functions and use it for event handlers, since web sites depend on assigning non-callable objects to them in some cases. r=peterv
|
2014-01-13 15:08:56 -05:00 |
TestBindingHeader.h
|
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
|
2014-10-01 20:43:26 +02:00 |
TestCImplementedInterface.h
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:26:43 -04:00 |
TestCodeGen.webidl
|
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
|
2014-10-01 20:43:26 +02:00 |
TestDictionary.webidl
|
|
|
TestExampleGen.webidl
|
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
|
2014-10-01 20:43:26 +02:00 |
TestInterfaceJS.js
|
Bug 1066432. Update ForOfIterator to the changes in Web IDL's handling of sequences as iterables. We now commit to an iterable if we get a non-undefined value for the Symbol.iterator property, not just if we get a callable value. r=jorendorff
|
2014-09-30 21:26:28 -04:00 |
TestInterfaceJS.manifest
|
Bug 923904 - Tests. r=mccr8
|
2014-02-14 22:36:43 -08:00 |
TestJSImplGen.webidl
|
Bug 1030192 part 2. Codegen changes to handle cases when a sequence is actually overloaded with a dictionary. r=khuey
|
2014-09-24 09:11:30 -04:00 |
TestJSImplInheritanceGen.webidl
|
|
|
TestTypedef.webidl
|
|
|