This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-02-28 21:28:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
dom
/
promise
History
Boris Zbarsky
6a93d5c443
Bug 1107953 part 5. Add tests for promise rejections with content-side DOMExceptions, and fix the promise code so those tests actually pass. r=bholley
2015-01-15 17:39:02 -05:00
..
tests
Bug 1120235. Various promise resolve/reject functions should actually return undefined instead of ending up accidentally returning their callee. r=nsm
2015-01-12 22:35:33 -05:00
AbortablePromise.cpp
…
AbortablePromise.h
…
moz.build
…
Promise.cpp
Bug 1107953 part 5. Add tests for promise rejections with content-side DOMExceptions, and fix the promise code so those tests actually pass. r=bholley
2015-01-15 17:39:02 -05:00
Promise.h
Bug 1107953 part 3. Make Promise pass in their object compartment when calling their various callbacks. r=bholley
2015-01-15 17:39:02 -05:00
PromiseCallback.cpp
Bug 1107953 part 5. Add tests for promise rejections with content-side DOMExceptions, and fix the promise code so those tests actually pass. r=bholley
2015-01-15 17:39:02 -05:00
PromiseCallback.h
…
PromiseDebugging.cpp
…
PromiseDebugging.h
…
PromiseNativeAbortCallback.h
…
PromiseNativeHandler.h
…
PromiseWorkerProxy.h
…