gecko-dev/dom/promise
Bobby Holley d67119e27c Bug 977340 - Clean up cx usage in Promises. r=bz
None of these are hazards, because we already make sure to push the JSContext
in the cases where we do anything meaningful in JSAPI. But the current setup
trips the new assertions, and is ugly to boot. Let's fix it.
2014-03-04 10:05:08 -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 977340 - Clean up cx usage in Promises. r=bz 2014-03-04 10:05:08 -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 977340 - Clean up cx usage in Promises. r=bz 2014-03-04 10:05:08 -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