gecko/dom/bindings
Bobby Holley 51ba6ef50d Bug 834732 - Make nsCxPusher.Push(JSContext*) infallible. r=mrbkap
We leave the nsIDOMEventTarget* versions fallible for now, but this makes the
common case a lot simpler. Note that this means that pushing a null JSContext,
a bug, is no longer handled at runtime. But I think we should just assert
against it, since there are already callers that don't check the return value.
2013-02-26 11:04:11 -08:00
..
crashtests
parser Bug 784812: Implement real dependencies for WebIDL bindings. r=bz,ted 2013-02-24 12:36:44 -08:00
test Bug 404077: Annotate known assertions in mochitests. 2013-02-25 18:39:21 -08:00
BindingDeclarations.h Bug 837645. Support 'any' values in sequences and dictionaries. r=smaug,peterv 2013-02-06 14:23:45 +00:00
BindingGen.py Bug 784812: Implement real dependencies for WebIDL bindings. r=bz,ted 2013-02-24 12:36:44 -08:00
Bindings.conf Bug 842561. Assert that our inheritance chain is correct for WebIDL objects. r=peterv 2013-02-22 09:56:29 -05:00
BindingUtils.cpp Fix for bug 825628 (Implement NamedConstructor) - add codegen support for NamedConstructor. r=bz. 2013-01-22 11:51:15 +01:00
BindingUtils.h Fix for bug 825628 (Implement NamedConstructor) - add codegen support for NamedConstructor. r=bz. 2013-01-22 11:51:15 +01:00
CallbackFunction.h Bug 822470 part 1. Factor out the code that callback functions and callback interfaces will be able to share into a CallbackObject class. r=peterv 2013-01-28 08:34:29 -05:00
CallbackInterface.cpp Bug 822470 part 6. Hook up callback interface codegen. r=peterv 2013-01-28 08:34:30 -05:00
CallbackInterface.h Bug 822470 part 6. Hook up callback interface codegen. r=peterv 2013-01-28 08:34:30 -05:00
CallbackObject.cpp Bug 834732 - Make nsCxPusher.Push(JSContext*) infallible. r=mrbkap 2013-02-26 11:04:11 -08:00
CallbackObject.h Bug 839088 part 2. Add way to indicate to a CallSetup that it should propagate any exceptions thrown during the call out to the ErrorResult for the call. r=peterv 2013-02-19 11:54:40 -05:00
Codegen.py Fix for bug 844559 (Crash [@ mozilla::dom::XrayResolveNativeProperty]). r=bz. 2013-02-25 20:39:15 +01:00
Configuration.py Bug 837352 - Don't generate dictionary code in WebIDL unless used in generated code. r=bz 2013-02-25 09:20:49 -08:00
DOMJSClass.h Fix for bug 825628 (Implement NamedConstructor) - add codegen support for NamedConstructor. r=bz. 2013-01-22 11:51:15 +01:00
DOMJSProxyHandler.cpp Bug 826447 - Change all the proxy API signatures to take unsigned flags, rather than bool set, so that it's easier to find all tests of JSRESOLVE_ASSIGNING. r=bz 2013-01-03 15:31:36 -06:00
DOMJSProxyHandler.h Bug 826447 - Change all the proxy API signatures to take unsigned flags, rather than bool set, so that it's easier to find all tests of JSRESOLVE_ASSIGNING. r=bz 2013-01-03 15:31:36 -06:00
ErrorResult.h Bug 839088 part 1. Add a way to throw a JS::Value on an ErrorResult. r=peterv 2013-02-19 11:54:40 -05:00
Errors.msg
ExampleGen.py
GenerateCSS2PropertiesWebIDL.py
GlobalGen.py
Makefile.in Bug 784812: Implement real dependencies for WebIDL bindings. r=bz,ted 2013-02-24 12:36:44 -08:00
NonRefcountedDOMObject.h
Nullable.h
PrimitiveConversions.h Bug 832788. Part 4: PrimitiveConversions should avoid implicit narrowing casts to avoid compiler warnings; make them explicit. r=bzbarsky 2013-01-29 16:14:40 +13:00
TypedArray.h