This patch improves the way runAsync calls its callbacks in two
ways.  First, if an exception happens while calling a callback, the
exception is passed to GWT's global uncaught exception handler.
Second, the callbacks happen in the order they are registered.  This
is done by updating the linked-list code that manages the list of
pending runAsync callbacks.

RunAsyncTest is updated to test for both of these.


Review by: kprobst


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4697 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed