gecko/dom/promise
Kyle Huey 78598892f4 Bug 974120: Add helpers for using Promse::MaybeResolve/MaybeReject from C++. r=bz
Using JSAPI is tedious and error-prone.  It's much better to handle that once in the Promise code and allow callers to pass C++ objects.
2014-02-25 13:34:55 -08:00
..
tests Bug 973988 - DOM Promise constructor should call the executor with "undefined" as thisArg. r=bz 2014-02-19 10:59:23 -08:00
moz.build Bug 951352 - Disallow XPIDL_MODULE if XPIDL_SOURCES isn't defined; r=glandium 2013-12-17 12:45:56 -08:00
Promise.cpp Bug 974120: Add helpers for using Promse::MaybeResolve/MaybeReject from C++. r=bz 2014-02-25 13:34:55 -08:00
Promise.h Bug 974120: Add helpers for using Promse::MaybeResolve/MaybeReject from C++. r=bz 2014-02-25 13:34:55 -08:00
PromiseCallback.cpp Bug 945766 - DOM Promise should pass Promise/A+ tests. r=bz 2014-01-28 10:14:57 -08:00
PromiseCallback.h Bug 915233 - DOM Promises on Workers. r=baku,bent,smaug,bz sr=sicking 2013-11-24 11:26:07 -08:00
PromiseNativeHandler.h Bug 882076 - C++ callbacks to DOM Promises. r=baku,mccr8 2013-11-19 10:43:51 -08:00