Atul Varma
|
4e39258260
|
Made the tracking of async generators/coroutines more robust for debugging purposes.
Refactored code in syncCores.js to use Utils.makeTimerForCall().
Improved test_passwords to perform an additional sync after the initial one.
|
2008-06-20 13:58:56 -07:00 |
|
Atul Varma
|
e9670abd3f
|
Added a new property to async.js, Async.outstandingGenerators, which returns the number of generators that haven't yet been finalized. This can be used for diagnostic purposes to determine whether generators haven't yet been called back.
|
2008-06-18 16:11:15 -07:00 |
|
Atul Varma
|
459e94fa97
|
Factored out fake-timer code into a separate class and moved it to head.js.
|
2008-06-16 16:42:32 -07:00 |
|
Atul Varma
|
2675855ed4
|
Defined Cu -> Components.utils in head.js so that test files don't have to put it in as boilerplate.
|
2008-06-16 14:06:05 -07:00 |
|
Atul Varma
|
9cc4da48c1
|
Refactoring: made a new function, Utils.makeTimerForCall(), which is used by test suites and async.js.
|
2008-06-09 19:30:11 -07:00 |
|
Atul Varma
|
3bb8a88ccf
|
Added more tests to test_async.js and documented them a bit.
|
2008-06-07 00:34:33 -07:00 |
|
Atul Varma
|
ce74084744
|
Fixed an inaccuracy in the async.js test suite.
|
2008-06-07 00:22:57 -07:00 |
|
Atul Varma
|
394167a10a
|
Added a unit test suite for modules/async.js.
|
2008-06-06 21:40:30 -07:00 |
|