Commit Graph

3 Commits

Author SHA1 Message Date
nweiz@google.com 50a0e3cf6e Chain.terse shouldn't return an empty chain.
R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31177 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-17 01:09:29 +00:00
nweiz@google.com 1454ca2f0b Fix stack trace chain tests on Windows.
R=rnystrom@google.com
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30739 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-27 23:58:40 +00:00
nweiz@google.com 35dc712dd5 Add a stack chain class to the stack trace package.
This class uses zones to track stack traces across asynchronous boundaries. It
will aid considerably in debugging errors in heavily-asynchronous programs.

R=floitsch@google.com, rnystrom@google.com
BUG=7040

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30738 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-27 23:03:49 +00:00