gecko/dom/bindings
Bobby Holley 609401db48 Bug 868637 - Simplify DOM Bindings JSON parsing. r=bz
At this point we could really just hoist the JSAPI call, but it's just
cumbersome enough with all the casts that I don't really want to stick
it in the codegen.
2013-05-07 14:18:03 -07:00
..
crashtests Bug 862092 - "Assertion failure: target->isNative() == obj->isNative()" adopting a <select>. r=bz. 2013-04-16 19:02:57 +02:00
parser Bug 742206 part 2. Implement WebIDL parser support for Date. r=smaug,khuey 2013-05-02 14:38:19 -04:00
test Bug 868448. Fix the successCode in dictionary to-js conversions to actually work right, and document the requirements on successCode better. r=smaug 2013-05-06 08:31:01 -04:00
BindingDeclarations.h Bug 868637 - Simplify DOM Bindings JSON parsing. r=bz 2013-05-07 14:18:03 -07:00
BindingGen.py Bug 854532. Make _asInstance codegen always produce code in the same order. r=khuey 2013-04-03 22:22:14 -04:00
Bindings.conf Bug 868929 - Convert ImageDocument to WebIDL, drop hasXPConnectImpls from documents. r=bz. 2013-05-07 17:27:53 +02:00
BindingUtils.cpp Bug 868637 - Simplify DOM Bindings JSON parsing. r=bz 2013-05-07 14:18:03 -07:00
BindingUtils.h Bug 865969 part 9. Remaining miscellaneous rooting fixes in WebIDL bindings. r=ms2ger 2013-05-03 19:29:09 -04:00
CallbackFunction.h Bug 862629 part 1. Stop playing compartment games with WebIDL callbacks and just use the given object as-is. r=peterv 2013-04-24 14:59:15 -04:00
CallbackInterface.cpp Bug 865975. Better rooting for the 'this', 'callable', and 'rval' values in WebIDL callbacks. r=bholley 2013-04-26 13:41:21 -04:00
CallbackInterface.h Bug 865975. Better rooting for the 'this', 'callable', and 'rval' values in WebIDL callbacks. r=bholley 2013-04-26 13:41:21 -04:00
CallbackObject.cpp Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley 2013-05-06 09:04:17 -04:00
CallbackObject.h Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley 2013-05-06 09:04:17 -04:00
Codegen.py Bug 868637 - Simplify DOM Bindings JSON parsing. r=bz 2013-05-07 14:18:03 -07:00
Configuration.py Bug 851639 - Allow JS implemented WebIDL to be registered on window.navigator. r=bz 2013-04-30 13:30:25 -07:00
DOMJSClass.h Bug 865969 part 6. Fix rooting hazards in BindingUtils.cpp. r=smaug 2013-05-03 19:29:08 -04:00
DOMJSProxyHandler.cpp Merge m-c to m-i 2013-05-05 12:17:07 -07:00
DOMJSProxyHandler.h Bug 865969 part 7. Fix rooting hazards in DOMJSProxyHandler.cpp. r=ms2ger 2013-05-03 19:29:09 -04:00
ErrorResult.h Bug 866347 - Don't include jsapi.h in ErrorResult.h, r=waldo 2013-04-30 17:04:52 +03:00
Errors.msg Bug 742206 part 3. Implement type conversions for Date in WebIDL. r=smaug 2013-05-02 14:38:20 -04:00
ExampleGen.py
GenerateCSS2PropertiesWebIDL.py
GlobalGen.py
Makefile.in Bug 868232 - Paris binding for MozStkCommandEvent, r=peterv 2013-05-07 15:46:07 +03:00
moz.build Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
NonRefcountedDOMObject.h
Nullable.h Bug 865940. Remove AsMutable now that our binding stack variables aren't const. r=bholley 2013-04-25 22:46:18 -04:00
PrimitiveConversions.h
TypedArray.h