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
forOf_iframe.html
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
test_bug775543.html
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
test_InstanceOf.html
test_integers.html
test_interfaceToString.html
test_lookupGetter.html
test_sequence_wrapping.html
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