gecko/dom/promise
2014-04-29 22:12:14 +01:00
..
tests Bug 956197 - Tests to check Promises can accept iterators. r=bz 2014-03-28 08:17:53 -07:00
moz.build
Promise.cpp Bug 995163 - wrap the Promise value in NativePromiseCallback, r=bz 2014-04-29 22:12:14 +01:00
Promise.h Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley 2014-04-16 15:13:41 -04:00
PromiseCallback.cpp Bug 995163 - wrap the Promise value in NativePromiseCallback, r=bz 2014-04-29 22:12:14 +01:00
PromiseCallback.h Bug 995163 - wrap the Promise value in NativePromiseCallback, r=bz 2014-04-29 22:12:14 +01:00
PromiseNativeHandler.h