gecko/dom/bindings/test
Boris Zbarsky 3e1f7e4e46 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
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
test_interfaceToString.html
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
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
TestTypedef.webidl Bug 742144. Implement support for typedefs in WebIDL. r=khuey 2012-09-06 10:23:51 -04:00