Files
sdk/runtime/lib
iposva@google.com 2104fd6165 Fix http://dartbug.com/21834
- Ensure that microtasks fire after every timer event, instead
  of being bunched together once all pending timers fired.
- Do not wait for timer message to be delivered. Trigger timers
  as soon as they are ready from within the message handling
  loop.
- Notify timers in the order of wakeup time regardless of
  specified timeout value. (AKA Do not allow Timer.run to
  overtake new Timer() scheduled operations.)

R=zra@google.com

Review URL: https://codereview.chromium.org//825403003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42673 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-07 22:21:59 +00:00
..
2014-09-09 21:47:44 +00:00
2014-09-09 21:47:44 +00:00
2014-11-18 23:10:07 +00:00
2014-09-09 21:47:44 +00:00
2014-09-09 21:47:44 +00:00
2014-01-24 22:00:04 +00:00
2014-11-13 13:53:58 +00:00
2014-11-11 14:51:10 +00:00
2014-09-09 21:47:44 +00:00
2013-09-20 15:54:10 +00:00
2014-10-31 23:16:11 +00:00
2014-08-19 21:15:39 +00:00
2013-09-25 13:52:15 +00:00