gecko/dom/bindings/test
Boris Zbarsky 4e2b097bf2 Bug 792890. Fix JS-wrapping of callback interfaces to just return the underlying JS object. r=peterv
There are several changes here:

1) When wrapping a callback interface object for JS, just extract the
   underlying JSObject from inside it and hand that object out.

2) Flag callback interface descriptors as "not concrete" (only matters
   for cases when they have constants on the interface object) and not
   wrappercached (will catch bugs if someone tries to treat them as a
   Gecko object).

3) Fix a preexisting bug in sequence wrapping where we'd try to
   JS_DefineElement twice if we were wrapping a null value for a
   sequence of nullable interface objects.
2012-10-10 15:57:57 -04:00
..
file_bug775543.html Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz. 2012-08-22 18:16:14 -07:00
forOf_iframe.html Bug 725907 - for-of improvements, part 3: Implement .iterator() for arraylike DOM objects. r=bzbarsky. 2012-07-03 16:34:56 -05:00
Makefile.in Bug 788369. Allow passing strings to the XHR constructor, since CoffeeScript seems to want to do it. r=peterv 2012-09-07 11:07:12 -04:00
test_bug773326.html Bug 773326 - Add test for previously inverted thread check in getJSToNativeConversionTemplate::onFailure; r=peterv 2012-08-04 09:43:57 +02:00
test_bug775543.html Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz. 2012-08-22 18:16:14 -07:00
test_bug788369.html Bug 788369. Allow passing strings to the XHR constructor, since CoffeeScript seems to want to do it. r=peterv 2012-09-07 11:07:12 -04:00
test_enums.html Bug 765704 - Don't throw when setting XHR.responseType to an invalid value; r=bz 2012-06-21 09:11:07 +02:00
test_forOf.html Bug 725907 - for-of improvements, part 3: Implement .iterator() for arraylike DOM objects. r=bzbarsky. 2012-07-03 16:34:56 -05:00
test_InstanceOf.html
test_integers.html Bug 766796 followup to deal with lack of WebGL on Mac OS 10.5. No review. 2012-06-26 01:09:31 -04:00
test_interfaceToString.html Fix for bug 742156 (Stringifying EventTarget throws): implement a toString method for interface objects. r=bz. 2012-05-02 15:28:17 +02:00
test_lookupGetter.html
test_sequence_wrapping.html Bug 775852 followup: skip the test when WebGL is not around. No review. 2012-07-31 10:24:01 -04:00
test_traceProtos.html Fix for bug 744772 (Trace the DOM interface object array). r=bz. 2012-05-02 14:49:43 +02:00
TestBindingHeader.h Bug 792890. Fix JS-wrapping of callback interfaces to just return the underlying JS object. r=peterv 2012-10-10 15:57:57 -04:00
TestCodeGen.webidl Bug 792890. Fix JS-wrapping of callback interfaces to just return the underlying JS object. r=peterv 2012-10-10 15:57:57 -04:00
TestDictionary.webidl Bug 742153 part 3. Implement codegen for dictionary arguments. r=peterv 2012-06-12 10:22:05 -04:00
TestTypedef.webidl Bug 742144. Implement support for typedefs in WebIDL. r=khuey 2012-09-06 10:23:51 -04:00